01KT4PB8Y2D7XCM13P7V6GSEBP: 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: 01KT4PBP2VV5EBWWZ2PK7BZNHN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-02T17:34:27.970Zjob assigned to worker 01KT4PBW38BP3N08QXR5PBAVTY [factory aws, i-041062bdfdcd5c580] (queued for 54 s)
 
22026-06-02T17:34:35.727Zstarting task 0: "setup"
32026-06-02T17:34:35.732Z++ uname -s
42026-06-02T17:34:35.735Z+ kern=SunOS
52026-06-02T17:34:35.735Z+ build_user=build
62026-06-02T17:34:35.735Z+ build_uid=12345
72026-06-02T17:34:35.735Z+ work_dir=/work
82026-06-02T17:34:35.735Z+ input_dir=/input
92026-06-02T17:34:35.735Z+ [[ 0 == 12345 ]]
102026-06-02T17:34:35.735Z+ case "$kern" in
112026-06-02T17:34:35.735Z+ groupadd -g 12345 build
122026-06-02T17:34:35.748Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-02T17:34:37.755Z+ zfs create -o mountpoint=/work rpool/work
142026-06-02T17:34:37.821Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-02T17:34:37.825Z+ home_fs=zfs
162026-06-02T17:34:37.825Z+ [[ zfs == autofs ]]
172026-06-02T17:34:37.825Z+ mkdir -p /home/build
182026-06-02T17:34:37.828Z+ chown build:build /home/build /work
192026-06-02T17:34:39.829Z+ chmod 0700 /home/build /work
202026-06-02T17:34:39.832Zprocess exited: duration 4108 ms, exit code 0
 
212026-06-02T17:34:39.839Zstarting task 1: "rust-toolchain"
222026-06-02T17:34:39.846Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-02T17:34:39.846Z * rust toolchain channel = "1.94.0"
242026-06-02T17:34:39.846Z * rust toolchain profile = "default"
252026-06-02T17:34:39.846Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-02T17:34:39.846Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-02T17:34:39.847Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-02T17:34:39.850Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-02T17:34:39.850Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-02T17:34:40.005Zinfo: downloading installer
312026-06-02T17:34:41.415Zwarn: It looks like you have an existing rustup settings file at:
322026-06-02T17:34:41.415Zwarn: /home/build/.rustup/settings.toml
332026-06-02T17:34:41.415Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-02T17:34:41.415Zwarn: instead of the one inferred from the default host triple.
352026-06-02T17:34:41.427Zinfo: profile set to default
362026-06-02T17:34:41.427Zinfo: default host triple is x86_64-unknown-illumos
372026-06-02T17:34:41.430Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-02T17:34:41.562Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-02T17:34:41.566Zinfo: downloading 6 components
402026-06-02T17:34:57.078Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-02T17:34:57.079Z
422026-06-02T17:34:57.112Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-02T17:34:57.112Z
442026-06-02T17:34:57.112Z
452026-06-02T17:34:57.112ZRust is installed now. Great!
462026-06-02T17:34:57.112Z
472026-06-02T17:34:57.112ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-02T17:34:57.112Zenvironment variable. This has not been done automatically.
492026-06-02T17:34:57.112Z
502026-06-02T17:34:57.112ZTo configure your current shell, you need to source
512026-06-02T17:34:57.112Zthe corresponding env file under $HOME/.cargo.
522026-06-02T17:34:57.112Z
532026-06-02T17:34:57.112ZThis is usually done by running one of the following (note the leading DOT):
542026-06-02T17:34:57.116Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-02T17:34:57.116Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-02T17:34:57.116Zsource "~/.cargo/env.nu" # For nushell
572026-06-02T17:34:57.116Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-02T17:34:57.116Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-02T17:34:57.116Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-02T17:34:57.116Zwarn: no default linker (`cc`) was found in your PATH
612026-06-02T17:34:57.116Zwarn: many Rust crates require a system C toolchain to build
622026-06-02T17:34:57.207Z+ rustup --version
632026-06-02T17:34:57.224Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-02T17:34:57.224Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-02T17:34:57.235Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-02T17:34:57.238Z+ cargo --version
672026-06-02T17:34:57.248Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-02T17:34:57.251Z+ rustc --version
692026-06-02T17:34:57.272Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-02T17:34:57.276Zprocess exited: duration 17435 ms, exit code 0
 
712026-06-02T17:34:57.282Zstarting task 2: "authentication"
722026-06-02T17:34:57.305Zprocess exited: duration 23 ms, exit code 0
 
732026-06-02T17:34:57.311Zstarting task 3: "clone repository"
742026-06-02T17:34:57.317Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-02T17:34:57.320Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-02T17:34:57.376ZCloning into '/work/oxidecomputer/omicron'...
772026-06-02T17:35:42.432Z+ cd /work/oxidecomputer/omicron
782026-06-02T17:35:42.432Z+ git fetch origin 4df6ee630782c8e083057a4c543062b10b500bf8
792026-06-02T17:35:43.234ZFrom https://github.com/oxidecomputer/omicron
802026-06-02T17:35:43.234Z * branch 4df6ee630782c8e083057a4c543062b10b500bf8 -> FETCH_HEAD
812026-06-02T17:35:43.247Z+ [[ -n bootstrap-agent-client-cleanup ]]
822026-06-02T17:35:43.251Z++ git branch --show-current
832026-06-02T17:35:43.254Z+ current=main
842026-06-02T17:35:43.254Z+ [[ main != bootstrap-agent-client-cleanup ]]
852026-06-02T17:35:43.254Z+ git branch -f bootstrap-agent-client-cleanup 4df6ee630782c8e083057a4c543062b10b500bf8
862026-06-02T17:35:43.257Z+ git checkout -f bootstrap-agent-client-cleanup
872026-06-02T17:35:43.500ZSwitched to branch 'bootstrap-agent-client-cleanup'
882026-06-02T17:35:43.505Z+ git reset --hard 4df6ee630782c8e083057a4c543062b10b500bf8
892026-06-02T17:35:43.520ZHEAD is now at 4df6ee630 fix doc link
902026-06-02T17:35:43.523Zprocess exited: duration 46210 ms, exit code 0
 
912026-06-02T17:35:43.529Zstarting task 4: "build"
922026-06-02T17:35:43.538Z+ source ./env.sh
932026-06-02T17:35:43.538Z++ OLD_SHELL_OPTS=ehxB
942026-06-02T17:35:43.538Z++ set -o xtrace
952026-06-02T17:35:43.542Z++++ dirname ./env.sh
962026-06-02T17:35:43.545Z+++ readlink -f .
972026-06-02T17:35:43.548Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-02T17:35:43.548Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-02T17:35:43.548Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-02T17:35:43.548Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-02T17:35:43.548Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-02T17:35:43.548Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-06-02T17:35:43.548Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-06-02T17:35:43.548Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-06-02T17:35:43.548Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-02T17:35:43.548Z++ case $OLD_SHELL_OPTS in
1072026-06-02T17:35:43.548Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-06-02T17:35:43.548Z+ source .github/buildomat/ci-env.sh
1092026-06-02T17:35:43.548Z++ export CARGO_TERM_COLOR=always
1102026-06-02T17:35:43.548Z++ CARGO_TERM_COLOR=always
1112026-06-02T17:35:43.548Z+ target_os=illumos
1122026-06-02T17:35:43.548Z+ NEXTEST_VERSION=0.9.131
1132026-06-02T17:35:43.548Z+ cargo --version
1142026-06-02T17:35:43.558Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-06-02T17:35:43.561Z+ rustc --version
1162026-06-02T17:35:43.582Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-06-02T17:35:43.585Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1182026-06-02T17:35:43.588Z+ gunzip
1192026-06-02T17:35:43.588Z+ tar -xvf - -C /home/build/.cargo/bin
1202026-06-02T17:35:44.963Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1212026-06-02T17:35:44.967Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1222026-06-02T17:35:44.967Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1232026-06-02T17:35:44.967Ztests will store ephemeral output in /var/tmp/omicron_tmp
1242026-06-02T17:35:44.967Z+ mkdir /var/tmp/omicron_tmp
1252026-06-02T17:35:44.967Z+ OUTPUT_DIR=/work
1262026-06-02T17:35:44.967Z+ echo 'tests will store non-ephemeral output in /work'
1272026-06-02T17:35:44.967Ztests will store non-ephemeral output in /work
1282026-06-02T17:35:44.967Z+ mkdir -p /work
1292026-06-02T17:35:44.970Z+ banner prerequisites
1302026-06-02T17:35:44.973Z
1312026-06-02T17:35:44.973Z ##### ##### ###### ##### ###### #### # # # #### #
1322026-06-02T17:35:44.974Z # # # # # # # # # # # # # # #
1332026-06-02T17:35:44.974Z # # # # ##### # # ##### # # # # # #### #
1342026-06-02T17:35:44.974Z ##### ##### # ##### # # # # # # # # #
1352026-06-02T17:35:44.974Z # # # # # # # # # # # # # # #
1362026-06-02T17:35:44.974Z # # # ###### # # ###### ### # #### # #### #
1372026-06-02T17:35:44.974Z
1382026-06-02T17:35:44.977Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1392026-06-02T17:35:47.665Z Startup: Refreshing catalog 'helios' ... Done
1402026-06-02T17:35:47.769Z Startup: Caching catalogs ... Done
1412026-06-02T17:35:48.059ZPlanning: Solver setup ... Done (0.251s)
1422026-06-02T17:35:48.078ZPlanning: Running solver ... Done (0.019s)
1432026-06-02T17:35:48.084ZPlanning: Finding local manifests ... Done (0.002s)
1442026-06-02T17:35:48.096ZPlanning: Fetching manifests: 0/2 0% complete
1452026-06-02T17:35:48.113ZPlanning: Fetching manifests: 2/2 100% complete
1462026-06-02T17:35:48.128ZPlanning: Package planning ... Done (0.014s)
1472026-06-02T17:35:48.133ZPlanning: Merging actions ... Done (0.001s)
1482026-06-02T17:35:48.315ZPlanning: Checking for conflicting actions ... Done (0.186s)
1492026-06-02T17:35:48.318ZPlanning: Consolidating action changes ... Done (0.001s)
1502026-06-02T17:35:50.514ZPlanning: Evaluating mediators ... Done (2.198s)
1512026-06-02T17:35:50.518ZPlanning: Planning completed in 2.73 seconds
1522026-06-02T17:35:50.524Z Packages to install: 2
1532026-06-02T17:35:50.524Z Estimated space available: 156.06 GB
1542026-06-02T17:35:50.524ZEstimated space to be consumed: 23.93 MB
1552026-06-02T17:35:50.524Z Create boot environment: No
1562026-06-02T17:35:50.524ZCreate backup boot environment: No
1572026-06-02T17:35:50.527Z Rebuild boot archive: No
1582026-06-02T17:35:50.527Z
1592026-06-02T17:35:50.527ZChanged packages:
1602026-06-02T17:35:50.527Zhelios
1612026-06-02T17:35:50.527Z developer/build-essential
1622026-06-02T17:35:50.527Z None -> 11-3.0
1632026-06-02T17:35:50.527Z library/libxmlsec1
1642026-06-02T17:35:50.527Z None -> 1.2.35-3.0
1652026-06-02T17:35:50.608Z
1662026-06-02T17:35:50.608ZDownload: 0/214 items 0.0/1.3MB 0% complete
1672026-06-02T17:35:51.371ZDownload: Completed 1.28 MB in 0.76 seconds (1.7M/s)
1682026-06-02T17:35:51.425Z Actions: 1/268 actions (Installing new actions)
1692026-06-02T17:35:51.462Z Actions: Completed 268 actions in 0.04 seconds.
1702026-06-02T17:35:51.471ZFinalize: Updating package state database ... Done (0.008s)
1712026-06-02T17:35:51.471ZFinalize: Updating package cache ... Done (0.000s)
1722026-06-02T17:35:51.491ZFinalize: Updating image state ... Done (0.020s)
1732026-06-02T17:35:54.451ZFinalize: Creating fast lookup database ... Done (2.928s)
1742026-06-02T17:35:54.565ZFinalize: Reading search index ... Done (0.058s)
1752026-06-02T17:35:54.568ZFinalize: Updating search index ... Done (0.000s)
1762026-06-02T17:35:54.626ZFinalize: Updating package cache ... Done (0.000s)
1772026-06-02T17:35:54.930ZPlanning: Evaluating mediator changes ... Done
1782026-06-02T17:35:55.035ZPlanning: Checking for conflicting actions ... Done
1792026-06-02T17:35:55.039ZPlanning: Consolidating action changes ... Done
1802026-06-02T17:35:55.193ZPlanning: Evaluating mediators ... Done
1812026-06-02T17:35:55.196ZPlanning: Planning completed in 0.26 seconds
1822026-06-02T17:35:55.216Z Mediators to change: 2
1832026-06-02T17:35:55.216Z Create boot environment: No
1842026-06-02T17:35:55.216ZCreate backup boot environment: No
1852026-06-02T17:35:55.268ZFinalize: Updating package state database ... Done
1862026-06-02T17:35:55.268ZFinalize: Updating package cache ... Done
1872026-06-02T17:35:55.283ZFinalize: Updating image state ... Done
1882026-06-02T17:35:57.210ZFinalize: Creating fast lookup database ... Done
1892026-06-02T17:35:57.274ZFinalize: Reading search index ... Done
1902026-06-02T17:35:57.277ZFinalize: Updating search index ... Done
1912026-06-02T17:35:57.335ZFinalize: Updating package cache ... Done
1922026-06-02T17:35:57.621ZPlanning: Evaluating mediator changes ... Done
1932026-06-02T17:35:57.726ZPlanning: Checking for conflicting actions ... Done
1942026-06-02T17:35:57.729ZPlanning: Consolidating action changes ... Done
1952026-06-02T17:35:57.883ZPlanning: Evaluating mediators ... Done
1962026-06-02T17:35:57.886ZPlanning: Planning completed in 0.26 seconds
1972026-06-02T17:35:57.905Z Mediators to change: 1
1982026-06-02T17:35:57.905Z Create boot environment: No
1992026-06-02T17:35:57.906ZCreate backup boot environment: No
2002026-06-02T17:35:57.943ZFinalize: Updating package state database ... Done
2012026-06-02T17:35:57.943ZFinalize: Updating package cache ... Done
2022026-06-02T17:35:57.954ZFinalize: Updating image state ... Done
2032026-06-02T17:35:59.888ZFinalize: Creating fast lookup database ... Done
2042026-06-02T17:35:59.950ZFinalize: Reading search index ... Done
2052026-06-02T17:35:59.954ZFinalize: Updating search index ... Done
2062026-06-02T17:36:00.003ZFinalize: Updating package cache ... Done
2072026-06-02T17:36:00.316ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082026-06-02T17:36:00.316Zapache system 2.4 system
2092026-06-02T17:36:00.316Zclang system 15 system
2102026-06-02T17:36:00.316Zcsh system system illumos
2112026-06-02T17:36:00.316Zctags system system illumos
2122026-06-02T17:36:00.316Zfile vendor vendor darwinsys
2132026-06-02T17:36:00.316Zfile system system illumos
2142026-06-02T17:36:00.316Zgcc vendor 14 vendor
2152026-06-02T17:36:00.316Zgcc system 13 system
2162026-06-02T17:36:00.316Zgcc system 10 system
2172026-06-02T17:36:00.316Zgo system 1.25 system
2182026-06-02T17:36:00.316Zllvm system 15 system
2192026-06-02T17:36:00.316Zmariadb system 11.4 system
2202026-06-02T17:36:00.316Zmta vendor vendor dma
2212026-06-02T17:36:00.316Zopenjdk system 17 system
2222026-06-02T17:36:00.316Zopenjdk system 11 system
2232026-06-02T17:36:00.316Zopenssl vendor 3 vendor
2242026-06-02T17:36:00.316Zperl system 5.40 system
2252026-06-02T17:36:00.316Zpostgresql system 18 system
2262026-06-02T17:36:00.316Zpostgresql system 17 system
2272026-06-02T17:36:00.316Zpython vendor 3 vendor
2282026-06-02T17:36:00.316Zpython system 2 system
2292026-06-02T17:36:00.316Zpython3 vendor 3.13 vendor
2302026-06-02T17:36:00.316Zruby system 3.4 system
2312026-06-02T17:36:00.316Zruby system 3.0 system
2322026-06-02T17:36:00.316Zwords vendor vendor american-english
2332026-06-02T17:36:00.316Zwords system system australian-english
2342026-06-02T17:36:00.316Zwords system system british-english
2352026-06-02T17:36:00.316Zwords system system canadian-english
2362026-06-02T17:36:00.316Zwords system system french
2372026-06-02T17:36:00.316Zwords system system italian
2382026-06-02T17:36:00.316Zwords system system ngerman
2392026-06-02T17:36:00.317Zwords system system ogerman
2402026-06-02T17:36:00.317Zwords system system spanish
2412026-06-02T17:36:00.563ZPUBLISHER TYPE STATUS P LOCATION
2422026-06-02T17:36:00.563Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2432026-06-02T17:36:00.842ZFMRI IFO
2442026-06-02T17:36:00.842Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2452026-06-02T17:36:00.842Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2462026-06-02T17:36:00.842Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2472026-06-02T17:36:00.842Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2482026-06-02T17:36:00.842Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2492026-06-02T17:36:00.842Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2502026-06-02T17:36:00.842Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2512026-06-02T17:36:00.842Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2522026-06-02T17:36:00.842Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2532026-06-02T17:36:01.074Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2542026-06-02T17:36:01.732Z Updating crates.io index
2552026-06-02T17:36:01.736Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2562026-06-02T17:36:02.380Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-06-02T17:36:03.636Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2582026-06-02T17:36:04.067Z Updating git repository `https://github.com/oxidecomputer/propolis`
2592026-06-02T17:36:05.212Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2602026-06-02T17:36:06.527Z Updating git repository `https://github.com/oxidecomputer/crucible`
2612026-06-02T17:36:10.421Z Updating git repository `https://github.com/oxidecomputer/opte`
2622026-06-02T17:36:12.818Z Updating git repository `https://github.com/oxidecomputer/tofino`
2632026-06-02T17:36:13.091Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2642026-06-02T17:36:15.225Z Updating git repository `https://github.com/oxidecomputer/clickward`
2652026-06-02T17:36:15.823Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-06-02T17:36:16.249Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672026-06-02T17:36:16.902Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-06-02T17:36:18.822Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-06-02T17:36:19.416Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2702026-06-02T17:36:20.194Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2712026-06-02T17:36:20.471Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-06-02T17:36:21.302Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2732026-06-02T17:36:21.960Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2742026-06-02T17:36:22.205Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2752026-06-02T17:36:22.813Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2762026-06-02T17:36:23.261Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2772026-06-02T17:36:23.746Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2782026-06-02T17:36:24.127Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2792026-06-02T17:36:24.574Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2802026-06-02T17:36:24.971Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812026-06-02T17:36:25.270Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2822026-06-02T17:36:26.040Z Updating git repository `https://github.com/oxidecomputer/crucible`
2832026-06-02T17:36:27.547Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2842026-06-02T17:36:28.037Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2852026-06-02T17:36:28.571Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2862026-06-02T17:36:28.994Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2872026-06-02T17:36:29.409Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2882026-06-02T17:36:29.842Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2892026-06-02T17:36:30.490Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2902026-06-02T17:36:30.794Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2912026-06-02T17:36:31.055Z Updating git repository `https://github.com/illumos/smf-rs`
2922026-06-02T17:36:31.502Z Updating git repository `https://github.com/oxidecomputer/omicron`
2932026-06-02T17:36:43.352Z Downloading crates ...
2942026-06-02T17:36:43.398Z Downloaded anstyle-query v1.1.5
2952026-06-02T17:36:43.408Z Downloaded fs-err v3.3.0
2962026-06-02T17:36:43.414Z Downloaded unicode-xid v0.2.6
2972026-06-02T17:36:43.417Z Downloaded usdt-macro v0.5.0
2982026-06-02T17:36:43.420Z Downloaded errno v0.3.14
2992026-06-02T17:36:43.423Z Downloaded thiserror-impl v2.0.18
3002026-06-02T17:36:43.423Z Downloaded block-buffer v0.10.4
3012026-06-02T17:36:43.423Z Downloaded unicode-linebreak v0.1.5
3022026-06-02T17:36:43.426Z Downloaded clap_lex v1.0.0
3032026-06-02T17:36:43.426Z Downloaded cpufeatures v0.2.17
3042026-06-02T17:36:43.428Z Downloaded toml_datetime v0.6.11
3052026-06-02T17:36:43.432Z Downloaded yoke-derive v0.8.1
3062026-06-02T17:36:43.432Z Downloaded fnv v1.0.7
3072026-06-02T17:36:43.432Z Downloaded equivalent v1.0.2
3082026-06-02T17:36:43.434Z Downloaded cfg-if v1.0.4
3092026-06-02T17:36:43.434Z Downloaded version_check v0.9.5
3102026-06-02T17:36:43.437Z Downloaded toml_write v0.1.2
3112026-06-02T17:36:43.437Z Downloaded thread-id v4.2.2
3122026-06-02T17:36:43.440Z Downloaded anyhow v1.0.102
3132026-06-02T17:36:43.443Z Downloaded zerofrom-derive v0.1.6
3142026-06-02T17:36:43.446Z Downloaded pest_meta v2.8.6
3152026-06-02T17:36:43.446Z Downloaded typeid v1.0.3
3162026-06-02T17:36:43.449Z Downloaded itoa v1.0.17
3172026-06-02T17:36:43.449Z Downloaded generic-array v0.14.7
3182026-06-02T17:36:43.449Z Downloaded dof v0.3.0
3192026-06-02T17:36:43.449Z Downloaded clap_derive v4.5.55
3202026-06-02T17:36:43.452Z Downloaded anstream v0.6.21
3212026-06-02T17:36:43.452Z Downloaded zerofrom v0.1.6
3222026-06-02T17:36:43.455Z Downloaded stable_deref_trait v1.2.1
3232026-06-02T17:36:43.455Z Downloaded crypto-common v0.1.7
3242026-06-02T17:36:43.455Z Downloaded cargo-platform v0.2.0
3252026-06-02T17:36:43.455Z Downloaded usdt-attr-macro v0.5.0
3262026-06-02T17:36:43.458Z Downloaded utf8parse v0.2.2
3272026-06-02T17:36:43.458Z Downloaded tinystr v0.8.2
3282026-06-02T17:36:43.461Z Downloaded thiserror-impl v1.0.69
3292026-06-02T17:36:43.461Z Downloaded utf8_iter v1.0.4
3302026-06-02T17:36:43.461Z Downloaded erased-serde v0.4.9
3312026-06-02T17:36:43.464Z Downloaded memmap v0.7.0
3322026-06-02T17:36:43.464Z Downloaded thiserror v1.0.69
3332026-06-02T17:36:43.467Z Downloaded writeable v0.6.2
3342026-06-02T17:36:43.467Z Downloaded percent-encoding v2.3.2
3352026-06-02T17:36:43.470Z Downloaded zerovec-derive v0.11.2
3362026-06-02T17:36:43.470Z Downloaded usdt-impl v0.5.0
3372026-06-02T17:36:43.470Z Downloaded heck v0.5.0
3382026-06-02T17:36:43.473Z Downloaded zmij v1.0.21
3392026-06-02T17:36:43.473Z Downloaded smawk v0.3.2
3402026-06-02T17:36:43.473Z Downloaded terminal_size v0.4.3
3412026-06-02T17:36:43.476Z Downloaded scroll_derive v0.12.1
3422026-06-02T17:36:43.476Z Downloaded thiserror v2.0.18
3432026-06-02T17:36:43.479Z Downloaded usdt v0.5.0
3442026-06-02T17:36:43.479Z Downloaded form_urlencoded v1.2.2
3452026-06-02T17:36:43.483Z Downloaded is_terminal_polyfill v1.70.2
3462026-06-02T17:36:43.483Z Downloaded ucd-trie v0.1.7
3472026-06-02T17:36:43.483Z Downloaded anstyle-parse v0.2.7
3482026-06-02T17:36:43.483Z Downloaded zerocopy-derive v0.7.35
3492026-06-02T17:36:43.486Z Downloaded toml v0.8.23
3502026-06-02T17:36:43.486Z Downloaded heck v0.4.1
3512026-06-02T17:36:43.489Z Downloaded serde-value v0.7.0
3522026-06-02T17:36:43.489Z Downloaded potential_utf v0.1.4
3532026-06-02T17:36:43.489Z Downloaded plain v0.2.3
3542026-06-02T17:36:43.489Z Downloaded strsim v0.11.1
3552026-06-02T17:36:43.489Z Downloaded macaddr v1.0.1
3562026-06-02T17:36:43.492Z Downloaded idna_adapter v1.2.1
3572026-06-02T17:36:43.492Z Downloaded camino-tempfile v1.4.1
3582026-06-02T17:36:43.495Z Downloaded tabled_derive v0.7.0
3592026-06-02T17:36:43.495Z Downloaded colorchoice v1.0.4
3602026-06-02T17:36:43.495Z Downloaded unicode-ident v1.0.24
3612026-06-02T17:36:43.495Z Downloaded toml_edit v0.22.27
3622026-06-02T17:36:43.498Z Downloaded typenum v1.19.0
3632026-06-02T17:36:43.501Z Downloaded fastrand v2.3.0
3642026-06-02T17:36:43.501Z Downloaded textwrap v0.16.2
3652026-06-02T17:36:43.504Z Downloaded swrite v0.1.0
3662026-06-02T17:36:43.504Z Downloaded zerotrie v0.2.3
3672026-06-02T17:36:43.504Z Downloaded proc-macro-error-attr v1.0.4
3682026-06-02T17:36:43.507Z Downloaded yoke v0.8.1
3692026-06-02T17:36:43.507Z Downloaded dtrace-parser v0.2.0
3702026-06-02T17:36:43.507Z Downloaded serde_spanned v0.6.9
3712026-06-02T17:36:43.507Z Downloaded ordered-float v2.10.1
3722026-06-02T17:36:43.510Z Downloaded cargo-util-schemas v0.8.2
3732026-06-02T17:36:43.513Z Downloaded zerocopy v0.7.35
3742026-06-02T17:36:43.519Z Downloaded url v2.5.8
3752026-06-02T17:36:43.522Z Downloaded pretty-hex v0.4.1
3762026-06-02T17:36:43.522Z Downloaded autocfg v1.5.0
3772026-06-02T17:36:43.525Z Downloaded anstyle v1.0.13
3782026-06-02T17:36:43.528Z Downloaded winnow v0.7.14
3792026-06-02T17:36:43.532Z Downloaded synstructure v0.13.2
3802026-06-02T17:36:43.535Z Downloaded zerovec v0.11.5
3812026-06-02T17:36:43.535Z Downloaded digest v0.10.7
3822026-06-02T17:36:43.538Z Downloaded displaydoc v0.2.5
3832026-06-02T17:36:43.538Z Downloaded cargo_toml v0.21.0
3842026-06-02T17:36:43.541Z Downloaded cargo_metadata v0.21.0
3852026-06-02T17:36:43.544Z Downloaded scroll v0.12.0
3862026-06-02T17:36:43.547Z Downloaded proc-macro-error v1.0.4
3872026-06-02T17:36:43.547Z Downloaded serde-untagged v0.1.9
3882026-06-02T17:36:43.549Z Downloaded unicode-width v0.2.0
3892026-06-02T17:36:43.552Z Downloaded unicode-width v0.1.14
3902026-06-02T17:36:43.556Z Downloaded byteorder v1.5.0
3912026-06-02T17:36:43.563Z Downloaded pest_generator v2.8.6
3922026-06-02T17:36:43.566Z Downloaded serde_tokenstream v0.2.3
3932026-06-02T17:36:43.566Z Downloaded bytecount v0.6.9
3942026-06-02T17:36:43.569Z Downloaded camino v1.2.2
3952026-06-02T17:36:43.569Z Downloaded semver v1.0.28
3962026-06-02T17:36:43.571Z Downloaded litemap v0.8.1
3972026-06-02T17:36:43.574Z Downloaded once_cell v1.21.3
3982026-06-02T17:36:43.577Z Downloaded quote v1.0.45
3992026-06-02T17:36:43.580Z Downloaded sha2 v0.10.9
4002026-06-02T17:36:43.583Z Downloaded pest_derive v2.8.6
4012026-06-02T17:36:43.586Z Downloaded bitflags v2.11.0
4022026-06-02T17:36:43.589Z Downloaded tempfile v3.25.0
4032026-06-02T17:36:43.592Z Downloaded icu_collections v2.1.1
4042026-06-02T17:36:43.595Z Downloaded smallvec v1.15.1
4052026-06-02T17:36:43.595Z Downloaded clap v4.5.60
4062026-06-02T17:36:43.598Z Downloaded papergrid v0.11.0
4072026-06-02T17:36:43.601Z Downloaded log v0.4.29
4082026-06-02T17:36:43.604Z Downloaded icu_provider v2.1.1
4092026-06-02T17:36:43.604Z Downloaded serde_derive v1.0.228
4102026-06-02T17:36:43.608Z Downloaded icu_properties v2.1.2
4112026-06-02T17:36:43.608Z Downloaded serde_core v1.0.228
4122026-06-02T17:36:43.613Z Downloaded num-traits v0.2.19
4132026-06-02T17:36:43.623Z Downloaded getrandom v0.4.1
4142026-06-02T17:36:43.627Z Downloaded icu_normalizer_data v2.1.1
4152026-06-02T17:36:43.630Z Downloaded proc-macro2 v1.0.106
4162026-06-02T17:36:43.630Z Downloaded memchr v2.8.0
4172026-06-02T17:36:43.633Z Downloaded icu_locale_core v2.1.1
4182026-06-02T17:36:43.636Z Downloaded icu_normalizer v2.1.1
4192026-06-02T17:36:43.639Z Downloaded serde v1.0.228
4202026-06-02T17:36:43.652Z Downloaded indexmap v2.14.0
4212026-06-02T17:36:43.672Z Downloaded idna v1.1.0
4222026-06-02T17:36:43.679Z Downloaded pest v2.8.6
4232026-06-02T17:36:43.682Z Downloaded serde_json v1.0.149
4242026-06-02T17:36:43.686Z Downloaded icu_properties_data v2.1.2
4252026-06-02T17:36:43.691Z Downloaded hashbrown v0.17.0
4262026-06-02T17:36:43.695Z Downloaded clap_builder v4.5.60
4272026-06-02T17:36:43.699Z Downloaded goblin v0.8.2
4282026-06-02T17:36:43.711Z Downloaded tabled v0.15.0
4292026-06-02T17:36:43.720Z Downloaded syn v1.0.109
4302026-06-02T17:36:43.728Z Downloaded syn v2.0.117
4312026-06-02T17:36:43.742Z Downloaded rustix v1.1.3
4322026-06-02T17:36:43.755Z Downloaded libc v0.2.185
4332026-06-02T17:36:43.818Z Compiling proc-macro2 v1.0.106
4342026-06-02T17:36:43.818Z Compiling unicode-ident v1.0.24
4352026-06-02T17:36:43.822Z Compiling quote v1.0.45
4362026-06-02T17:36:43.822Z Compiling serde_core v1.0.228
4372026-06-02T17:36:43.822Z Compiling libc v0.2.185
4382026-06-02T17:36:43.822Z Compiling version_check v0.9.5
4392026-06-02T17:36:43.822Z Compiling stable_deref_trait v1.2.1
4402026-06-02T17:36:43.822Z Compiling serde v1.0.228
4412026-06-02T17:36:43.822Z Compiling memchr v2.8.0
4422026-06-02T17:36:43.822Z Compiling zmij v1.0.21
4432026-06-02T17:36:44.002Z Compiling autocfg v1.5.0
4442026-06-02T17:36:44.005Z Compiling itoa v1.0.17
4452026-06-02T17:36:44.005Z Compiling ucd-trie v0.1.7
4462026-06-02T17:36:44.006Z Compiling thiserror v1.0.69
4472026-06-02T17:36:44.006Z Compiling litemap v0.8.1
4482026-06-02T17:36:44.006Z Compiling writeable v0.6.2
4492026-06-02T17:36:44.006Z Compiling icu_normalizer_data v2.1.1
4502026-06-02T17:36:44.006Z Compiling byteorder v1.5.0
4512026-06-02T17:36:44.020Z Compiling icu_properties_data v2.1.2
4522026-06-02T17:36:44.023Z Compiling rustix v1.1.3
4532026-06-02T17:36:44.023Z Compiling bitflags v2.11.0
4542026-06-02T17:36:44.122Z Compiling serde_json v1.0.149
4552026-06-02T17:36:44.172Z Compiling typeid v1.0.3
4562026-06-02T17:36:44.176Z Compiling smallvec v1.15.1
4572026-06-02T17:36:44.176Z Compiling hashbrown v0.17.0
4582026-06-02T17:36:44.176Z Compiling equivalent v1.0.2
4592026-06-02T17:36:44.176Z Compiling toml_write v0.1.2
4602026-06-02T17:36:44.176Z Compiling winnow v0.7.14
4612026-06-02T17:36:44.176Z Compiling erased-serde v0.4.9
4622026-06-02T17:36:44.208Z Compiling syn v1.0.109
4632026-06-02T17:36:44.301Z Compiling log v0.4.29
4642026-06-02T17:36:44.317Z Compiling getrandom v0.4.1
4652026-06-02T17:36:44.462Z Compiling utf8_iter v1.0.4
4662026-06-02T17:36:44.482Z Compiling thiserror v2.0.18
4672026-06-02T17:36:44.519Z Compiling pest v2.8.6
4682026-06-02T17:36:44.649Z Compiling num-traits v0.2.19
4692026-06-02T17:36:44.652Z Compiling utf8parse v0.2.2
4702026-06-02T17:36:44.670Z Compiling camino v1.2.2
4712026-06-02T17:36:44.762Z Compiling plain v0.2.3
4722026-06-02T17:36:44.765Z Compiling percent-encoding v2.3.2
4732026-06-02T17:36:44.783Z Compiling colorchoice v1.0.4
4742026-06-02T17:36:44.857Z Compiling pretty-hex v0.4.1
4752026-06-02T17:36:44.907Z Compiling anstyle v1.0.13
4762026-06-02T17:36:44.950Z Compiling proc-macro-error-attr v1.0.4
4772026-06-02T17:36:45.087Z Compiling indexmap v2.14.0
4782026-06-02T17:36:45.147Z Compiling usdt-impl v0.5.0
4792026-06-02T17:36:45.191Z Compiling proc-macro-error v1.0.4
4802026-06-02T17:36:45.292Z Compiling form_urlencoded v1.2.2
4812026-06-02T17:36:45.312Z Compiling anstyle-parse v0.2.7
4822026-06-02T17:36:45.315Z Compiling is_terminal_polyfill v1.70.2
4832026-06-02T17:36:45.315Z Compiling anstyle-query v1.1.5
4842026-06-02T17:36:45.416Z Compiling cfg-if v1.0.4
4852026-06-02T17:36:45.416Z Compiling fs-err v3.3.0
4862026-06-02T17:36:45.419Z Compiling clap_lex v1.0.0
4872026-06-02T17:36:45.547Z Compiling fnv v1.0.7
4882026-06-02T17:36:45.550Z Compiling heck v0.5.0
4892026-06-02T17:36:45.590Z Compiling unicode-width v0.1.14
4902026-06-02T17:36:45.608Z Compiling once_cell v1.21.3
4912026-06-02T17:36:45.612Z Compiling strsim v0.11.1
4922026-06-02T17:36:45.612Z Compiling bytecount v0.6.9
4932026-06-02T17:36:45.647Z Compiling heck v0.4.1
4942026-06-02T17:36:45.650Z Compiling fastrand v2.3.0
4952026-06-02T17:36:45.663Z Compiling anyhow v1.0.102
4962026-06-02T17:36:45.667Z Compiling unicode-xid v0.2.6
4972026-06-02T17:36:45.680Z Compiling smawk v0.3.2
4982026-06-02T17:36:45.719Z Compiling unicode-width v0.2.0
4992026-06-02T17:36:45.753Z Compiling unicode-linebreak v0.1.5
5002026-06-02T17:36:45.775Z Compiling swrite v0.1.0
5012026-06-02T17:36:45.831Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5022026-06-02T17:36:45.853Z Compiling anstream v0.6.21
5032026-06-02T17:36:45.890Z Compiling pest_meta v2.8.6
5042026-06-02T17:36:46.269Z Compiling errno v0.3.14
5052026-06-02T17:36:46.272Z Compiling thread-id v4.2.2
5062026-06-02T17:36:46.272Z Compiling memmap v0.7.0
5072026-06-02T17:36:46.479Z Compiling papergrid v0.11.0
5082026-06-02T17:36:46.524Z Compiling syn v2.0.117
5092026-06-02T17:36:46.611Z Compiling ordered-float v2.10.1
5102026-06-02T17:36:47.367Z Compiling terminal_size v0.4.3
5112026-06-02T17:36:47.367Z Compiling tempfile v3.25.0
5122026-06-02T17:36:47.467Z Compiling clap_builder v4.5.60
5132026-06-02T17:36:47.467Z Compiling textwrap v0.16.2
5142026-06-02T17:36:47.780Z Compiling semver v1.0.28
5152026-06-02T17:36:47.882Z Compiling tabled_derive v0.7.0
5162026-06-02T17:36:48.079Z Compiling camino-tempfile v1.4.1
5172026-06-02T17:36:48.264Z Compiling serde-untagged v0.1.9
5182026-06-02T17:36:48.656Z Compiling tabled v0.15.0
5192026-06-02T17:36:48.872Z Compiling synstructure v0.13.2
5202026-06-02T17:36:48.872Z Compiling pest_generator v2.8.6
5212026-06-02T17:36:49.399Z Compiling serde_derive v1.0.228
5222026-06-02T17:36:49.399Z Compiling zerofrom-derive v0.1.6
5232026-06-02T17:36:49.399Z Compiling yoke-derive v0.8.1
5242026-06-02T17:36:49.402Z Compiling zerovec-derive v0.11.2
5252026-06-02T17:36:49.402Z Compiling displaydoc v0.2.5
5262026-06-02T17:36:49.402Z Compiling thiserror-impl v1.0.69
5272026-06-02T17:36:49.402Z Compiling zerocopy-derive v0.7.35
5282026-06-02T17:36:49.402Z Compiling scroll_derive v0.12.1
5292026-06-02T17:36:49.402Z Compiling thiserror-impl v2.0.18
5302026-06-02T17:36:49.402Z Compiling clap_derive v4.5.55
5312026-06-02T17:36:49.453Z Compiling pest_derive v2.8.6
5322026-06-02T17:36:50.151Z Compiling zerocopy v0.7.35
5332026-06-02T17:36:50.178Z Compiling scroll v0.12.0
5342026-06-02T17:36:50.399Z Compiling goblin v0.8.2
5352026-06-02T17:36:50.555Z Compiling dtrace-parser v0.2.0
5362026-06-02T17:36:50.588Z Compiling zerofrom v0.1.6
5372026-06-02T17:36:50.691Z Compiling yoke v0.8.1
5382026-06-02T17:36:50.786Z Compiling clap v4.5.60
5392026-06-02T17:36:50.844Z Compiling zerovec v0.11.5
5402026-06-02T17:36:50.844Z Compiling zerotrie v0.2.3
5412026-06-02T17:36:51.231Z Compiling tinystr v0.8.2
5422026-06-02T17:36:51.231Z Compiling potential_utf v0.1.4
5432026-06-02T17:36:51.481Z Compiling icu_locale_core v2.1.1
5442026-06-02T17:36:51.484Z Compiling icu_collections v2.1.1
5452026-06-02T17:36:51.826Z Compiling serde_spanned v0.6.9
5462026-06-02T17:36:51.826Z Compiling toml_datetime v0.6.11
5472026-06-02T17:36:51.829Z Compiling serde-value v0.7.0
5482026-06-02T17:36:51.829Z Compiling cargo-platform v0.2.0
5492026-06-02T17:36:51.829Z Compiling macaddr v1.0.1
5502026-06-02T17:36:51.843Z Compiling dof v0.3.0
5512026-06-02T17:36:51.846Z Compiling serde_tokenstream v0.2.3
5522026-06-02T17:36:52.002Z Compiling icu_provider v2.1.1
5532026-06-02T17:36:52.042Z Compiling toml_edit v0.22.27
5542026-06-02T17:36:52.225Z Compiling icu_normalizer v2.1.1
5552026-06-02T17:36:52.225Z Compiling icu_properties v2.1.2
5562026-06-02T17:36:52.523Z Compiling usdt-attr-macro v0.5.0
5572026-06-02T17:36:52.523Z Compiling usdt-macro v0.5.0
5582026-06-02T17:36:52.999Z Compiling idna_adapter v1.2.1
5592026-06-02T17:36:53.108Z Compiling idna v1.1.0
5602026-06-02T17:36:53.153Z Compiling usdt v0.5.0
5612026-06-02T17:36:53.243Z Compiling toml v0.8.23
5622026-06-02T17:36:53.362Z Compiling url v2.5.8
5632026-06-02T17:36:53.568Z Compiling cargo_toml v0.21.0
5642026-06-02T17:36:53.745Z Compiling cargo-util-schemas v0.8.2
5652026-06-02T17:36:54.514Z Compiling cargo_metadata v0.21.0
5662026-06-02T17:36:55.411Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5672026-06-02T17:36:57.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.61s
5682026-06-02T17:36:57.779Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5692026-06-02T17:36:58.315Z Downloading crates ...
5702026-06-02T17:36:58.419Z Downloaded blowfish v0.9.1
5712026-06-02T17:36:58.423Z Downloaded async-recursion v1.1.1
5722026-06-02T17:36:58.423Z Downloaded cargo-platform v0.1.9
5732026-06-02T17:36:58.426Z Downloaded convert_case v0.4.0
5742026-06-02T17:36:58.428Z Downloaded blake2 v0.10.6
5752026-06-02T17:36:58.429Z Downloaded arc-swap v1.8.2
5762026-06-02T17:36:58.431Z Downloaded daft-derive v0.1.5
5772026-06-02T17:36:58.435Z Downloaded darling v0.21.3
5782026-06-02T17:36:58.438Z Downloaded bit-vec v0.8.0
5792026-06-02T17:36:58.441Z Downloaded convert_case v0.10.0
5802026-06-02T17:36:58.444Z Downloaded daft v0.1.5
5812026-06-02T17:36:58.444Z Downloaded ascii-canvas v3.0.0
5822026-06-02T17:36:58.447Z Downloaded bb8 v0.8.6
5832026-06-02T17:36:58.449Z Downloaded darling v0.23.0
5842026-06-02T17:36:58.452Z Downloaded defmt v0.3.100
5852026-06-02T17:36:58.452Z Downloaded debug-ignore v1.0.5
5862026-06-02T17:36:58.455Z Downloaded darling_macro v0.23.0
5872026-06-02T17:36:58.455Z Downloaded bitfield-macros v0.19.4
5882026-06-02T17:36:58.455Z Downloaded darling_macro v0.21.3
5892026-06-02T17:36:58.458Z Downloaded curve25519-dalek-derive v0.1.1
5902026-06-02T17:36:58.461Z Downloaded darling_macro v0.20.11
5912026-06-02T17:36:58.461Z Downloaded cstr-argument v0.1.2
5922026-06-02T17:36:58.464Z Downloaded const_format v0.2.35
5932026-06-02T17:36:58.467Z Downloaded cfg_aliases v0.1.1
5942026-06-02T17:36:58.467Z Downloaded dropshot_endpoint v0.16.7
5952026-06-02T17:36:58.470Z Downloaded bcrypt-pbkdf v0.10.0
5962026-06-02T17:36:58.470Z Downloaded defmt v1.0.1
5972026-06-02T17:36:58.472Z Downloaded dtrace-parser v0.3.0
5982026-06-02T17:36:58.473Z Downloaded ctr v0.9.2
5992026-06-02T17:36:58.475Z Downloaded buf-list v1.1.2
6002026-06-02T17:36:58.476Z Downloaded darling_core v0.23.0
6012026-06-02T17:36:58.478Z Downloaded atomic-waker v1.1.2
6022026-06-02T17:36:58.481Z Downloaded csv-core v0.1.13
6032026-06-02T17:36:58.481Z Downloaded downcast-rs v2.0.2
6042026-06-02T17:36:58.481Z Downloaded critical-section v1.2.0
6052026-06-02T17:36:58.484Z Downloaded colored v3.1.1
6062026-06-02T17:36:58.484Z Downloaded dyn-clone v1.0.20
6072026-06-02T17:36:58.487Z Downloaded darling v0.20.11
6082026-06-02T17:36:58.490Z Downloaded embedded-io v0.6.1
6092026-06-02T17:36:58.490Z Downloaded bit-set v0.8.0
6102026-06-02T17:36:58.490Z Downloaded defmt-parser v1.0.0
6112026-06-02T17:36:58.503Z Downloaded difflib v0.4.0
6122026-06-02T17:36:58.504Z Downloaded array-init v0.0.4
6132026-06-02T17:36:58.504Z Downloaded bitfield-struct v0.6.2
6142026-06-02T17:36:58.504Z Downloaded async-bb8-diesel v0.2.1
6152026-06-02T17:36:58.504Z Downloaded foldhash v0.2.0
6162026-06-02T17:36:58.504Z Downloaded derive_builder_core v0.20.2
6172026-06-02T17:36:58.504Z Downloaded atty v0.2.14
6182026-06-02T17:36:58.504Z Downloaded data-encoding v2.10.0
6192026-06-02T17:36:58.504Z Downloaded document-features v0.2.12
6202026-06-02T17:36:58.504Z Downloaded crc v3.4.0
6212026-06-02T17:36:58.504Z Downloaded diesel_table_macro_syntax v0.3.0
6222026-06-02T17:36:58.504Z Downloaded bcs v0.1.6
6232026-06-02T17:36:58.504Z Downloaded chacha20 v0.10.0
6242026-06-02T17:36:58.508Z Downloaded crypto-bigint v0.5.5
6252026-06-02T17:36:58.511Z Downloaded float-ord v0.3.2
6262026-06-02T17:36:58.511Z Downloaded float-cmp v0.10.0
6272026-06-02T17:36:58.511Z Downloaded arrayref v0.3.9
6282026-06-02T17:36:58.514Z Downloaded ciborium-io v0.2.2
6292026-06-02T17:36:58.514Z Downloaded assert_matches v1.5.0
6302026-06-02T17:36:58.514Z Downloaded dirs-next v2.0.0
6312026-06-02T17:36:58.516Z Downloaded crunchy v0.2.4
6322026-06-02T17:36:58.517Z Downloaded env_filter v1.0.0
6332026-06-02T17:36:58.517Z Downloaded crc8 v0.1.1
6342026-06-02T17:36:58.517Z Downloaded adler2 v2.0.1
6352026-06-02T17:36:58.519Z Downloaded ciborium-ll v0.2.2
6362026-06-02T17:36:58.519Z Downloaded base16ct v0.2.0
6372026-06-02T17:36:58.519Z Downloaded async-stream v0.3.6
6382026-06-02T17:36:58.522Z Downloaded atomicwrites v0.4.4
6392026-06-02T17:36:58.522Z Downloaded crucible-workspace-hack v0.1.0
6402026-06-02T17:36:58.525Z Downloaded derive_more v0.99.20
6412026-06-02T17:36:58.525Z Downloaded foreign-types-macros v0.2.3
6422026-06-02T17:36:58.528Z Downloaded foreign-types v0.5.0
6432026-06-02T17:36:58.528Z Downloaded foreign-types-shared v0.1.1
6442026-06-02T17:36:58.528Z Downloaded cobs v0.3.0
6452026-06-02T17:36:58.531Z Downloaded foreign-types v0.3.2
6462026-06-02T17:36:58.531Z Downloaded dsl_auto_type v0.2.0
6472026-06-02T17:36:58.531Z Downloaded dirs-sys-next v0.1.2
6482026-06-02T17:36:58.534Z Downloaded block-padding v0.3.3
6492026-06-02T17:36:58.537Z Downloaded display-error-chain v0.2.2
6502026-06-02T17:36:58.537Z Downloaded fixedbitset v0.4.2
6512026-06-02T17:36:58.540Z Downloaded dunce v1.0.5
6522026-06-02T17:36:58.543Z Downloaded foreign-types-shared v0.3.1
6532026-06-02T17:36:58.543Z Downloaded cfg_aliases v0.2.1
6542026-06-02T17:36:58.543Z Downloaded flagset v0.4.7
6552026-06-02T17:36:58.546Z Downloaded enum-as-inner v0.6.1
6562026-06-02T17:36:58.546Z Downloaded bit-set v0.5.3
6572026-06-02T17:36:58.549Z Downloaded crc-catalog v2.4.0
6582026-06-02T17:36:58.549Z Downloaded fd-lock v4.0.4
6592026-06-02T17:36:58.551Z Downloaded endian-type v0.1.2
6602026-06-02T17:36:58.552Z Downloaded dof v0.4.0
6612026-06-02T17:36:58.552Z Downloaded castaway v0.2.4
6622026-06-02T17:36:58.554Z Downloaded cpufeatures v0.3.0
6632026-06-02T17:36:58.554Z Downloaded compression-core v0.4.31
6642026-06-02T17:36:58.557Z Downloaded futures-task v0.3.32
6652026-06-02T17:36:58.560Z Downloaded ghash v0.5.1
6662026-06-02T17:36:58.563Z Downloaded futures-sink v0.3.32
6672026-06-02T17:36:58.566Z Downloaded fxhash v0.2.1
6682026-06-02T17:36:58.566Z Downloaded embedded-io v0.4.0
6692026-06-02T17:36:58.567Z Downloaded darling_core v0.20.11
6702026-06-02T17:36:58.570Z Downloaded futures-io v0.3.32
6712026-06-02T17:36:58.570Z Downloaded derive-ex v0.1.8
6722026-06-02T17:36:58.573Z Downloaded derive_builder_macro v0.20.2
6732026-06-02T17:36:58.573Z Downloaded fallible-iterator v0.2.0
6742026-06-02T17:36:58.573Z Downloaded erased-serde v0.3.31
6752026-06-02T17:36:58.576Z Downloaded funty v2.0.0
6762026-06-02T17:36:58.576Z Downloaded camino-tempfile-ext v0.3.3
6772026-06-02T17:36:58.576Z Downloaded globwalk v0.9.1
6782026-06-02T17:36:58.579Z Downloaded aead v0.5.2
6792026-06-02T17:36:58.579Z Downloaded ed25519 v2.2.3
6802026-06-02T17:36:58.582Z Downloaded hash32 v0.3.1
6812026-06-02T17:36:58.582Z Downloaded des v0.8.1
6822026-06-02T17:36:58.582Z Downloaded bitflags v1.3.2
6832026-06-02T17:36:58.585Z Downloaded deranged v0.5.8
6842026-06-02T17:36:58.585Z Downloaded const-oid v0.9.6
6852026-06-02T17:36:58.588Z Downloaded darling_core v0.21.3
6862026-06-02T17:36:58.591Z Downloaded git-stub v1.0.0
6872026-06-02T17:36:58.591Z Downloaded gethostname v0.5.0
6882026-06-02T17:36:58.593Z Downloaded hash32 v0.2.1
6892026-06-02T17:36:58.593Z Downloaded bit-vec v0.6.3
6902026-06-02T17:36:58.593Z Downloaded headers-core v0.3.0
6912026-06-02T17:36:58.597Z Downloaded der_derive v0.7.3
6922026-06-02T17:36:58.597Z Downloaded cipher v0.4.4
6932026-06-02T17:36:58.597Z Downloaded backoff v0.4.0
6942026-06-02T17:36:58.600Z Downloaded hostname v0.3.1
6952026-06-02T17:36:58.600Z Downloaded home v0.5.12
6962026-06-02T17:36:58.600Z Downloaded hex-literal v0.4.1
6972026-06-02T17:36:58.600Z Downloaded hex v0.4.3
6982026-06-02T17:36:58.603Z Downloaded ecdsa v0.16.9
6992026-06-02T17:36:58.603Z Downloaded httpdate v1.0.3
7002026-06-02T17:36:58.603Z Downloaded hostname v0.4.2
7012026-06-02T17:36:58.606Z Downloaded diesel-dtrace v0.5.0
7022026-06-02T17:36:58.606Z Downloaded cbc v0.1.2
7032026-06-02T17:36:58.609Z Downloaded fixedbitset v0.5.7
7042026-06-02T17:36:58.609Z Downloaded byte-wrapper v0.1.0
7052026-06-02T17:36:58.612Z Downloaded argon2 v0.5.3
7062026-06-02T17:36:58.612Z Downloaded either v1.15.0
7072026-06-02T17:36:58.612Z Downloaded base64ct v1.8.3
7082026-06-02T17:36:58.614Z Downloaded dropshot-api-manager-types v0.7.1
7092026-06-02T17:36:58.614Z Downloaded filetime v0.2.27
7102026-06-02T17:36:58.617Z Downloaded ff v0.13.1
7112026-06-02T17:36:58.617Z Downloaded defmt-macros v1.0.1
7122026-06-02T17:36:58.620Z Downloaded env_logger v0.11.9
7132026-06-02T17:36:58.620Z Downloaded chacha20 v0.9.1
7142026-06-02T17:36:58.623Z Downloaded futures-macro v0.3.32
7152026-06-02T17:36:58.623Z Downloaded fs_extra v1.3.0
7162026-06-02T17:36:58.623Z Downloaded fs-err v2.11.0
7172026-06-02T17:36:58.626Z Downloaded http-body v1.0.1
7182026-06-02T17:36:58.626Z Downloaded futures-executor v0.3.32
7192026-06-02T17:36:58.626Z Downloaded futures-core v0.3.32
7202026-06-02T17:36:58.629Z Downloaded hubpack v0.1.2
7212026-06-02T17:36:58.629Z Downloaded constant_time_eq v0.4.2
7222026-06-02T17:36:58.629Z Downloaded cmake v0.1.57
7232026-06-02T17:36:58.632Z Downloaded ena v0.14.4
7242026-06-02T17:36:58.632Z Downloaded foldhash v0.1.5
7252026-06-02T17:36:58.632Z Downloaded const_format_proc_macros v0.2.34
7262026-06-02T17:36:58.635Z Downloaded diff v0.1.13
7272026-06-02T17:36:58.638Z Downloaded http-range v0.1.5
7282026-06-02T17:36:58.638Z Downloaded find-msvc-tools v0.1.9
7292026-06-02T17:36:58.638Z Downloaded hubpack_derive v0.1.1
7302026-06-02T17:36:58.641Z Downloaded arrayvec v0.7.6
7312026-06-02T17:36:58.641Z Downloaded globset v0.4.18
7322026-06-02T17:36:58.641Z Downloaded async-trait v0.1.89
7332026-06-02T17:36:58.644Z Downloaded indoc v1.0.9
7342026-06-02T17:36:58.646Z Downloaded fatfs v0.3.6
7352026-06-02T17:36:58.650Z Downloaded compression-codecs v0.4.37
7362026-06-02T17:36:58.650Z Downloaded instant v0.1.13
7372026-06-02T17:36:58.652Z Downloaded console v0.16.2
7382026-06-02T17:36:58.652Z Downloaded clang-sys v1.8.1
7392026-06-02T17:36:58.655Z Downloaded colored v2.2.0
7402026-06-02T17:36:58.655Z Downloaded ident_case v1.0.1
7412026-06-02T17:36:58.656Z Downloaded cancel-safe-futures v0.1.5
7422026-06-02T17:36:58.659Z Downloaded bitfield v0.19.4
7432026-06-02T17:36:58.659Z Downloaded indent_write v2.2.0
7442026-06-02T17:36:58.661Z Downloaded highway v1.3.0
7452026-06-02T17:36:58.661Z Downloaded inout v0.1.4
7462026-06-02T17:36:58.661Z Downloaded async-stream-impl v0.3.6
7472026-06-02T17:36:58.662Z Downloaded is-terminal v0.4.17
7482026-06-02T17:36:58.665Z Downloaded cexpr v0.6.0
7492026-06-02T17:36:58.665Z Downloaded cassowary v0.3.0
7502026-06-02T17:36:58.665Z Downloaded is_ci v1.2.0
7512026-06-02T17:36:58.668Z Downloaded instability v0.3.11
7522026-06-02T17:36:58.668Z Downloaded group v0.13.0
7532026-06-02T17:36:58.668Z Downloaded glob v0.3.3
7542026-06-02T17:36:58.671Z Downloaded lalrpop-util v0.19.12
7552026-06-02T17:36:58.671Z Downloaded cargo_metadata v0.19.2
7562026-06-02T17:36:58.674Z Downloaded drift v0.1.4
7572026-06-02T17:36:58.677Z Downloaded crossbeam-deque v0.8.6
7582026-06-02T17:36:58.680Z Downloaded crc32fast v1.5.0
7592026-06-02T17:36:58.680Z Downloaded crossbeam-utils v0.8.21
7602026-06-02T17:36:58.683Z Downloaded kstat-rs v0.2.4
7612026-06-02T17:36:58.686Z Downloaded lzss v0.8.2
7622026-06-02T17:36:58.689Z Downloaded keccak v0.1.6
7632026-06-02T17:36:58.689Z Downloaded lazy_static v1.5.0
7642026-06-02T17:36:58.692Z Downloaded http-body-util v0.1.3
7652026-06-02T17:36:58.695Z Downloaded humantime v2.3.0
7662026-06-02T17:36:58.695Z Downloaded backon v1.6.0
7672026-06-02T17:36:58.698Z Downloaded libscf-sys v1.1.0
7682026-06-02T17:36:58.698Z Downloaded getrandom v0.2.17
7692026-06-02T17:36:58.701Z Downloaded cookie_store v0.22.1
7702026-06-02T17:36:58.701Z Downloaded console v0.15.11
7712026-06-02T17:36:58.704Z Downloaded managed v0.8.0
7722026-06-02T17:36:58.707Z Downloaded derive_builder v0.20.2
7732026-06-02T17:36:58.709Z Downloaded hyper-tls v0.6.0
7742026-06-02T17:36:58.713Z Downloaded dropshot_endpoint v0.17.0
7752026-06-02T17:36:58.715Z Downloaded md5 v0.7.0
7762026-06-02T17:36:58.715Z Downloaded mime v0.3.17
7772026-06-02T17:36:58.715Z Downloaded md-5 v0.10.6
7782026-06-02T17:36:58.718Z Downloaded maplit v1.0.2
7792026-06-02T17:36:58.718Z Downloaded memoffset v0.9.1
7802026-06-02T17:36:58.718Z Downloaded lru-slab v0.1.2
7812026-06-02T17:36:58.718Z Downloaded futures-channel v0.3.32
7822026-06-02T17:36:58.721Z Downloaded ciborium v0.2.2
7832026-06-02T17:36:58.721Z Downloaded ingot v0.1.1
7842026-06-02T17:36:58.724Z Downloaded cookie v0.18.1
7852026-06-02T17:36:58.724Z Downloaded indoc v2.0.7
7862026-06-02T17:36:58.727Z Downloaded bzip2 v0.6.1
7872026-06-02T17:36:58.727Z Downloaded hyper-staticfile v0.10.1
7882026-06-02T17:36:58.730Z Downloaded lru-cache v0.1.2
7892026-06-02T17:36:58.730Z Downloaded linked-hash-map v0.5.6
7902026-06-02T17:36:58.730Z Downloaded derive-where v1.6.0
7912026-06-02T17:36:58.733Z Downloaded chacha20poly1305 v0.10.1
7922026-06-02T17:36:58.736Z Downloaded ipnetwork v0.21.1
7932026-06-02T17:36:58.739Z Downloaded nibble_vec v0.1.0
7942026-06-02T17:36:58.739Z Downloaded nonempty v0.12.0
7952026-06-02T17:36:58.739Z Downloaded newtype_derive v0.1.6
7962026-06-02T17:36:58.741Z Downloaded nodrop v0.1.14
7972026-06-02T17:36:58.741Z Downloaded num-derive v0.3.3
7982026-06-02T17:36:58.741Z Downloaded newtype-uuid-macros v0.1.0
7992026-06-02T17:36:58.744Z Downloaded num-conv v0.2.0
8002026-06-02T17:36:58.744Z Downloaded elliptic-curve v0.13.8
8012026-06-02T17:36:58.747Z Downloaded libefi-sys v0.1.0
8022026-06-02T17:36:58.747Z Downloaded crossbeam-epoch v0.9.18
8032026-06-02T17:36:58.750Z Downloaded newline-converter v0.3.0
8042026-06-02T17:36:58.750Z Downloaded new_debug_unreachable v1.0.6
8052026-06-02T17:36:58.750Z Downloaded impl-trait-for-tuples v0.2.3
8062026-06-02T17:36:58.753Z Downloaded half v1.8.3
8072026-06-02T17:36:58.753Z Downloaded git-stub-vcs v0.1.0
8082026-06-02T17:36:58.757Z Downloaded num-derive v0.4.2
8092026-06-02T17:36:58.760Z Downloaded ipnet v2.11.0
8102026-06-02T17:36:58.760Z Downloaded internet-checksum v0.2.1
8112026-06-02T17:36:58.760Z Downloaded ingot-types v0.1.2
8122026-06-02T17:36:58.763Z Downloaded linear-map v1.2.0
8132026-06-02T17:36:58.763Z Downloaded libsw-core v0.3.2
8142026-06-02T17:36:58.766Z Downloaded iana-time-zone v0.1.65
8152026-06-02T17:36:58.766Z Downloaded flume v0.11.1
8162026-06-02T17:36:58.769Z Downloaded num_threads v0.1.7
8172026-06-02T17:36:58.769Z Downloaded num_enum_derive v0.5.11
8182026-06-02T17:36:58.769Z Downloaded opaque-debug v0.3.1
8192026-06-02T17:36:58.772Z Downloaded num-iter v0.1.45
8202026-06-02T17:36:58.772Z Downloaded lru v0.12.5
8212026-06-02T17:36:58.772Z Downloaded getrandom v0.3.4
8222026-06-02T17:36:58.776Z Downloaded openssl-probe v0.2.1
8232026-06-02T17:36:58.776Z Downloaded lock_api v0.4.14
8242026-06-02T17:36:58.779Z Downloaded crc-any v2.5.0
8252026-06-02T17:36:58.779Z Downloaded openssl-macros v0.1.1
8262026-06-02T17:36:58.779Z Downloaded libloading v0.8.9
8272026-06-02T17:36:58.782Z Downloaded hmac v0.12.1
8282026-06-02T17:36:58.782Z Downloaded corncobs v0.1.4
8292026-06-02T17:36:58.785Z Downloaded oso-derive v0.27.3
8302026-06-02T17:36:58.785Z Downloaded openssl-probe v0.1.6
8312026-06-02T17:36:58.785Z Downloaded olpc-cjson v0.1.4
8322026-06-02T17:36:58.785Z Downloaded allocator-api2 v0.2.21
8332026-06-02T17:36:58.789Z Downloaded bzip2 v0.4.4
8342026-06-02T17:36:58.789Z Downloaded ahash v0.8.12
8352026-06-02T17:36:58.792Z Downloaded half v2.7.1
8362026-06-02T17:36:58.792Z Downloaded maybe-uninit v2.0.0
8372026-06-02T17:36:58.792Z Downloaded httparse v1.10.1
8382026-06-02T17:36:58.795Z Downloaded num v0.4.3
8392026-06-02T17:36:58.796Z Downloaded normalize-line-endings v0.3.0
8402026-06-02T17:36:58.796Z Downloaded ingot-macros v0.1.1
8412026-06-02T17:36:58.799Z Downloaded futures v0.3.32
8422026-06-02T17:36:58.802Z Downloaded match_cfg v0.1.0
8432026-06-02T17:36:58.802Z Downloaded jobserver v0.1.34
8442026-06-02T17:36:58.805Z Downloaded parse-size v1.1.0
8452026-06-02T17:36:58.805Z Downloaded packed_struct_codegen v0.10.1
8462026-06-02T17:36:58.805Z Downloaded mime_guess v2.0.5
8472026-06-02T17:36:58.808Z Downloaded multer v3.1.0
8482026-06-02T17:36:58.808Z Downloaded bytes v1.11.1
8492026-06-02T17:36:58.811Z Downloaded path-slash v0.1.5
8502026-06-02T17:36:58.814Z Downloaded multimap v0.10.1
8512026-06-02T17:36:58.817Z Downloaded native-tls v0.2.18
8522026-06-02T17:36:58.822Z Downloaded newtype-uuid v1.3.2
8532026-06-02T17:36:58.825Z Downloaded nanorand v0.7.0
8542026-06-02T17:36:58.825Z Downloaded num_enum v0.7.5
8552026-06-02T17:36:58.828Z Downloaded parse-display v0.10.0
8562026-06-02T17:36:58.830Z Downloaded peg-runtime v0.8.5
8572026-06-02T17:36:58.830Z Downloaded pbkdf2 v0.11.0
8582026-06-02T17:36:58.831Z Downloaded phf_shared v0.12.1
8592026-06-02T17:36:58.834Z Downloaded pbkdf2 v0.12.2
8602026-06-02T17:36:58.834Z Downloaded num-rational v0.4.2
8612026-06-02T17:36:58.834Z Downloaded phf_shared v0.11.3
8622026-06-02T17:36:58.836Z Downloaded nu-ansi-term v0.50.3
8632026-06-02T17:36:58.836Z Downloaded num-integer v0.1.46
8642026-06-02T17:36:58.839Z Downloaded num-complex v0.4.6
8652026-06-02T17:36:58.858Z Downloaded pin-utils v0.1.0
8662026-06-02T17:36:58.861Z Downloaded phf_shared v0.13.1
8672026-06-02T17:36:58.861Z Downloaded packed_struct v0.10.1
8682026-06-02T17:36:58.861Z Downloaded oxnet v0.1.4
8692026-06-02T17:36:58.864Z Downloaded num_enum_derive v0.7.5
8702026-06-02T17:36:58.864Z Downloaded libsw v3.5.0
8712026-06-02T17:36:58.867Z Downloaded powerfmt v0.2.0
8722026-06-02T17:36:58.870Z Downloaded compact_str v0.8.1
8732026-06-02T17:36:58.870Z Downloaded oxide-tokio-rt v0.1.4
8742026-06-02T17:36:58.873Z Downloaded base64 v0.22.1
8752026-06-02T17:36:58.876Z Downloaded predicates-tree v1.0.13
8762026-06-02T17:36:58.876Z Downloaded headers v0.4.1
8772026-06-02T17:36:58.879Z Downloaded ar_archive_writer v0.5.1
8782026-06-02T17:36:58.884Z Downloaded predicates-core v1.0.10
8792026-06-02T17:36:58.887Z Downloaded precomputed-hash v0.1.1
8802026-06-02T17:36:58.887Z Downloaded paste v1.0.15
8812026-06-02T17:36:58.890Z Downloaded progenitor-client v0.11.2
8822026-06-02T17:36:58.890Z Downloaded progenitor-client v0.10.0
8832026-06-02T17:36:58.893Z Downloaded proc-macro-crate v3.4.0
8842026-06-02T17:36:58.893Z Downloaded parse-display-derive v0.10.0
8852026-06-02T17:36:58.893Z Downloaded parking_lot_core v0.8.6
8862026-06-02T17:36:58.896Z Downloaded hyper-rustls v0.27.7
8872026-06-02T17:36:58.896Z Downloaded peg v0.8.5
8882026-06-02T17:36:58.898Z Downloaded derive_more v2.1.1
8892026-06-02T17:36:58.904Z Downloaded progenitor-macro v0.14.0
8902026-06-02T17:36:58.907Z Downloaded progenitor-macro v0.10.0
8912026-06-02T17:36:58.907Z Downloaded proc-macro-crate v1.3.1
8922026-06-02T17:36:58.907Z Downloaded pem-rfc7468 v0.7.0
8932026-06-02T17:36:58.910Z Downloaded password-hash v0.4.2
8942026-06-02T17:36:58.910Z Downloaded phf v0.12.1
8952026-06-02T17:36:58.913Z Downloaded psl-types v2.0.11
8962026-06-02T17:36:58.913Z Downloaded progenitor-macro v0.11.2
8972026-06-02T17:36:58.913Z Downloaded quick-error v1.2.3
8982026-06-02T17:36:58.913Z Downloaded omicron-zone-package v0.12.2
8992026-06-02T17:36:58.916Z Downloaded litrs v1.0.0
9002026-06-02T17:36:58.918Z Downloaded num_enum v0.5.11
9012026-06-02T17:36:58.921Z Downloaded radium v0.7.0
9022026-06-02T17:36:58.922Z Downloaded progenitor-macro v0.13.0
9032026-06-02T17:36:58.922Z Downloaded pem v3.0.6
9042026-06-02T17:36:58.922Z Downloaded ignore v0.4.25
9052026-06-02T17:36:58.924Z Downloaded indicatif v0.18.4
9062026-06-02T17:36:58.927Z Downloaded dropshot-api-manager v0.7.1
9072026-06-02T17:36:58.930Z Downloaded libbz2-rs-sys v0.2.2
9082026-06-02T17:36:58.930Z Downloaded derive_more-impl v2.1.1
9092026-06-02T17:36:58.934Z Downloaded phf v0.13.1
9102026-06-02T17:36:58.934Z Downloaded crossbeam-channel v0.5.15
9112026-06-02T17:36:58.936Z Downloaded proc-macro-error-attr2 v2.0.0
9122026-06-02T17:36:58.939Z Downloaded der v0.7.10
9132026-06-02T17:36:58.942Z Downloaded rand_xorshift v0.4.0
9142026-06-02T17:36:58.942Z Downloaded rand_chacha v0.3.1
9152026-06-02T17:36:58.942Z Downloaded ppv-lite86 v0.2.21
9162026-06-02T17:36:58.945Z Downloaded pin-project-lite v0.2.17
9172026-06-02T17:36:58.948Z Downloaded base64 v0.21.7
9182026-06-02T17:36:58.952Z Downloaded memmap2 v0.9.10
9192026-06-02T17:36:58.952Z Downloaded heapless v0.7.17
9202026-06-02T17:36:58.955Z Downloaded pkg-config v0.3.32
9212026-06-02T17:36:58.955Z Downloaded owo-colors v4.3.0
9222026-06-02T17:36:58.955Z Downloaded postgres-protocol v0.6.10
9232026-06-02T17:36:58.958Z Downloaded polyval v0.6.2
9242026-06-02T17:36:58.958Z Downloaded cc v1.2.56
9252026-06-02T17:36:58.961Z Downloaded recursive-proc-macro-impl v0.1.1
9262026-06-02T17:36:58.961Z Downloaded parking_lot v0.11.2
9272026-06-02T17:36:58.961Z Downloaded password-hash v0.5.0
9282026-06-02T17:36:58.964Z Downloaded recursive v0.1.1
9292026-06-02T17:36:58.964Z Downloaded parking_lot v0.12.5
9302026-06-02T17:36:58.964Z Downloaded primeorder v0.13.6
9312026-06-02T17:36:58.968Z Downloaded async-compression v0.4.41
9322026-06-02T17:36:58.971Z Downloaded ref-cast v1.0.25
9332026-06-02T17:36:58.971Z Downloaded flate2 v1.1.9
9342026-06-02T17:36:58.974Z Downloaded progenitor v0.14.0
9352026-06-02T17:36:58.977Z Downloaded progenitor v0.13.0
9362026-06-02T17:36:58.977Z Downloaded parking_lot_core v0.9.12
9372026-06-02T17:36:58.979Z Downloaded indexmap v1.9.3
9382026-06-02T17:36:58.979Z Downloaded expectorate v1.2.0
9392026-06-02T17:36:58.982Z Downloaded progenitor v0.11.2
9402026-06-02T17:36:58.982Z Downloaded progenitor v0.10.0
9412026-06-02T17:36:58.982Z Downloaded proc-macro-error2 v2.0.1
9422026-06-02T17:36:58.985Z Downloaded psm v0.1.30
9432026-06-02T17:36:58.988Z Downloaded ref-cast-impl v1.0.25
9442026-06-02T17:36:58.988Z Downloaded progenitor-extras v0.2.0
9452026-06-02T17:36:58.988Z Downloaded r2d2 v0.8.10
9462026-06-02T17:36:58.991Z Downloaded progenitor-client v0.13.0
9472026-06-02T17:36:58.991Z Downloaded russh-cryptovec v0.7.3
9482026-06-02T17:36:58.991Z Downloaded rfc6979 v0.4.0
9492026-06-02T17:36:58.991Z Downloaded peg-macros v0.8.5
9502026-06-02T17:36:58.994Z Downloaded diesel_derives v2.3.7
9512026-06-02T17:36:58.997Z Downloaded bumpalo v3.20.2
9522026-06-02T17:36:59.000Z Downloaded oso v0.27.3
9532026-06-02T17:36:59.003Z Downloaded pkcs8 v0.10.2
9542026-06-02T17:36:59.003Z Downloaded postgres-types v0.2.12
9552026-06-02T17:36:59.006Z Downloaded hickory-resolver v0.24.4
9562026-06-02T17:36:59.006Z Downloaded rand_seeder v0.4.0
9572026-06-02T17:36:59.009Z Downloaded rustc-hash v2.1.1
9582026-06-02T17:36:59.009Z Downloaded rtoolbox v0.0.3
9592026-06-02T17:36:59.009Z Downloaded poly1305 v0.8.0
9602026-06-02T17:36:59.012Z Downloaded pkcs1 v0.7.5
9612026-06-02T17:36:59.012Z Downloaded postcard v1.1.3
9622026-06-02T17:36:59.015Z Downloaded pkcs5 v0.7.1
9632026-06-02T17:36:59.018Z Downloaded rand_core v0.10.0
9642026-06-02T17:36:59.018Z Downloaded heapless v0.8.0
9652026-06-02T17:36:59.021Z Downloaded rustc_version v0.4.1
9662026-06-02T17:36:59.025Z Downloaded pin-project-internal v1.1.11
9672026-06-02T17:36:59.029Z Downloaded salsa20 v0.10.2
9682026-06-02T17:36:59.033Z Downloaded rand_core v0.9.5
9692026-06-02T17:36:59.036Z Downloaded rand_core v0.6.4
9702026-06-02T17:36:59.036Z Downloaded papergrid v0.17.0
9712026-06-02T17:36:59.038Z Downloaded predicates v3.1.4
9722026-06-02T17:36:59.041Z Downloaded rand_chacha v0.9.0
9732026-06-02T17:36:59.044Z Downloaded rustc_version v0.1.7
9742026-06-02T17:36:59.047Z Downloaded scheduled-thread-pool v0.2.7
9752026-06-02T17:36:59.050Z Downloaded sapling-renderdag v0.1.0
9762026-06-02T17:36:59.053Z Downloaded scopeguard v1.2.0
9772026-06-02T17:36:59.054Z Downloaded same-file v1.0.6
9782026-06-02T17:36:59.056Z Downloaded miniz_oxide v0.8.9
9792026-06-02T17:36:59.062Z Downloaded progenitor-client v0.14.0
9802026-06-02T17:36:59.065Z Downloaded resolv-conf v0.7.6
9812026-06-02T17:36:59.068Z Downloaded scroll_derive v0.13.1
9822026-06-02T17:36:59.070Z Downloaded jiff-static v0.2.21
9832026-06-02T17:36:59.073Z Downloaded secrecy v0.10.3
9842026-06-02T17:36:59.073Z Downloaded openssl-sys v0.9.115
9852026-06-02T17:36:59.076Z Downloaded hickory-resolver v0.25.2
9862026-06-02T17:36:59.081Z Downloaded rustls-native-certs v0.8.3
9872026-06-02T17:36:59.084Z Downloaded serde_repr v0.1.20
9882026-06-02T17:36:59.087Z Downloaded sha1 v0.10.6
9892026-06-02T17:36:59.087Z Downloaded serde_spanned v1.0.4
9902026-06-02T17:36:59.087Z Downloaded serde_plain v1.0.2
9912026-06-02T17:36:59.090Z Downloaded semver v0.1.20
9922026-06-02T17:36:59.090Z Downloaded minimal-lexical v0.2.1
9932026-06-02T17:36:59.093Z Downloaded quinn-udp v0.5.14
9942026-06-02T17:36:59.096Z Downloaded serde-big-array v0.5.1
9952026-06-02T17:36:59.096Z Downloaded hickory-server v0.25.2
9962026-06-02T17:36:59.100Z Downloaded hashbrown v0.13.2
9972026-06-02T17:36:59.103Z Downloaded serde_urlencoded v0.7.1
9982026-06-02T17:36:59.106Z Downloaded prefix-trie v0.7.0
9992026-06-02T17:36:59.106Z Downloaded serde_bytes v0.11.19
10002026-06-02T17:36:59.109Z Downloaded secrecy v0.8.0
10012026-06-02T17:36:59.109Z Downloaded rustversion v1.0.22
10022026-06-02T17:36:59.113Z Downloaded seq-macro v0.3.6
10032026-06-02T17:36:59.116Z Downloaded shell-words v1.1.1
10042026-06-02T17:36:59.116Z Downloaded ed25519-dalek v2.2.0
10052026-06-02T17:36:59.119Z Downloaded signal-hook-mio v0.2.5
10062026-06-02T17:36:59.121Z Downloaded signal-hook-tokio v0.3.1
10072026-06-02T17:36:59.121Z Downloaded signature v2.2.0
10082026-06-02T17:36:59.124Z Downloaded siphasher v1.0.2
10092026-06-02T17:36:59.124Z Downloaded progenitor-impl v0.13.0
10102026-06-02T17:36:59.129Z Downloaded slog-bunyan v2.5.0
10112026-06-02T17:36:59.132Z Downloaded slog-envlogger v2.2.0
10122026-06-02T17:36:59.136Z Downloaded rustls-pemfile v2.2.0
10132026-06-02T17:36:59.139Z Downloaded rustls-pemfile v1.0.4
10142026-06-02T17:36:59.139Z Downloaded hyper-util v0.1.20
10152026-06-02T17:36:59.142Z Downloaded sigpipe v0.1.3
10162026-06-02T17:36:59.145Z Downloaded crossterm v0.29.0
10172026-06-02T17:36:59.148Z Downloaded aes-gcm v0.10.3
10182026-06-02T17:36:59.151Z Downloaded progenitor-impl v0.11.2
10192026-06-02T17:36:59.154Z Downloaded scrypt v0.11.0
10202026-06-02T17:36:59.154Z Downloaded progenitor-impl v0.14.0
10212026-06-02T17:36:59.158Z Downloaded p256 v0.13.2
10222026-06-02T17:36:59.162Z Downloaded ssh-cipher v0.2.0
10232026-06-02T17:36:59.165Z Downloaded russh-keys v0.45.0
10242026-06-02T17:36:59.168Z Downloaded ssh-encoding v0.2.0
10252026-06-02T17:36:59.168Z Downloaded progenitor-impl v0.10.0
10262026-06-02T17:36:59.171Z Downloaded schemars_derive v0.8.22
10272026-06-02T17:36:59.174Z Downloaded hashbrown v0.12.3
10282026-06-02T17:36:59.177Z Downloaded rcgen v0.12.1
10292026-06-02T17:36:59.180Z Downloaded pin-project v1.1.11
10302026-06-02T17:36:59.184Z Downloaded pretty_assertions v1.4.1
10312026-06-02T17:36:59.187Z Downloaded serde-hex v0.1.0
10322026-06-02T17:36:59.187Z Downloaded serde_derive_internals v0.29.1
10332026-06-02T17:36:59.190Z Downloaded scroll v0.13.0
10342026-06-02T17:36:59.190Z Downloaded sqlparser_derive v0.5.0
10352026-06-02T17:36:59.193Z Downloaded subtle v2.6.1
10362026-06-02T17:36:59.193Z Downloaded slab v0.4.12
10372026-06-02T17:36:59.196Z Downloaded slog-json v2.6.1
10382026-06-02T17:36:59.196Z Downloaded num-bigint v0.4.6
10392026-06-02T17:36:59.199Z Downloaded strum v0.26.3
10402026-06-02T17:36:59.199Z Downloaded structmeta v0.3.0
10412026-06-02T17:36:59.199Z Downloaded strip-ansi-escapes v0.2.1
10422026-06-02T17:36:59.202Z Downloaded http v1.4.0
10432026-06-02T17:36:59.205Z Downloaded slog-scope v4.4.1
10442026-06-02T17:36:59.208Z Downloaded slog-dtrace v0.3.0
10452026-06-02T17:36:59.208Z Downloaded smf v0.2.3
10462026-06-02T17:36:59.208Z Downloaded smallvec v0.6.14
10472026-06-02T17:36:59.208Z Downloaded signal-hook-registry v1.4.8
10482026-06-02T17:36:59.211Z Downloaded shlex v1.3.0
10492026-06-02T17:36:59.211Z Downloaded strum v0.27.2
10502026-06-02T17:36:59.214Z Downloaded structmeta-derive v0.3.0
10512026-06-02T17:36:59.214Z Downloaded supports-color v3.0.2
10522026-06-02T17:36:59.217Z Downloaded slog-async v2.8.0
10532026-06-02T17:36:59.217Z Downloaded simd-adler32 v0.3.8
10542026-06-02T17:36:59.220Z Downloaded crossterm v0.28.1
10552026-06-02T17:36:59.223Z Downloaded sync-ptr v0.1.4
10562026-06-02T17:36:59.226Z Downloaded slog-stdlog v4.1.1
10572026-06-02T17:36:59.226Z Downloaded rusty-fork v0.3.1
10582026-06-02T17:36:59.226Z Downloaded take_mut v0.2.2
10592026-06-02T17:36:59.229Z Downloaded tabled_derive v0.11.0
10602026-06-02T17:36:59.229Z Downloaded tap v1.0.1
10612026-06-02T17:36:59.229Z Downloaded snafu-derive v0.8.9
10622026-06-02T17:36:59.232Z Downloaded tagptr v0.2.0
10632026-06-02T17:36:59.232Z Downloaded tabwriter v1.4.1
10642026-06-02T17:36:59.232Z Downloaded sync_wrapper v1.0.2
10652026-06-02T17:36:59.232Z Downloaded rustls-pki-types v1.14.0
10662026-06-02T17:36:59.240Z Downloaded serde_with_macros v3.17.0
10672026-06-02T17:36:59.243Z Downloaded serde_path_to_error v0.1.20
10682026-06-02T17:36:59.245Z Downloaded thiserror-impl-no-std v2.0.2
10692026-06-02T17:36:59.245Z Downloaded sqlformat v0.3.5
10702026-06-02T17:36:59.245Z Downloaded thread-id v5.1.0
10712026-06-02T17:36:59.248Z Downloaded spki v0.7.3
10722026-06-02T17:36:59.249Z Downloaded sec1 v0.7.3
10732026-06-02T17:36:59.249Z Downloaded testing_table v0.3.0
10742026-06-02T17:36:59.251Z Downloaded termtree v0.5.1
10752026-06-02T17:36:59.254Z Downloaded hashbrown v0.16.1
10762026-06-02T17:36:59.260Z Downloaded rustls-platform-verifier v0.6.2
10772026-06-02T17:36:59.263Z Downloaded serde_cbor v0.11.2
10782026-06-02T17:36:59.267Z Downloaded tinyvec_macros v0.1.1
10792026-06-02T17:36:59.270Z Downloaded nom v7.1.3
10802026-06-02T17:36:59.272Z Downloaded time-core v0.1.8
10812026-06-02T17:36:59.275Z Downloaded string_cache v0.8.9
10822026-06-02T17:36:59.278Z Downloaded static_assertions v1.1.0
10832026-06-02T17:36:59.278Z Downloaded strum_macros v0.24.3
10842026-06-02T17:36:59.281Z Downloaded strum_macros v0.27.2
10852026-06-02T17:36:59.281Z Downloaded strum_macros v0.26.4
10862026-06-02T17:36:59.284Z Downloaded slog-term v2.9.2
10872026-06-02T17:36:59.284Z Downloaded support-bundle-viewer v0.1.2
10882026-06-02T17:36:59.287Z Downloaded stringprep v0.1.5
10892026-06-02T17:36:59.287Z Downloaded schemars v0.8.22
10902026-06-02T17:36:59.291Z Downloaded tokio-macros v2.7.0
10912026-06-02T17:36:59.294Z Downloaded publicsuffix v2.3.0
10922026-06-02T17:36:59.294Z Downloaded libxml v0.3.3
10932026-06-02T17:36:59.297Z Downloaded topological-sort v0.2.2
10942026-06-02T17:36:59.300Z Downloaded rayon-core v1.13.0
10952026-06-02T17:36:59.303Z Downloaded thiserror-no-std v2.0.2
10962026-06-02T17:36:59.306Z Downloaded prettyplease v0.2.37
10972026-06-02T17:36:59.312Z Downloaded termios v0.3.3
10982026-06-02T17:36:59.315Z Downloaded stacker v0.1.23
10992026-06-02T17:36:59.315Z Downloaded ron v0.8.1
11002026-06-02T17:36:59.320Z Downloaded tower-layer v0.3.3
11012026-06-02T17:36:59.324Z Downloaded thread_local v1.1.9
11022026-06-02T17:36:59.327Z Downloaded mio v1.2.0
11032026-06-02T17:36:59.330Z Downloaded qorb v0.4.1
11042026-06-02T17:36:59.333Z Downloaded time-macros v0.2.27
11052026-06-02T17:36:59.335Z Downloaded hashbrown v0.15.5
11062026-06-02T17:36:59.338Z Downloaded try-lock v0.2.5
11072026-06-02T17:36:59.338Z Downloaded itertools v0.13.0
11082026-06-02T17:36:59.342Z Downloaded quinn v0.11.9
11092026-06-02T17:36:59.345Z Downloaded futures-util v0.3.32
11102026-06-02T17:36:59.351Z Downloaded trait-variant v0.1.2
11112026-06-02T17:36:59.354Z Downloaded unarray v0.1.4
11122026-06-02T17:36:59.354Z Downloaded tokio-native-tls v0.3.1
11132026-06-02T17:36:59.354Z Downloaded tokio-dtrace v0.1.1
11142026-06-02T17:36:59.357Z Downloaded sct v0.7.1
11152026-06-02T17:36:59.357Z Downloaded typify-macro v0.6.2
11162026-06-02T17:36:59.360Z Downloaded tiny-keccak v2.0.2
11172026-06-02T17:36:59.360Z Downloaded rand v0.8.6
11182026-06-02T17:36:59.363Z Downloaded itertools v0.10.5
11192026-06-02T17:36:59.366Z Downloaded aes v0.8.4
11202026-06-02T17:36:59.369Z Downloaded tokio-tungstenite v0.23.1
11212026-06-02T17:36:59.369Z Downloaded untrusted v0.9.0
11222026-06-02T17:36:59.372Z Downloaded usdt v0.6.0
11232026-06-02T17:36:59.372Z Downloaded signal-hook v0.3.18
11242026-06-02T17:36:59.375Z Downloaded tls_codec v0.4.2
11252026-06-02T17:36:59.375Z Downloaded tls_codec_derive v0.4.2
11262026-06-02T17:36:59.375Z Downloaded socket2 v0.6.3
11272026-06-02T17:36:59.378Z Downloaded slog v2.8.2
11282026-06-02T17:36:59.381Z Downloaded typify-macro v0.4.3
11292026-06-02T17:36:59.381Z Downloaded similar v2.7.0
11302026-06-02T17:36:59.384Z Downloaded universal-hash v0.5.1
11312026-06-02T17:36:59.384Z Downloaded unit-prefix v0.5.2
11322026-06-02T17:36:59.384Z Downloaded toml_writer v1.0.6+spec-1.1.0
11332026-06-02T17:36:59.387Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11342026-06-02T17:36:59.387Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11352026-06-02T17:36:59.387Z Downloaded usdt-macro v0.6.0
11362026-06-02T17:36:59.390Z Downloaded serde_yaml v0.9.34+deprecated
11372026-06-02T17:36:59.390Z Downloaded waitgroup v0.1.2
11382026-06-02T17:36:59.393Z Downloaded ryu v1.0.23
11392026-06-02T17:36:59.396Z Downloaded h2 v0.4.13
11402026-06-02T17:36:59.399Z Downloaded usdt-attr-macro v0.6.0
11412026-06-02T17:36:59.399Z Downloaded tokio-rustls v0.25.0
11422026-06-02T17:36:59.402Z Downloaded hkdf v0.12.4
11432026-06-02T17:36:59.402Z Downloaded iddqd v0.3.18
11442026-06-02T17:36:59.405Z Downloaded tower-service v0.3.3
11452026-06-02T17:36:59.408Z Downloaded void v1.0.2
11462026-06-02T17:36:59.408Z Downloaded wait-timeout v0.2.1
11472026-06-02T17:36:59.411Z Downloaded socket2 v0.5.10
11482026-06-02T17:36:59.418Z Downloaded utf-8 v0.7.6
11492026-06-02T17:36:59.426Z Downloaded term v1.2.1
11502026-06-02T17:36:59.430Z Downloaded xattr v1.6.1
11512026-06-02T17:36:59.433Z Downloaded num-bigint-dig v0.8.6
11522026-06-02T17:36:59.433Z Downloaded rand v0.9.2
11532026-06-02T17:36:59.436Z Downloaded iri-string v0.7.10
11542026-06-02T17:36:59.439Z Downloaded itertools v0.12.1
11552026-06-02T17:36:59.443Z Downloaded snafu v0.8.9
11562026-06-02T17:36:59.446Z Downloaded term v0.7.0
11572026-06-02T17:36:59.449Z Downloaded want v0.3.1
11582026-06-02T17:36:59.449Z Downloaded rsa v0.9.10
11592026-06-02T17:36:59.452Z Downloaded spin v0.9.8
11602026-06-02T17:36:59.455Z Downloaded unicase v2.9.0
11612026-06-02T17:36:59.455Z Downloaded aho-corasick v1.1.4
11622026-06-02T17:36:59.458Z Downloaded p521 v0.13.3
11632026-06-02T17:36:59.461Z Downloaded toml_parser v1.0.9+spec-1.1.0
11642026-06-02T17:36:59.465Z Downloaded rand v0.10.0
11652026-06-02T17:36:59.468Z Downloaded unicode-truncate v1.1.0
11662026-06-02T17:36:59.471Z Downloaded xshell-macros v0.2.7
11672026-06-02T17:36:59.471Z Downloaded usdt-impl v0.6.0
11682026-06-02T17:36:59.474Z Downloaded hyper v1.8.1
11692026-06-02T17:36:59.478Z Downloaded vergen-lib v0.1.6
11702026-06-02T17:36:59.481Z Downloaded tokio-rustls v0.26.4
11712026-06-02T17:36:59.481Z Downloaded tokio-rustls v0.24.1
11722026-06-02T17:36:59.484Z Downloaded zeroize_derive v1.4.3
11732026-06-02T17:36:59.487Z Downloaded zone v0.3.1
11742026-06-02T17:36:59.487Z Downloaded walkdir v2.5.0
11752026-06-02T17:36:59.487Z Downloaded vergen-gitcl v1.0.8
11762026-06-02T17:36:59.490Z Downloaded vergen-git2 v1.0.7
11772026-06-02T17:36:59.490Z Downloaded zone_cfg_derive v0.3.1
11782026-06-02T17:36:59.493Z Downloaded tokio-tungstenite v0.21.0
11792026-06-02T17:36:59.498Z Downloaded schemars v0.9.0
11802026-06-02T17:36:59.505Z Downloaded tokio-stream v0.1.18
11812026-06-02T17:36:59.508Z Downloaded whoami v2.1.0
11822026-06-02T17:36:59.511Z Downloaded uzers v0.12.2
11832026-06-02T17:36:59.511Z Downloaded tracing-attributes v0.1.31
11842026-06-02T17:36:59.514Z Downloaded vsss-rs v3.3.4
11852026-06-02T17:36:59.514Z Downloaded test-strategy v0.4.5
11862026-06-02T17:36:59.516Z Downloaded subprocess v0.2.15
11872026-06-02T17:36:59.519Z Downloaded whoami v1.6.1
11882026-06-02T17:36:59.519Z Downloaded tar v0.4.45
11892026-06-02T17:36:59.522Z Downloaded unicode-properties v0.1.4
11902026-06-02T17:36:59.522Z Downloaded wyz v0.5.1
11912026-06-02T17:36:59.525Z Downloaded libm v0.2.16
11922026-06-02T17:36:59.537Z Downloaded tui-tree-widget v0.23.1
11932026-06-02T17:36:59.537Z Downloaded tinyvec v1.10.0
11942026-06-02T17:36:59.537Z Downloaded russh v0.45.0
11952026-06-02T17:36:59.541Z Downloaded curve25519-dalek v4.1.3
11962026-06-02T17:36:59.544Z Downloaded zeroize v1.8.2
11972026-06-02T17:36:59.548Z Downloaded twox-hash v2.1.2
11982026-06-02T17:36:59.551Z Downloaded vergen v9.0.6
11992026-06-02T17:36:59.554Z Downloaded xshell v0.2.7
12002026-06-02T17:36:59.554Z Downloaded zstd v0.13.3
12012026-06-02T17:36:59.557Z Downloaded tungstenite v0.23.0
12022026-06-02T17:36:59.567Z Downloaded zstd-safe v7.2.4
12032026-06-02T17:36:59.571Z Downloaded unicode-bidi v0.3.18
12042026-06-02T17:36:59.574Z Downloaded itertools v0.14.0
12052026-06-02T17:36:59.580Z Downloaded toml v1.0.6+spec-1.1.0
12062026-06-02T17:36:59.583Z Downloaded untrusted v0.7.1
12072026-06-02T17:36:59.586Z Downloaded toml v0.7.8
12082026-06-02T17:36:59.586Z Downloaded zerocopy v0.6.6
12092026-06-02T17:36:59.589Z Downloaded samael v0.0.19
12102026-06-02T17:36:59.594Z Downloaded toml_edit v0.23.10+spec-1.0.0
12112026-06-02T17:36:59.597Z Downloaded rpassword v7.4.0
12122026-06-02T17:36:59.600Z Downloaded yasna v0.5.2
12132026-06-02T17:36:59.600Z Downloaded tracing-core v0.1.36
12142026-06-02T17:36:59.603Z Downloaded tungstenite v0.21.0
12152026-06-02T17:36:59.606Z Downloaded rustls-webpki v0.103.9
12162026-06-02T17:36:59.618Z Downloaded unsafe-libyaml v0.2.11
12172026-06-02T17:36:59.621Z Downloaded blake3 v1.8.3
12182026-06-02T17:36:59.624Z Downloaded tokio-postgres v0.7.16
12192026-06-02T17:36:59.627Z Downloaded rustyline v14.0.0
12202026-06-02T17:36:59.632Z Downloaded schemars v1.2.1
12212026-06-02T17:36:59.644Z Downloaded toml v0.9.12+spec-1.1.0
12222026-06-02T17:36:59.646Z Downloaded toml_edit v0.19.15
12232026-06-02T17:36:59.660Z Downloaded steno v0.4.1
12242026-06-02T17:36:59.663Z Downloaded zopfli v0.8.3
12252026-06-02T17:36:59.666Z Downloaded typify v0.6.2
12262026-06-02T17:36:59.666Z Downloaded typify v0.4.3
12272026-06-02T17:36:59.683Z Downloaded yansi v1.0.1
12282026-06-02T17:36:59.686Z Downloaded reedline v0.40.0
12292026-06-02T17:36:59.689Z Downloaded uuid v1.23.0
12302026-06-02T17:36:59.693Z Downloaded zip v0.6.6
12312026-06-02T17:36:59.696Z Downloaded ssh-key v0.6.7
12322026-06-02T17:36:59.700Z Downloaded tower v0.5.3
12332026-06-02T17:36:59.705Z Downloaded vte v0.14.1
12342026-06-02T17:36:59.715Z Downloaded bitvec v1.0.1
12352026-06-02T17:36:59.725Z Downloaded quick-xml v0.37.5
12362026-06-02T17:36:59.729Z Downloaded unicode_categories v0.1.1
12372026-06-02T17:36:59.731Z Downloaded aws-lc-rs v1.16.3
12382026-06-02T17:36:59.736Z Downloaded lalrpop v0.19.12
12392026-06-02T17:36:59.742Z Downloaded reqwest v0.13.2
12402026-06-02T17:36:59.746Z Downloaded rustls-webpki v0.101.7
12412026-06-02T17:36:59.754Z Downloaded moka v0.12.13
12422026-06-02T17:36:59.759Z Downloaded proptest v1.10.0
12432026-06-02T17:36:59.764Z Downloaded x509-cert v0.2.5
12442026-06-02T17:36:59.767Z Downloaded zerocopy-derive v0.8.40
12452026-06-02T17:36:59.773Z Downloaded p384 v0.13.1
12462026-06-02T17:36:59.776Z Downloaded goblin v0.10.5
12472026-06-02T17:36:59.781Z Downloaded regex v1.12.3
12482026-06-02T17:36:59.784Z Downloaded git2 v0.20.4
12492026-06-02T17:36:59.789Z Downloaded chrono v0.4.44
12502026-06-02T17:36:59.793Z Downloaded bindgen v0.71.1
12512026-06-02T17:36:59.797Z Downloaded reqwest v0.12.28
12522026-06-02T17:36:59.803Z Downloaded unicode-normalization v0.1.25
12532026-06-02T17:36:59.806Z Downloaded rayon v1.11.0
12542026-06-02T17:36:59.811Z Downloaded typed-path v0.9.3
12552026-06-02T17:36:59.815Z Downloaded rustls-webpki v0.102.8
12562026-06-02T17:36:59.825Z Downloaded petname v2.0.2
12572026-06-02T17:36:59.840Z Downloaded tower-http v0.6.8
12582026-06-02T17:36:59.844Z Downloaded zip v4.6.1
12592026-06-02T17:36:59.847Z Downloaded unicode-segmentation v1.12.0
12602026-06-02T17:36:59.859Z Downloaded radix_trie v0.2.1
12612026-06-02T17:36:59.863Z Downloaded tokio-util v0.7.18
12622026-06-02T17:36:59.867Z Downloaded portable-atomic v1.13.1
12632026-06-02T17:36:59.874Z Downloaded salty v0.3.0
12642026-06-02T17:36:59.878Z Downloaded winnow v0.5.40
12652026-06-02T17:36:59.883Z Downloaded tough v0.22.0
12662026-06-02T17:36:59.894Z Downloaded serde_with v3.17.0
12672026-06-02T17:36:59.908Z Downloaded polar-core v0.27.3
12682026-06-02T17:36:59.914Z Downloaded nix v0.27.1
12692026-06-02T17:36:59.933Z Downloaded dropshot v0.17.0
12702026-06-02T17:36:59.946Z Downloaded regex-syntax v0.6.29
12712026-06-02T17:36:59.950Z Downloaded tabled v0.20.0
12722026-06-02T17:36:59.961Z Downloaded smoltcp v0.9.1
12732026-06-02T17:36:59.967Z Downloaded rustls v0.21.12
12742026-06-02T17:36:59.975Z Downloaded quinn-proto v0.11.13
12752026-06-02T17:36:59.981Z Downloaded winnow v0.6.26
12762026-06-02T17:36:59.987Z Downloaded dropshot v0.16.7
12772026-06-02T17:37:00.006Z Downloaded vcpkg v0.2.15
12782026-06-02T17:37:00.032Z Downloaded time v0.3.47
12792026-06-02T17:37:00.038Z Downloaded bstr v1.12.1
12802026-06-02T17:37:00.044Z Downloaded webpki-roots v1.0.6
12812026-06-02T17:37:00.046Z Downloaded rustls v0.22.4
12822026-06-02T17:37:00.053Z Downloaded zlib-rs v0.6.2
12832026-06-02T17:37:00.057Z Downloaded openapiv3 v2.2.0
12842026-06-02T17:37:00.064Z Downloaded regress v0.10.5
12852026-06-02T17:37:00.070Z Downloaded nix v0.31.2
12862026-06-02T17:37:00.076Z Downloaded bzip2-sys v0.1.13+1.0.8
12872026-06-02T17:37:00.084Z Downloaded zerocopy v0.8.40
12882026-06-02T17:37:00.089Z Downloaded hickory-proto v0.25.2
12892026-06-02T17:37:00.098Z Downloaded regress v0.11.1
12902026-06-02T17:37:00.103Z Downloaded rustls v0.23.37
12912026-06-02T17:37:00.111Z Downloaded rustix v0.38.44
12922026-06-02T17:37:00.124Z Downloaded regex-syntax v0.8.10
12932026-06-02T17:37:00.129Z Downloaded diesel v2.3.7
12942026-06-02T17:37:00.142Z Downloaded smoltcp v0.11.0
12952026-06-02T17:37:00.149Z Downloaded object v0.37.3
12962026-06-02T17:37:00.155Z Downloaded openssl v0.10.79
12972026-06-02T17:37:00.161Z Downloaded sqlparser v0.61.0
12982026-06-02T17:37:00.166Z Downloaded hickory-proto v0.24.4
12992026-06-02T17:37:00.175Z Downloaded nix v0.29.0
13002026-06-02T17:37:00.182Z Downloaded sled v0.34.7
13012026-06-02T17:37:00.188Z Downloaded tracing v0.1.44
13022026-06-02T17:37:00.199Z Downloaded typify-impl v0.6.2
13032026-06-02T17:37:00.208Z Downloaded ratatui v0.29.0
13042026-06-02T17:37:00.220Z Downloaded typify-impl v0.4.3
13052026-06-02T17:37:00.228Z Downloaded nix v0.28.0
13062026-06-02T17:37:00.234Z Downloaded object v0.30.4
13072026-06-02T17:37:00.257Z Downloaded zerocopy-derive v0.6.6
13082026-06-02T17:37:00.264Z Downloaded regex-automata v0.4.14
13092026-06-02T17:37:00.280Z Downloaded chrono-tz v0.10.4
13102026-06-02T17:37:00.293Z Downloaded petgraph v0.6.5
13112026-06-02T17:37:00.303Z Downloaded jiff v0.2.21
13122026-06-02T17:37:00.313Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-06-02T17:37:00.323Z Downloaded sha3 v0.10.8
13142026-06-02T17:37:00.333Z Downloaded csv v1.4.0
13152026-06-02T17:37:00.348Z Downloaded petgraph v0.8.3
13162026-06-02T17:37:00.364Z Downloaded libz-sys v1.1.24
13172026-06-02T17:37:00.399Z Downloaded tokio v1.52.1
13182026-06-02T17:37:00.487Z Downloaded encoding_rs v0.8.35
13192026-06-02T17:37:00.514Z Downloaded ring v0.17.14
13202026-06-02T17:37:00.539Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-06-02T17:37:00.998Z Downloaded aws-lc-sys v0.40.0
13222026-06-02T17:37:01.249Z Compiling libc v0.2.185
13232026-06-02T17:37:01.252Z Compiling serde v1.0.228
13242026-06-02T17:37:01.252Z Compiling log v0.4.29
13252026-06-02T17:37:01.253Z Compiling shlex v1.3.0
13262026-06-02T17:37:01.253Z Compiling find-msvc-tools v0.1.9
13272026-06-02T17:37:01.253Z Compiling smallvec v1.15.1
13282026-06-02T17:37:01.253Z Compiling typenum v1.19.0
13292026-06-02T17:37:01.392Z Compiling subtle v2.6.1
13302026-06-02T17:37:01.395Z Compiling scopeguard v1.2.0
13312026-06-02T17:37:01.395Z Compiling const-oid v0.9.6
13322026-06-02T17:37:01.405Z Compiling serde_json v1.0.149
13332026-06-02T17:37:01.409Z Compiling zerocopy v0.8.40
13342026-06-02T17:37:01.409Z Compiling pin-project-lite v0.2.17
13352026-06-02T17:37:01.409Z Compiling portable-atomic v1.13.1
13362026-06-02T17:37:01.409Z Compiling parking_lot_core v0.9.12
13372026-06-02T17:37:01.409Z Compiling pkg-config v0.3.32
13382026-06-02T17:37:01.409Z Compiling futures-core v0.3.32
13392026-06-02T17:37:01.419Z Compiling libm v0.2.16
13402026-06-02T17:37:01.422Z Compiling critical-section v1.2.0
13412026-06-02T17:37:01.505Z Compiling generic-array v0.14.7
13422026-06-02T17:37:01.520Z Compiling num-traits v0.2.19
13432026-06-02T17:37:01.523Z Compiling percent-encoding v2.3.2
13442026-06-02T17:37:01.552Z Compiling futures-sink v0.3.32
13452026-06-02T17:37:01.555Z Compiling slab v0.4.12
13462026-06-02T17:37:01.669Z Compiling lock_api v0.4.14
13472026-06-02T17:37:01.686Z Compiling getrandom v0.4.1
13482026-06-02T17:37:01.689Z Compiling cpufeatures v0.2.17
13492026-06-02T17:37:01.720Z Compiling syn v2.0.117
13502026-06-02T17:37:01.734Z Compiling bitflags v2.11.0
13512026-06-02T17:37:01.752Z Compiling futures-io v0.3.32
13522026-06-02T17:37:01.756Z Compiling futures-task v0.3.32
13532026-06-02T17:37:01.771Z Compiling rand_core v0.10.0
13542026-06-02T17:37:01.787Z Compiling rustversion v1.0.22
13552026-06-02T17:37:01.807Z Compiling indexmap v2.14.0
13562026-06-02T17:37:01.825Z Compiling getrandom v0.3.4
13572026-06-02T17:37:01.828Z Compiling fs_extra v1.3.0
13582026-06-02T17:37:01.828Z Compiling dunce v1.0.5
13592026-06-02T17:37:01.828Z Compiling ident_case v1.0.1
13602026-06-02T17:37:01.828Z Compiling base64ct v1.8.3
13612026-06-02T17:37:01.918Z Compiling iana-time-zone v0.1.65
13622026-06-02T17:37:01.921Z Compiling regex-syntax v0.8.10
13632026-06-02T17:37:02.009Z Compiling futures-channel v0.3.32
13642026-06-02T17:37:02.013Z Compiling form_urlencoded v1.2.2
13652026-06-02T17:37:02.013Z Compiling rustix v1.1.3
13662026-06-02T17:37:02.013Z Compiling flagset v0.4.7
13672026-06-02T17:37:02.114Z Compiling vcpkg v0.2.15
13682026-06-02T17:37:02.114Z Compiling aws-lc-rs v1.16.3
13692026-06-02T17:37:02.217Z Compiling pem-rfc7468 v0.7.0
13702026-06-02T17:37:02.235Z Compiling rustc_version v0.4.1
13712026-06-02T17:37:02.339Z Compiling base64 v0.22.1
13722026-06-02T17:37:02.343Z Compiling tinyvec_macros v0.1.1
13732026-06-02T17:37:02.375Z Compiling httparse v1.10.1
13742026-06-02T17:37:02.378Z Compiling openssl-probe v0.2.1
13752026-06-02T17:37:02.378Z Compiling untrusted v0.7.1
13762026-06-02T17:37:02.392Z Compiling untrusted v0.9.0
13772026-06-02T17:37:02.409Z Compiling aho-corasick v1.1.4
13782026-06-02T17:37:02.413Z Compiling schemars v0.8.22
13792026-06-02T17:37:02.431Z Compiling tower-layer v0.3.3
13802026-06-02T17:37:02.449Z Compiling rustls v0.23.37
13812026-06-02T17:37:02.462Z Compiling tower-service v0.3.3
13822026-06-02T17:37:02.466Z Compiling try-lock v0.2.5
13832026-06-02T17:37:02.547Z Compiling atomic-waker v1.1.2
13842026-06-02T17:37:02.566Z Compiling dyn-clone v1.0.20
13852026-06-02T17:37:02.569Z Compiling pin-utils v0.1.0
13862026-06-02T17:37:02.569Z Compiling openssl v0.10.79
13872026-06-02T17:37:02.634Z Compiling httpdate v1.0.3
13882026-06-02T17:37:02.650Z Compiling foreign-types-shared v0.1.1
13892026-06-02T17:37:02.667Z Compiling spin v0.9.8
13902026-06-02T17:37:02.682Z Compiling crc32fast v1.5.0
13912026-06-02T17:37:02.721Z Compiling tinyvec v1.10.0
13922026-06-02T17:37:02.726Z Compiling native-tls v0.2.18
13932026-06-02T17:37:02.739Z Compiling time-core v0.1.8
13942026-06-02T17:37:02.758Z Compiling powerfmt v0.2.0
13952026-06-02T17:37:02.771Z Compiling num-conv v0.2.0
13962026-06-02T17:37:02.790Z Compiling sync_wrapper v1.0.2
13972026-06-02T17:37:02.857Z Compiling getrandom v0.2.17
13982026-06-02T17:37:02.906Z Compiling jobserver v0.1.34
13992026-06-02T17:37:02.963Z Compiling errno v0.3.14
14002026-06-02T17:37:02.981Z Compiling mio v1.2.0
14012026-06-02T17:37:03.000Z Compiling socket2 v0.6.3
14022026-06-02T17:37:03.054Z Compiling foreign-types v0.3.2
14032026-06-02T17:37:03.074Z Compiling time-macros v0.2.27
14042026-06-02T17:37:03.092Z Compiling deranged v0.5.8
14052026-06-02T17:37:03.096Z Compiling wait-timeout v0.2.1
14062026-06-02T17:37:03.108Z Compiling want v0.3.1
14072026-06-02T17:37:03.128Z Compiling simd-adler32 v0.3.8
14082026-06-02T17:37:03.146Z Compiling unicode-segmentation v1.12.0
14092026-06-02T17:37:03.150Z Compiling num_threads v0.1.7
14102026-06-02T17:37:03.164Z Compiling unicode-normalization v0.1.25
14112026-06-02T17:37:03.183Z Compiling siphasher v1.0.2
14122026-06-02T17:37:03.219Z Compiling uuid v1.23.0
14132026-06-02T17:37:03.273Z Compiling syn v1.0.109
14142026-06-02T17:37:03.363Z Compiling rand_core v0.6.4
14152026-06-02T17:37:03.380Z Compiling signal-hook-registry v1.4.8
14162026-06-02T17:37:03.384Z Compiling parking_lot v0.12.5
14172026-06-02T17:37:03.416Z Compiling cc v1.2.56
14182026-06-02T17:37:03.452Z Compiling once_cell v1.21.3
14192026-06-02T17:37:03.455Z Compiling bit-vec v0.8.0
14202026-06-02T17:37:03.455Z Compiling crossbeam-utils v0.8.21
14212026-06-02T17:37:03.513Z Compiling quick-error v1.2.3
14222026-06-02T17:37:03.566Z Compiling usdt-impl v0.6.0
14232026-06-02T17:37:03.605Z Compiling regex-automata v0.4.14
14242026-06-02T17:37:03.692Z Compiling slog v2.8.2
14252026-06-02T17:37:03.696Z Compiling heapless v0.7.17
14262026-06-02T17:37:03.696Z Compiling rand_core v0.9.5
14272026-06-02T17:37:03.710Z Compiling thread-id v5.1.0
14282026-06-02T17:37:03.713Z Compiling cookie v0.18.1
14292026-06-02T17:37:03.713Z Compiling ryu v1.0.23
14302026-06-02T17:37:03.803Z Compiling bit-set v0.8.0
14312026-06-02T17:37:03.806Z Compiling unicode-bidi v0.3.18
14322026-06-02T17:37:03.841Z Compiling tracing-core v0.1.36
14332026-06-02T17:37:03.879Z Compiling allocator-api2 v0.2.21
14342026-06-02T17:37:03.894Z Compiling iri-string v0.7.10
14352026-06-02T17:37:03.914Z Compiling unicode-properties v0.1.4
14362026-06-02T17:37:03.951Z Compiling signal-hook v0.3.18
14372026-06-02T17:37:03.954Z Compiling paste v1.0.15
14382026-06-02T17:37:03.966Z Compiling zstd-safe v7.2.4
14392026-06-02T17:37:03.969Z Compiling anyhow v1.0.102
14402026-06-02T17:37:04.024Z Compiling unarray v0.1.4
14412026-06-02T17:37:04.042Z Compiling adler2 v2.0.1
14422026-06-02T17:37:04.117Z Compiling num-integer v0.1.46
14432026-06-02T17:37:04.134Z Compiling ff v0.13.1
14442026-06-02T17:37:04.152Z Compiling rand_xorshift v0.4.0
14452026-06-02T17:37:04.156Z Compiling heck v0.4.1
14462026-06-02T17:37:04.156Z Compiling vergen-lib v0.1.6
14472026-06-02T17:37:04.209Z Compiling curve25519-dalek v4.1.3
14482026-06-02T17:37:04.248Z Compiling hash32 v0.2.1
14492026-06-02T17:37:04.266Z Compiling memoffset v0.9.1
14502026-06-02T17:37:04.269Z Compiling ref-cast v1.0.25
14512026-06-02T17:37:04.284Z Compiling base16ct v0.2.0
14522026-06-02T17:37:04.320Z Compiling stringprep v0.1.5
14532026-06-02T17:37:04.340Z Compiling psl-types v2.0.11
14542026-06-02T17:37:04.359Z Compiling cfg_aliases v0.2.1
14552026-06-02T17:37:04.397Z Compiling cmake v0.1.57
14562026-06-02T17:37:04.416Z Compiling miniz_oxide v0.8.9
14572026-06-02T17:37:04.419Z Compiling fallible-iterator v0.2.0
14582026-06-02T17:37:04.475Z Compiling rustix v0.38.44
14592026-06-02T17:37:04.512Z Compiling tempfile v3.25.0
14602026-06-02T17:37:04.515Z Compiling time v0.3.47
14612026-06-02T17:37:04.515Z Compiling litrs v1.0.0
14622026-06-02T17:37:04.515Z Compiling smoltcp v0.9.1
14632026-06-02T17:37:04.551Z Compiling zlib-rs v0.6.2
14642026-06-02T17:37:04.555Z Compiling num-bigint-dig v0.8.6
14652026-06-02T17:37:04.571Z Compiling nix v0.31.2
14662026-06-02T17:37:04.604Z Compiling terminal_size v0.4.3
14672026-06-02T17:37:04.622Z Compiling num-iter v0.1.45
14682026-06-02T17:37:04.625Z Compiling group v0.13.0
14692026-06-02T17:37:04.693Z Compiling synstructure v0.13.2
14702026-06-02T17:37:04.697Z Compiling pest_generator v2.8.6
14712026-06-02T17:37:04.710Z Compiling serde_derive_internals v0.29.1
14722026-06-02T17:37:04.745Z Compiling darling_core v0.20.11
14732026-06-02T17:37:04.762Z Compiling darling_core v0.21.3
14742026-06-02T17:37:04.905Z Compiling phf_shared v0.13.1
14752026-06-02T17:37:04.910Z Compiling vergen v9.0.6
14762026-06-02T17:37:04.910Z Compiling lazy_static v1.5.0
14772026-06-02T17:37:04.910Z Compiling ahash v0.8.12
14782026-06-02T17:37:04.910Z Compiling fs-err v3.3.0
14792026-06-02T17:37:04.941Z Compiling encoding_rs v0.8.35
14802026-06-02T17:37:04.957Z Compiling bumpalo v3.20.2
14812026-06-02T17:37:05.010Z Compiling winnow v0.5.40
14822026-06-02T17:37:05.016Z Compiling same-file v1.0.6
14832026-06-02T17:37:05.016Z Compiling bitflags v1.3.2
14842026-06-02T17:37:05.292Z Compiling object v0.37.3
14852026-06-02T17:37:05.346Z Compiling rusty-fork v0.3.1
14862026-06-02T17:37:05.387Z Compiling foldhash v0.2.0
14872026-06-02T17:37:05.460Z Compiling managed v0.8.0
14882026-06-02T17:37:05.464Z Compiling foldhash v0.1.5
14892026-06-02T17:37:05.479Z Compiling aws-lc-sys v0.40.0
14902026-06-02T17:37:05.483Z Compiling ring v0.17.14
14912026-06-02T17:37:05.484Z Compiling openssl-sys v0.9.115
14922026-06-02T17:37:05.500Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-06-02T17:37:05.558Z Compiling bzip2-sys v0.1.13+1.0.8
14942026-06-02T17:37:05.573Z Compiling mime v0.3.17
14952026-06-02T17:37:05.633Z Compiling libbz2-rs-sys v0.2.2
14962026-06-02T17:37:05.636Z Compiling hashbrown v0.16.1
14972026-06-02T17:37:05.637Z Compiling zopfli v0.8.3
14982026-06-02T17:37:05.690Z Compiling phf v0.13.1
14992026-06-02T17:37:05.705Z Compiling document-features v0.2.12
15002026-06-02T17:37:05.727Z Compiling hashbrown v0.15.5
15012026-06-02T17:37:05.728Z Compiling walkdir v2.5.0
15022026-06-02T17:37:05.780Z Compiling clap_builder v4.5.60
15032026-06-02T17:37:05.815Z Compiling signal-hook-mio v0.2.5
15042026-06-02T17:37:05.872Z Compiling float-cmp v0.10.0
15052026-06-02T17:37:05.890Z Compiling phf_shared v0.11.3
15062026-06-02T17:37:05.926Z Compiling thread-id v4.2.2
15072026-06-02T17:37:05.944Z Compiling memmap2 v0.9.10
15082026-06-02T17:37:05.962Z Compiling pem v3.0.6
15092026-06-02T17:37:05.965Z Compiling env_filter v1.0.0
15102026-06-02T17:37:05.981Z Compiling normalize-line-endings v0.3.0
15112026-06-02T17:37:06.001Z Compiling fixedbitset v0.4.2
15122026-06-02T17:37:06.125Z Compiling bzip2 v0.6.1
15132026-06-02T17:37:06.144Z Compiling data-encoding v2.10.0
15142026-06-02T17:37:06.162Z Compiling static_assertions v1.1.0
15152026-06-02T17:37:06.252Z Compiling whoami v2.1.0
15162026-06-02T17:37:06.307Z Compiling keccak v0.1.6
15172026-06-02T17:37:06.323Z Compiling predicates-core v1.0.10
15182026-06-02T17:37:06.375Z Compiling new_debug_unreachable v1.0.6
15192026-06-02T17:37:06.413Z Compiling jiff v0.2.21
15202026-06-02T17:37:06.465Z Compiling bstr v1.12.1
15212026-06-02T17:37:06.485Z Compiling regex v1.12.3
15222026-06-02T17:37:06.488Z Compiling either v1.15.0
15232026-06-02T17:37:06.503Z Compiling fixedbitset v0.5.7
15242026-06-02T17:37:06.505Z Compiling difflib v0.4.0
15252026-06-02T17:37:06.584Z Compiling precomputed-hash v0.1.1
15262026-06-02T17:37:06.602Z Compiling typed-path v0.9.3
15272026-06-02T17:37:06.605Z Compiling rustc-hash v2.1.1
15282026-06-02T17:37:06.605Z Compiling env_logger v0.11.9
15292026-06-02T17:37:06.679Z Compiling serde_derive v1.0.228
15302026-06-02T17:37:06.705Z Compiling zeroize_derive v1.4.3
15312026-06-02T17:37:06.735Z Compiling zerofrom-derive v0.1.6
15322026-06-02T17:37:06.753Z Compiling yoke-derive v0.8.1
15332026-06-02T17:37:06.769Z Compiling zerocopy-derive v0.8.40
15342026-06-02T17:37:06.787Z Compiling zerovec-derive v0.11.2
15352026-06-02T17:37:06.814Z Compiling displaydoc v0.2.5
15362026-06-02T17:37:06.910Z Compiling tokio-macros v2.7.0
15372026-06-02T17:37:06.951Z Compiling futures-macro v0.3.32
15382026-06-02T17:37:06.974Z Compiling der_derive v0.7.3
15392026-06-02T17:37:06.992Z Compiling thiserror-impl v2.0.18
15402026-06-02T17:37:07.013Z Compiling tracing-attributes v0.1.31
15412026-06-02T17:37:07.032Z Compiling scroll_derive v0.13.1
15422026-06-02T17:37:07.121Z Compiling schemars_derive v0.8.22
15432026-06-02T17:37:07.159Z Compiling pest_derive v2.8.6
15442026-06-02T17:37:07.178Z Compiling openssl-macros v0.1.1
15452026-06-02T17:37:07.211Z Compiling scroll_derive v0.12.1
15462026-06-02T17:37:07.230Z Compiling thiserror-impl v1.0.69
15472026-06-02T17:37:07.317Z Compiling async-trait v0.1.89
15482026-06-02T17:37:07.459Z Compiling zeroize v1.8.2
15492026-06-02T17:37:07.762Z Compiling rustls-pki-types v1.14.0
15502026-06-02T17:37:07.782Z Compiling darling_macro v0.20.11
15512026-06-02T17:37:07.802Z Compiling pin-project-internal v1.1.11
15522026-06-02T17:37:07.820Z Compiling darling_macro v0.21.3
15532026-06-02T17:37:07.857Z Compiling zerocopy-derive v0.7.35
15542026-06-02T17:37:07.877Z Compiling curve25519-dalek-derive v0.1.1
15552026-06-02T17:37:08.015Z Compiling flate2 v1.1.9
15562026-06-02T17:37:08.042Z Compiling futures-util v0.3.32
15572026-06-02T17:37:08.112Z Compiling scroll v0.13.0
15582026-06-02T17:37:08.135Z Compiling rustls-native-certs v0.8.3
15592026-06-02T17:37:08.237Z Compiling webpki-roots v1.0.6
15602026-06-02T17:37:08.260Z Compiling der v0.7.10
15612026-06-02T17:37:08.278Z Compiling scroll v0.12.0
15622026-06-02T17:37:08.331Z Compiling crypto-common v0.1.7
15632026-06-02T17:37:08.398Z Compiling block-buffer v0.10.4
15642026-06-02T17:37:08.424Z Compiling block-padding v0.3.3
15652026-06-02T17:37:08.443Z Compiling goblin v0.10.5
15662026-06-02T17:37:08.477Z Compiling zerofrom v0.1.6
15672026-06-02T17:37:08.499Z Compiling crypto-bigint v0.5.5
15682026-06-02T17:37:08.522Z Compiling daft-derive v0.1.5
15692026-06-02T17:37:08.553Z Compiling darling v0.20.11
15702026-06-02T17:37:08.582Z Compiling digest v0.10.7
15712026-06-02T17:37:08.602Z Compiling inout v0.1.4
15722026-06-02T17:37:08.645Z Compiling yoke v0.8.1
15732026-06-02T17:37:08.648Z Compiling hubpack_derive v0.1.1
15742026-06-02T17:37:08.684Z Compiling derive_builder_core v0.20.2
15752026-06-02T17:37:08.687Z Compiling darling v0.21.3
15762026-06-02T17:37:08.725Z Compiling goblin v0.8.2
15772026-06-02T17:37:08.728Z Compiling strum_macros v0.27.2
15782026-06-02T17:37:08.728Z Compiling snafu-derive v0.8.9
15792026-06-02T17:37:08.728Z Compiling ref-cast-impl v1.0.25
15802026-06-02T17:37:08.728Z Compiling thiserror v2.0.18
15812026-06-02T17:37:08.728Z Compiling tracing v0.1.44
15822026-06-02T17:37:08.786Z Compiling cipher v0.4.4
15832026-06-02T17:37:08.822Z Compiling hmac v0.12.1
15842026-06-02T17:37:08.840Z Compiling zerovec v0.11.5
15852026-06-02T17:37:08.843Z Compiling zerotrie v0.2.3
15862026-06-02T17:37:08.859Z Compiling sha2 v0.10.9
15872026-06-02T17:37:08.878Z Compiling signature v2.2.0
15882026-06-02T17:37:08.881Z Compiling thiserror v1.0.69
15892026-06-02T17:37:08.929Z Compiling dtrace-parser v0.3.0
15902026-06-02T17:37:08.981Z Compiling md-5 v0.10.6
15912026-06-02T17:37:08.984Z Compiling zerocopy v0.7.35
15922026-06-02T17:37:09.039Z Compiling pbkdf2 v0.12.2
15932026-06-02T17:37:09.063Z Compiling hkdf v0.12.4
15942026-06-02T17:37:09.092Z Compiling salsa20 v0.10.2
15952026-06-02T17:37:09.142Z Compiling spki v0.7.3
15962026-06-02T17:37:09.162Z Compiling aes v0.8.4
15972026-06-02T17:37:09.165Z Compiling cbc v0.1.2
15982026-06-02T17:37:09.165Z Compiling pin-project v1.1.11
15992026-06-02T17:37:09.217Z Compiling bzip2 v0.4.4
16002026-06-02T17:37:09.221Z Compiling rfc6979 v0.4.0
16012026-06-02T17:37:09.255Z Compiling scrypt v0.11.0
16022026-06-02T17:37:09.258Z Compiling dtrace-parser v0.2.0
16032026-06-02T17:37:09.292Z Compiling serde_with_macros v3.17.0
16042026-06-02T17:37:09.295Z Compiling globset v0.4.18
16052026-06-02T17:37:09.347Z Compiling serde_repr v0.1.20
16062026-06-02T17:37:09.376Z Compiling clap_derive v4.5.55
16072026-06-02T17:37:09.396Z Compiling enum-as-inner v0.6.1
16082026-06-02T17:37:09.399Z Compiling async-recursion v1.1.1
16092026-06-02T17:37:09.431Z Compiling strum_macros v0.26.4
16102026-06-02T17:37:09.455Z Compiling tinystr v0.8.2
16112026-06-02T17:37:09.498Z Compiling potential_utf v0.1.4
16122026-06-02T17:37:09.570Z Compiling zip v0.6.6
16132026-06-02T17:37:09.589Z Compiling pkcs5 v0.7.1
16142026-06-02T17:37:09.634Z Compiling x509-cert v0.2.5
16152026-06-02T17:37:09.656Z Compiling icu_locale_core v2.1.1
16162026-06-02T17:37:09.674Z Compiling icu_collections v2.1.1
16172026-06-02T17:37:09.714Z Compiling derive_builder_macro v0.20.2
16182026-06-02T17:37:09.731Z Compiling sha1 v0.10.6
16192026-06-02T17:37:09.784Z Compiling sha3 v0.10.8
16202026-06-02T17:37:10.034Z Compiling pkcs8 v0.10.2
16212026-06-02T17:37:10.052Z Compiling similar v2.7.0
16222026-06-02T17:37:10.074Z Compiling predicates v3.1.4
16232026-06-02T17:37:10.078Z Compiling itertools v0.13.0
16242026-06-02T17:37:10.263Z Compiling sec1 v0.7.3
16252026-06-02T17:37:10.280Z Compiling futures-executor v0.3.32
16262026-06-02T17:37:10.308Z Compiling derive_builder v0.20.2
16272026-06-02T17:37:10.350Z Compiling icu_provider v2.1.1
16282026-06-02T17:37:10.374Z Compiling ed25519 v2.2.3
16292026-06-02T17:37:10.392Z Compiling pkcs1 v0.7.5
16302026-06-02T17:37:10.411Z Compiling bytes v1.11.1
16312026-06-02T17:37:10.480Z Compiling chrono v0.4.44
16322026-06-02T17:37:10.527Z Compiling ipnet v2.11.0
16332026-06-02T17:37:10.568Z Compiling erased-serde v0.3.31
16342026-06-02T17:37:10.610Z Compiling serde_urlencoded v0.7.1
16352026-06-02T17:37:10.615Z Compiling icu_properties v2.1.2
16362026-06-02T17:37:10.618Z Compiling icu_normalizer v2.1.1
16372026-06-02T17:37:10.653Z Compiling toml_datetime v0.6.11
16382026-06-02T17:37:10.656Z Compiling serde_spanned v0.6.9
16392026-06-02T17:37:10.705Z Compiling serde_tokenstream v0.2.3
16402026-06-02T17:37:10.810Z Compiling hex v0.4.3
16412026-06-02T17:37:10.833Z Compiling cargo-platform v0.1.9
16422026-06-02T17:37:10.836Z Compiling snafu v0.8.9
16432026-06-02T17:37:10.869Z Compiling toml_edit v0.19.15
16442026-06-02T17:37:10.872Z Compiling elliptic-curve v0.13.8
16452026-06-02T17:37:10.903Z Compiling futures v0.3.32
16462026-06-02T17:37:10.967Z Compiling tokio v1.52.1
16472026-06-02T17:37:10.987Z Compiling http v1.4.0
16482026-06-02T17:37:10.990Z Compiling strum v0.27.2
16492026-06-02T17:37:11.044Z Compiling cargo_metadata v0.19.2
16502026-06-02T17:37:11.085Z Compiling dof v0.3.0
16512026-06-02T17:37:11.106Z Compiling olpc-cjson v0.1.4
16522026-06-02T17:37:11.144Z Compiling serde-big-array v0.5.1
16532026-06-02T17:37:11.147Z Compiling hubpack v0.1.2
16542026-06-02T17:37:11.147Z Compiling serde_plain v1.0.2
16552026-06-02T17:37:11.198Z Compiling toml_edit v0.22.27
16562026-06-02T17:37:11.202Z Compiling ed25519-dalek v2.2.0
16572026-06-02T17:37:11.242Z Compiling openapiv3 v2.2.0
16582026-06-02T17:37:11.271Z Compiling ecdsa v0.16.9
16592026-06-02T17:37:11.317Z Compiling petgraph v0.6.5
16602026-06-02T17:37:11.359Z Compiling petgraph v0.8.3
16612026-06-02T17:37:11.359Z Compiling string_cache v0.8.9
16622026-06-02T17:37:11.394Z Compiling crossterm v0.28.1
16632026-06-02T17:37:11.415Z Compiling clap v4.5.60
16642026-06-02T17:37:11.436Z Compiling toml_parser v1.0.9+spec-1.1.0
16652026-06-02T17:37:11.439Z Compiling crossbeam-epoch v0.9.18
16662026-06-02T17:37:11.440Z Compiling toml_datetime v0.7.5+spec-1.1.0
16672026-06-02T17:37:11.489Z Compiling usdt-impl v0.5.0
16682026-06-02T17:37:11.492Z Compiling strum v0.26.3
16692026-06-02T17:37:11.527Z Compiling idna_adapter v1.2.1
16702026-06-02T17:37:11.548Z Compiling lalrpop-util v0.19.12
16712026-06-02T17:37:11.566Z Compiling peg-runtime v0.8.5
16722026-06-02T17:37:11.654Z Compiling idna v1.1.0
16732026-06-02T17:37:11.671Z Compiling ppv-lite86 v0.2.21
16742026-06-02T17:37:11.728Z Compiling http-body v1.0.1
16752026-06-02T17:37:11.731Z Compiling dof v0.4.0
16762026-06-02T17:37:11.772Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16772026-06-02T17:37:11.796Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16782026-06-02T17:37:11.843Z Compiling thread_local v1.1.9
16792026-06-02T17:37:11.843Z Compiling slog-async v2.8.0
16802026-06-02T17:37:11.900Z Compiling http-body-util v0.1.3
16812026-06-02T17:37:11.903Z Compiling crossbeam-channel v0.5.15
16822026-06-02T17:37:11.903Z Compiling filetime v0.2.27
16832026-06-02T17:37:11.958Z Compiling is-terminal v0.4.17
16842026-06-02T17:37:11.995Z Compiling url v2.5.8
16852026-06-02T17:37:11.998Z Compiling rand_chacha v0.9.0
16862026-06-02T17:37:12.058Z Compiling rand_chacha v0.3.1
16872026-06-02T17:37:12.115Z Compiling publicsuffix v2.3.0
16882026-06-02T17:37:12.141Z Compiling take_mut v0.2.2
16892026-06-02T17:37:12.160Z Compiling xattr v1.6.1
16902026-06-02T17:37:12.163Z Compiling term v1.2.1
16912026-06-02T17:37:12.271Z Compiling rand v0.9.2
16922026-06-02T17:37:12.290Z Compiling toml v0.7.8
16932026-06-02T17:37:12.337Z Compiling rand v0.8.6
16942026-06-02T17:37:12.373Z Compiling tar v0.4.45
16952026-06-02T17:37:12.489Z Compiling slog-term v2.9.2
16962026-06-02T17:37:12.763Z Compiling cookie_store v0.22.1
16972026-06-02T17:37:12.867Z Compiling proptest v1.10.0
16982026-06-02T17:37:12.906Z Compiling postgres-protocol v0.6.10
16992026-06-02T17:37:13.103Z Compiling usdt-attr-macro v0.6.0
17002026-06-02T17:37:13.120Z Compiling usdt-macro v0.6.0
17012026-06-02T17:37:13.274Z Compiling postgres-types v0.2.12
17022026-06-02T17:37:13.490Z Compiling zstd v0.13.3
17032026-06-02T17:37:13.528Z Compiling ipnetwork v0.21.1
17042026-06-02T17:37:13.528Z Compiling serde_with v3.17.0
17052026-06-02T17:37:13.684Z Compiling zip v4.6.1
17062026-06-02T17:37:13.763Z Compiling oxnet v0.1.4
17072026-06-02T17:37:13.918Z Compiling usdt v0.6.0
17082026-06-02T17:37:13.980Z Compiling rsa v0.9.10
17092026-06-02T17:37:14.687Z Compiling tokio-util v0.7.18
17102026-06-02T17:37:14.705Z Compiling tower v0.5.3
17112026-06-02T17:37:14.729Z Compiling tokio-native-tls v0.3.1
17122026-06-02T17:37:14.764Z Compiling buf-list v1.1.2
17132026-06-02T17:37:14.806Z Compiling hickory-proto v0.25.2
17142026-06-02T17:37:15.149Z Compiling tower-http v0.6.8
17152026-06-02T17:37:15.229Z Compiling newtype-uuid v1.3.2
17162026-06-02T17:37:15.397Z Compiling h2 v0.4.13
17172026-06-02T17:37:15.435Z Compiling tokio-postgres v0.7.16
17182026-06-02T17:37:15.439Z Compiling tokio-stream v0.1.18
17192026-06-02T17:37:15.538Z Compiling daft v0.1.5
17202026-06-02T17:37:15.792Z Compiling iddqd v0.3.18
17212026-06-02T17:37:18.085Z Compiling hyper v1.8.1
17222026-06-02T17:37:18.987Z Compiling hyper-util v0.1.20
17232026-06-02T17:37:20.023Z Compiling hyper-tls v0.6.0
17242026-06-02T17:37:31.219Z Compiling rustls-webpki v0.103.9
17252026-06-02T17:37:33.997Z Compiling tokio-rustls v0.26.4
17262026-06-02T17:37:33.997Z Compiling rustls-platform-verifier v0.6.2
17272026-06-02T17:37:34.196Z Compiling hyper-rustls v0.27.7
17282026-06-02T17:37:34.393Z Compiling reqwest v0.12.28
17292026-06-02T17:37:34.393Z Compiling reqwest v0.13.2
17302026-06-02T17:37:35.606Z Compiling tough v0.22.0
17312026-06-02T17:37:38.056Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17322026-06-02T17:37:38.291Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17332026-06-02T17:37:41.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.25s
17342026-06-02T17:37:41.245Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17352026-06-02T17:37:41.301ZJun 02 17:37:40.868 INFO Starting download, target: Cockroach
17362026-06-02T17:37:41.301ZJun 02 17:37:40.868 INFO Starting download, target: Console
17372026-06-02T17:37:41.301ZJun 02 17:37:40.868 INFO Starting download, target: DendriteStub
17382026-06-02T17:37:41.301ZJun 02 17:37:40.868 INFO Starting download, target: MaghemiteMgd
17392026-06-02T17:37:41.304ZJun 02 17:37:40.868 INFO Starting download, target: Clickhouse
17402026-06-02T17:37:41.304ZJun 02 17:37:40.868 INFO Starting download, target: TransceiverControl
17412026-06-02T17:37:41.304ZJun 02 17:37:40.869 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17422026-06-02T17:37:41.304ZJun 02 17:37:40.869 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17432026-06-02T17:37:41.304ZJun 02 17:37:40.869 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-06-02T17:37:41.304ZJun 02 17:37:40.869 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17452026-06-02T17:37:41.304ZJun 02 17:37:40.869 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17462026-06-02T17:37:41.304ZJun 02 17:37:40.869 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17472026-06-02T17:37:41.663ZJun 02 17:37:41.231 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-06-02T17:37:41.881ZJun 02 17:37:41.436 INFO Download complete, target: TransceiverControl
17492026-06-02T17:37:42.328ZJun 02 17:37:41.883 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-06-02T17:37:42.563ZJun 02 17:37:42.125 INFO Download complete, target: Console
17512026-06-02T17:37:42.787ZJun 02 17:37:42.338 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17522026-06-02T17:37:43.133ZJun 02 17:37:42.698 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17532026-06-02T17:37:43.517ZJun 02 17:37:43.085 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17542026-06-02T17:37:43.517ZJun 02 17:37:43.085 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17552026-06-02T17:37:43.639ZJun 02 17:37:43.207 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17562026-06-02T17:37:45.152ZJun 02 17:37:44.720 INFO Download complete, target: DendriteStub
17572026-06-02T17:37:45.593ZJun 02 17:37:45.160 INFO Download complete, target: MaghemiteMgd
17582026-06-02T17:37:48.407ZJun 02 17:37:47.973 INFO Checking that binary works, target: Cockroach
17592026-06-02T17:37:49.013ZJun 02 17:37:48.581 INFO Download complete, target: Cockroach
17602026-06-02T17:37:50.909ZJun 02 17:37:50.477 INFO Checking that binary works, target: Clickhouse
17612026-06-02T17:37:51.045ZJun 02 17:37:50.613 INFO Download complete, target: Clickhouse
17622026-06-02T17:37:51.183ZAll builder prerequisites installed successfully, and PATH looks valid
17632026-06-02T17:37:51.186Z
17642026-06-02T17:37:51.186Zreal 2:06.205346791
17652026-06-02T17:37:51.186Zuser 6:50.777947291
17662026-06-02T17:37:51.186Zsys 2:24.100871817
17672026-06-02T17:37:51.186Ztrap 0.172792320
17682026-06-02T17:37:51.186Ztflt 4.066662704
17692026-06-02T17:37:51.186Zdflt 6.810715916
17702026-06-02T17:37:51.186Zkflt 0.090381318
17712026-06-02T17:37:51.186Zlock 25:06.359025210
17722026-06-02T17:37:51.186Zslp 18:02.611992825
17732026-06-02T17:37:51.186Zlat 11.644653550
17742026-06-02T17:37:51.186Zstop 5:27.094412788
17752026-06-02T17:37:51.190Z++ bmat factory name
17762026-06-02T17:37:51.196Z++ bmat factory private
17772026-06-02T17:37:51.203Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-041062bdfdcd5c580 '{
17782026-06-02T17:37:51.203Z buildomat: {
17792026-06-02T17:37:51.203Z factory: {
17802026-06-02T17:37:51.203Z name: $bmat_factory_name,
17812026-06-02T17:37:51.203Z private: $bmat_factory_private,
17822026-06-02T17:37:51.203Z },
17832026-06-02T17:37:51.203Z },
17842026-06-02T17:37:51.203Z }'
17852026-06-02T17:37:51.494Z+ banner ls-apis
17862026-06-02T17:37:51.497Z
17872026-06-02T17:37:51.497Z # #### ## ##### # ####
17882026-06-02T17:37:51.497Z # # # # # # # #
17892026-06-02T17:37:51.497Z # #### ##### # # # # # ####
17902026-06-02T17:37:51.497Z # # ###### ##### # #
17912026-06-02T17:37:51.497Z # # # # # # # # #
17922026-06-02T17:37:51.498Z ###### #### # # # # ####
17932026-06-02T17:37:51.498Z
17942026-06-02T17:37:51.500Z+ source ./tools/include/force-git-over-https.sh
17952026-06-02T17:37:51.501Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17962026-06-02T17:37:51.501Z++ (( i = 0 ))
17972026-06-02T17:37:51.501Z++ (( i < 5 ))
17982026-06-02T17:37:51.501Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17992026-06-02T17:37:51.504Z++ (( i++ ))
18002026-06-02T17:37:51.504Z++ (( i < 5 ))
18012026-06-02T17:37:51.504Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18022026-06-02T17:37:51.507Z++ (( i++ ))
18032026-06-02T17:37:51.507Z++ (( i < 5 ))
18042026-06-02T17:37:51.507Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18052026-06-02T17:37:51.510Z++ (( i++ ))
18062026-06-02T17:37:51.510Z++ (( i < 5 ))
18072026-06-02T17:37:51.510Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18082026-06-02T17:37:51.513Z++ (( i++ ))
18092026-06-02T17:37:51.513Z++ (( i < 5 ))
18102026-06-02T17:37:51.513Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18112026-06-02T17:37:51.516Z++ (( i++ ))
18122026-06-02T17:37:51.516Z++ (( i < 5 ))
18132026-06-02T17:37:51.516Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18142026-06-02T17:37:51.516Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18152026-06-02T17:37:51.516Z+ ptime -m cargo xtask ls-apis apis
18162026-06-02T17:37:51.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18172026-06-02T17:37:52.024Z Running `target/debug/xtask ls-apis apis`
18182026-06-02T17:37:52.759Z Compiling semver v0.1.20
18192026-06-02T17:37:52.887Z Compiling structmeta-derive v0.3.0
18202026-06-02T17:37:52.887Z Compiling ordered-float v2.10.1
18212026-06-02T17:37:52.890Z Compiling toml v0.8.23
18222026-06-02T17:37:52.912Z Compiling cargo-platform v0.2.0
18232026-06-02T17:37:52.916Z Compiling itertools v0.14.0
18242026-06-02T17:37:52.916Z Compiling indent_write v2.2.0
18252026-06-02T17:37:53.024Z Compiling rustc_version v0.1.7
18262026-06-02T17:37:53.094Z Compiling serde-value v0.7.0
18272026-06-02T17:37:53.214Z Compiling newtype_derive v0.1.6
18282026-06-02T17:37:53.287Z Compiling cargo-util-schemas v0.8.2
18292026-06-02T17:37:53.507Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
18302026-06-02T17:37:53.644Z Compiling structmeta v0.3.0
18312026-06-02T17:37:53.827Z Compiling parse-display-derive v0.10.0
18322026-06-02T17:37:54.082Z Compiling cargo_metadata v0.21.0
18332026-06-02T17:37:54.912Z Compiling parse-display v0.10.0
18342026-06-02T17:37:55.042Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18352026-06-02T17:37:58.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s
18362026-06-02T17:37:58.255Z Running `target/debug/ls-apis apis`
18372026-06-02T17:37:58.299Zloading metadata for workspace omicron from current workspace
18382026-06-02T17:38:02.665Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
18392026-06-02T17:38:02.668Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
18402026-06-02T17:38:02.668Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
18412026-06-02T17:38:02.668Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
18422026-06-02T17:38:02.668Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
18432026-06-02T17:38:26.309Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
18442026-06-02T17:38:27.155Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18452026-06-02T17:38:27.161Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18462026-06-02T17:38:27.281ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
18472026-06-02T17:38:27.281Z consumed by: wicketd (omicron/wicketd) via 2 paths
18482026-06-02T17:38:27.281Z
18492026-06-02T17:38:27.281ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18502026-06-02T17:38:27.281Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18512026-06-02T17:38:27.281Z
18522026-06-02T17:38:27.281ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18532026-06-02T17:38:27.281Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18542026-06-02T17:38:27.281Z
18552026-06-02T17:38:27.281ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18562026-06-02T17:38:27.281Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18572026-06-02T17:38:27.281Z
18582026-06-02T17:38:27.281ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18592026-06-02T17:38:27.287Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18602026-06-02T17:38:27.287Z
18612026-06-02T17:38:27.287ZCrucible Agent (client: crucible-agent-client)
18622026-06-02T17:38:27.287Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18632026-06-02T17:38:27.287Z
18642026-06-02T17:38:27.287ZCrucible Control (for testing only) (client: crucible-control-client)
18652026-06-02T17:38:27.287Z
18662026-06-02T17:38:27.287ZCrucible Pantry (client: crucible-pantry-client)
18672026-06-02T17:38:27.287Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18682026-06-02T17:38:27.288Z
18692026-06-02T17:38:27.288ZMaghemite DDM Admin (client: ddm-admin-client)
18702026-06-02T17:38:27.288Z consumed by: installinator (omicron/installinator) via 1 path
18712026-06-02T17:38:27.288Z consumed by: mgd (maghemite/mgd) via 1 path
18722026-06-02T17:38:27.288Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18732026-06-02T17:38:27.288Z consumed by: wicketd (omicron/wicketd) via 1 path
18742026-06-02T17:38:27.288Z
18752026-06-02T17:38:27.288ZDNS Server (client: dns-service-client)
18762026-06-02T17:38:27.288Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18772026-06-02T17:38:27.288Z
18782026-06-02T17:38:27.288ZDendrite DPD (client: dpd-client)
18792026-06-02T17:38:27.288Z consumed by: ddmd (maghemite/ddmd) via 2 paths
18802026-06-02T17:38:27.288Z consumed by: lldpd (lldp/lldpd) via 2 paths
18812026-06-02T17:38:27.288Z consumed by: mgd (maghemite/mgd) via 1 path
18822026-06-02T17:38:27.288Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18832026-06-02T17:38:27.288Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18842026-06-02T17:38:27.289Z consumed by: tfportd (dendrite/tfportd) via 2 paths
18852026-06-02T17:38:27.289Z consumed by: wicketd (omicron/wicketd) via 2 paths
18862026-06-02T17:38:27.289Z
18872026-06-02T17:38:27.289ZDownstairs Controller (debugging only) (client: dsc-client)
18882026-06-02T17:38:27.289Z
18892026-06-02T17:38:27.289ZManagement Gateway Service (client: gateway-client)
18902026-06-02T17:38:27.293Z consumed by: dpd (dendrite/dpd) via 1 path
18912026-06-02T17:38:27.293Z consumed by: lldpd (lldp/lldpd) via 1 path
18922026-06-02T17:38:27.293Z consumed by: mgd (maghemite/mgd) via 1 path
18932026-06-02T17:38:27.293Z consumed by: omicron-nexus (omicron/nexus) via 5 paths
18942026-06-02T17:38:27.294Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18952026-06-02T17:38:27.294Z consumed by: wicketd (omicron/wicketd) via 3 paths
18962026-06-02T17:38:27.294Z
18972026-06-02T17:38:27.294ZWicketd Installinator (client: installinator-client)
18982026-06-02T17:38:27.294Z consumed by: installinator (omicron/installinator) via 1 path
18992026-06-02T17:38:27.294Z
19002026-06-02T17:38:27.294ZLLDP daemon (client: lldpd-client)
19012026-06-02T17:38:27.294Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19022026-06-02T17:38:27.294Z consumed by: tfportd (dendrite/tfportd) via 1 path
19032026-06-02T17:38:27.294Z
19042026-06-02T17:38:27.294ZMaghemite MG Admin (client: mg-admin-client)
19052026-06-02T17:38:27.298Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19062026-06-02T17:38:27.298Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19072026-06-02T17:38:27.298Z
19082026-06-02T17:38:27.298ZNexus Internal API (client: nexus-client)
19092026-06-02T17:38:27.298Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19102026-06-02T17:38:27.298Z consumed by: dpd (dendrite/dpd) via 1 path
19112026-06-02T17:38:27.298Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19122026-06-02T17:38:27.298Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19132026-06-02T17:38:27.298Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19142026-06-02T17:38:27.298Z
19152026-06-02T17:38:27.298ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19162026-06-02T17:38:27.298Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19172026-06-02T17:38:27.298Z status: expected, reason: Only RSS and sled-agent-sim use this API, neither of which is part of upgrade
19182026-06-02T17:38:27.298Z
19192026-06-02T17:38:27.299ZNTP Admin (client: ntp-admin-client)
19202026-06-02T17:38:27.299Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19212026-06-02T17:38:27.299Z consumed by: omicron-sled-agent (omicron/sled-agent) via 3 paths
19222026-06-02T17:38:27.299Z
19232026-06-02T17:38:27.299ZExternal API (client: oxide-client)
19242026-06-02T17:38:27.299Z
19252026-06-02T17:38:27.299ZOximeter (client: oximeter-client)
19262026-06-02T17:38:27.299Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19272026-06-02T17:38:27.299Z
19282026-06-02T17:38:27.299ZPropolis (client: propolis-client)
19292026-06-02T17:38:27.303Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19302026-06-02T17:38:27.303Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19312026-06-02T17:38:27.303Z
19322026-06-02T17:38:27.304ZCrucible Repair (client: repair-client)
19332026-06-02T17:38:27.304Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19342026-06-02T17:38:27.304Z
19352026-06-02T17:38:27.304ZRepo Depot API (client: repo-depot-client)
19362026-06-02T17:38:27.304Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19372026-06-02T17:38:27.304Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19382026-06-02T17:38:27.304Z
19392026-06-02T17:38:27.304ZSled Agent (client: sled-agent-client)
19402026-06-02T17:38:27.308Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19412026-06-02T17:38:27.308Z
19422026-06-02T17:38:27.308ZWicketd (client: wicketd-client)
19432026-06-02T17:38:27.308Z
19442026-06-02T17:38:27.386Z
19452026-06-02T17:38:27.390Zreal 35.844092009
19462026-06-02T17:38:27.390Zuser 21.838862078
19472026-06-02T17:38:27.390Zsys 9.357447735
19482026-06-02T17:38:27.390Ztrap 0.002450100
19492026-06-02T17:38:27.390Ztflt 0.073918157
19502026-06-02T17:38:27.390Zdflt 0.256869926
19512026-06-02T17:38:27.390Zkflt 0.000004750
19522026-06-02T17:38:27.391Zlock 46.903177189
19532026-06-02T17:38:27.391Zslp 4:21.691148406
19542026-06-02T17:38:27.391Zlat 0.348447015
19552026-06-02T17:38:27.391Zstop 2.109227234
19562026-06-02T17:38:27.391Z+ ptime -m cargo xtask ls-apis deployment-units
19572026-06-02T17:38:27.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19582026-06-02T17:38:27.963Z Running `target/debug/xtask ls-apis deployment-units`
19592026-06-02T17:38:28.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19602026-06-02T17:38:28.803Z Running `target/debug/ls-apis deployment-units`
19612026-06-02T17:38:28.856Zloading metadata for workspace omicron from current workspace
19622026-06-02T17:38:29.932Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
19632026-06-02T17:38:29.937Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
19642026-06-02T17:38:29.937Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
19652026-06-02T17:38:29.937Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
19662026-06-02T17:38:29.937Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
19672026-06-02T17:38:32.190Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
19682026-06-02T17:38:32.797Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19692026-06-02T17:38:32.800Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19702026-06-02T17:38:32.932ZClickHouse
19712026-06-02T17:38:32.932Z omicron-clickhouse-admin (omicron/clickhouse-admin)
19722026-06-02T17:38:32.932Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19732026-06-02T17:38:32.932Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19742026-06-02T17:38:32.932Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19752026-06-02T17:38:32.932Z
19762026-06-02T17:38:32.932Z
19772026-06-02T17:38:32.932ZCockroach
19782026-06-02T17:38:32.932Z omicron-cockroach-admin (omicron/cockroach-admin)
19792026-06-02T17:38:32.932Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19802026-06-02T17:38:32.932Z
19812026-06-02T17:38:32.932Z
19822026-06-02T17:38:32.932ZCrucible
19832026-06-02T17:38:32.932Z crucible-agent (crucible/agent)
19842026-06-02T17:38:32.932Z exposes: Crucible Agent (client = crucible-agent-client)
19852026-06-02T17:38:32.943Z
19862026-06-02T17:38:32.943Z crucible-downstairs (crucible/downstairs)
19872026-06-02T17:38:32.943Z exposes: Crucible Repair (client = repair-client)
19882026-06-02T17:38:32.943Z consumes: repair-client
19892026-06-02T17:38:32.943Z
19902026-06-02T17:38:32.943Z
19912026-06-02T17:38:32.943ZCrucible Pantry
19922026-06-02T17:38:32.943Z crucible-pantry (crucible/pantry)
19932026-06-02T17:38:32.943Z exposes: Crucible Pantry (client = crucible-pantry-client)
19942026-06-02T17:38:32.943Z consumes: nexus-client
19952026-06-02T17:38:32.943Z
19962026-06-02T17:38:32.943Z
19972026-06-02T17:38:32.943ZDNS Server
19982026-06-02T17:38:32.944Z dns-server (omicron/dns-server)
19992026-06-02T17:38:32.944Z exposes: DNS Server (client = dns-service-client)
20002026-06-02T17:38:32.944Z
20012026-06-02T17:38:32.944Z
20022026-06-02T17:38:32.944ZHost OS
20032026-06-02T17:38:32.944Z ddmd (maghemite/ddmd)
20042026-06-02T17:38:32.944Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20052026-06-02T17:38:32.944Z consumes: dpd-client (intra-deployment-unit-only)
20062026-06-02T17:38:32.944Z
20072026-06-02T17:38:32.944Z dpd (dendrite/dpd)
20082026-06-02T17:38:32.944Z exposes: Dendrite DPD (client = dpd-client)
20092026-06-02T17:38:32.944Z consumes: gateway-client (intra-deployment-unit-only)
20102026-06-02T17:38:32.944Z consumes: nexus-client
20112026-06-02T17:38:32.944Z
20122026-06-02T17:38:32.944Z lldpd (lldp/lldpd)
20132026-06-02T17:38:32.944Z exposes: LLDP daemon (client = lldpd-client)
20142026-06-02T17:38:32.944Z consumes: dpd-client (intra-deployment-unit-only)
20152026-06-02T17:38:32.944Z consumes: gateway-client (intra-deployment-unit-only)
20162026-06-02T17:38:32.944Z
20172026-06-02T17:38:32.944Z mgd (maghemite/mgd)
20182026-06-02T17:38:32.944Z exposes: Maghemite MG Admin (client = mg-admin-client)
20192026-06-02T17:38:32.944Z consumes: ddm-admin-client (intra-deployment-unit-only)
20202026-06-02T17:38:32.944Z consumes: dpd-client (intra-deployment-unit-only)
20212026-06-02T17:38:32.945Z consumes: gateway-client (intra-deployment-unit-only)
20222026-06-02T17:38:32.945Z
20232026-06-02T17:38:32.945Z omicron-gateway (omicron/gateway)
20242026-06-02T17:38:32.945Z exposes: Management Gateway Service (client = gateway-client)
20252026-06-02T17:38:32.945Z
20262026-06-02T17:38:32.945Z omicron-sled-agent (omicron/sled-agent)
20272026-06-02T17:38:32.945Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20282026-06-02T17:38:32.945Z exposes: Repo Depot API (client = repo-depot-client)
20292026-06-02T17:38:32.945Z exposes: Sled Agent (client = sled-agent-client)
20302026-06-02T17:38:32.945Z consumes: ddm-admin-client (intra-deployment-unit-only)
20312026-06-02T17:38:32.945Z consumes: dpd-client (intra-deployment-unit-only)
20322026-06-02T17:38:32.945Z consumes: gateway-client (intra-deployment-unit-only)
20332026-06-02T17:38:32.945Z consumes: mg-admin-client (intra-deployment-unit-only)
20342026-06-02T17:38:32.945Z consumes: nexus-client
20352026-06-02T17:38:32.945Z consumes: nexus-lockstep-client
20362026-06-02T17:38:32.945Z consumes: ntp-admin-client
20372026-06-02T17:38:32.945Z consumes: propolis-client (intra-deployment-unit-only)
20382026-06-02T17:38:32.945Z consumes: repo-depot-client
20392026-06-02T17:38:32.945Z
20402026-06-02T17:38:32.945Z propolis-server (propolis/bin/propolis-server)
20412026-06-02T17:38:32.945Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20422026-06-02T17:38:32.945Z exposes: Propolis (client = propolis-client)
20432026-06-02T17:38:32.946Z consumes: nexus-client
20442026-06-02T17:38:32.946Z
20452026-06-02T17:38:32.946Z tfportd (dendrite/tfportd)
20462026-06-02T17:38:32.946Z consumes: dpd-client (intra-deployment-unit-only)
20472026-06-02T17:38:32.946Z consumes: lldpd-client (intra-deployment-unit-only)
20482026-06-02T17:38:32.946Z
20492026-06-02T17:38:32.946Z wicketd (omicron/wicketd)
20502026-06-02T17:38:32.946Z exposes: Wicketd Installinator (client = installinator-client)
20512026-06-02T17:38:32.946Z exposes: Wicketd (client = wicketd-client)
20522026-06-02T17:38:32.946Z consumes: bootstrap-agent-lockstep-client
20532026-06-02T17:38:32.946Z consumes: ddm-admin-client (intra-deployment-unit-only)
20542026-06-02T17:38:32.946Z consumes: dpd-client (intra-deployment-unit-only)
20552026-06-02T17:38:32.946Z consumes: gateway-client (intra-deployment-unit-only)
20562026-06-02T17:38:32.946Z
20572026-06-02T17:38:32.946Z
20582026-06-02T17:38:32.946ZInstallinator
20592026-06-02T17:38:32.946Z installinator (omicron/installinator)
20602026-06-02T17:38:32.946Z consumes: ddm-admin-client
20612026-06-02T17:38:32.946Z consumes: installinator-client
20622026-06-02T17:38:32.946Z
20632026-06-02T17:38:32.946Z
20642026-06-02T17:38:32.947ZNTP
20652026-06-02T17:38:32.947Z omicron-ntp-admin (omicron/ntp-admin)
20662026-06-02T17:38:32.947Z exposes: NTP Admin (client = ntp-admin-client)
20672026-06-02T17:38:32.947Z
20682026-06-02T17:38:32.947Z
20692026-06-02T17:38:32.947ZNexus
20702026-06-02T17:38:32.947Z omicron-nexus (omicron/nexus)
20712026-06-02T17:38:32.947Z exposes: Nexus Internal API (client = nexus-client)
20722026-06-02T17:38:32.947Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
20732026-06-02T17:38:32.947Z exposes: External API (client = oxide-client)
20742026-06-02T17:38:32.947Z consumes: clickhouse-admin-keeper-client
20752026-06-02T17:38:32.947Z consumes: clickhouse-admin-server-client
20762026-06-02T17:38:32.947Z consumes: clickhouse-admin-single-client
20772026-06-02T17:38:32.947Z consumes: cockroach-admin-client
20782026-06-02T17:38:32.947Z consumes: crucible-agent-client
20792026-06-02T17:38:32.947Z consumes: crucible-pantry-client
20802026-06-02T17:38:32.947Z consumes: dns-service-client
20812026-06-02T17:38:32.947Z consumes: dpd-client
20822026-06-02T17:38:32.947Z consumes: gateway-client
20832026-06-02T17:38:32.947Z consumes: lldpd-client
20842026-06-02T17:38:32.947Z consumes: mg-admin-client
20852026-06-02T17:38:32.975Z consumes: ntp-admin-client
20862026-06-02T17:38:32.975Z consumes: oximeter-client
20872026-06-02T17:38:32.975Z consumes: propolis-client
20882026-06-02T17:38:32.975Z consumes: repo-depot-client
20892026-06-02T17:38:32.975Z consumes: sled-agent-client
20902026-06-02T17:38:32.975Z
20912026-06-02T17:38:32.975Z
20922026-06-02T17:38:32.975ZOximeter
20932026-06-02T17:38:32.975Z oximeter-collector (omicron/oximeter/collector)
20942026-06-02T17:38:32.975Z exposes: Oximeter (client = oximeter-client)
20952026-06-02T17:38:32.975Z consumes: nexus-client
20962026-06-02T17:38:32.976Z
20972026-06-02T17:38:32.976Z
20982026-06-02T17:38:33.018Z
20992026-06-02T17:38:33.018Zreal 5.604847881
21002026-06-02T17:38:33.018Zuser 4.433285295
21012026-06-02T17:38:33.018Zsys 2.120065718
21022026-06-02T17:38:33.018Ztrap 0.000530930
21032026-06-02T17:38:33.018Ztflt 0.000094260
21042026-06-02T17:38:33.025Zdflt 0.000278460
21052026-06-02T17:38:33.025Zkflt 0.000000000
21062026-06-02T17:38:33.025Zlock 0.082929861
21072026-06-02T17:38:33.025Zslp 19.457854031
21082026-06-02T17:38:33.025Zlat 0.008668620
21092026-06-02T17:38:33.026Zstop 0.006209920
21102026-06-02T17:38:33.026Z+ ptime -m cargo xtask ls-apis servers
21112026-06-02T17:38:33.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21122026-06-02T17:38:33.551Z Running `target/debug/xtask ls-apis servers`
21132026-06-02T17:38:34.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
21142026-06-02T17:38:34.383Z Running `target/debug/ls-apis servers`
21152026-06-02T17:38:34.436Zloading metadata for workspace omicron from current workspace
21162026-06-02T17:38:35.499Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
21172026-06-02T17:38:35.511Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
21182026-06-02T17:38:35.511Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
21192026-06-02T17:38:35.511Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
21202026-06-02T17:38:35.511Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
21212026-06-02T17:38:37.535Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
21222026-06-02T17:38:38.143Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21232026-06-02T17:38:38.151Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21242026-06-02T17:38:38.270Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21252026-06-02T17:38:38.270Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21262026-06-02T17:38:38.270Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21272026-06-02T17:38:38.271Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21282026-06-02T17:38:38.278Z
21292026-06-02T17:38:38.278Zomicron-cockroach-admin (omicron/cockroach-admin)
21302026-06-02T17:38:38.279Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21312026-06-02T17:38:38.279Z
21322026-06-02T17:38:38.279Zcrucible-agent (crucible/agent)
21332026-06-02T17:38:38.279Z exposes: Crucible Agent (client = crucible-agent-client)
21342026-06-02T17:38:38.298Z
21352026-06-02T17:38:38.298Zcrucible-downstairs (crucible/downstairs)
21362026-06-02T17:38:38.298Z exposes: Crucible Repair (client = repair-client)
21372026-06-02T17:38:38.298Z consumes: repair-client
21382026-06-02T17:38:38.298Z
21392026-06-02T17:38:38.298Zcrucible-pantry (crucible/pantry)
21402026-06-02T17:38:38.298Z exposes: Crucible Pantry (client = crucible-pantry-client)
21412026-06-02T17:38:38.298Z consumes: nexus-client
21422026-06-02T17:38:38.298Z
21432026-06-02T17:38:38.298Zdns-server (omicron/dns-server)
21442026-06-02T17:38:38.298Z exposes: DNS Server (client = dns-service-client)
21452026-06-02T17:38:38.298Z
21462026-06-02T17:38:38.298Zomicron-sled-agent (omicron/sled-agent)
21472026-06-02T17:38:38.298Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
21482026-06-02T17:38:38.299Z exposes: Repo Depot API (client = repo-depot-client)
21492026-06-02T17:38:38.299Z exposes: Sled Agent (client = sled-agent-client)
21502026-06-02T17:38:38.299Z consumes: ddm-admin-client (intra-deployment-unit-only)
21512026-06-02T17:38:38.299Z consumes: dpd-client (intra-deployment-unit-only)
21522026-06-02T17:38:38.299Z consumes: gateway-client (intra-deployment-unit-only)
21532026-06-02T17:38:38.299Z consumes: mg-admin-client (intra-deployment-unit-only)
21542026-06-02T17:38:38.299Z consumes: nexus-client
21552026-06-02T17:38:38.299Z consumes: nexus-lockstep-client
21562026-06-02T17:38:38.299Z consumes: ntp-admin-client
21572026-06-02T17:38:38.299Z consumes: propolis-client (intra-deployment-unit-only)
21582026-06-02T17:38:38.299Z consumes: repo-depot-client
21592026-06-02T17:38:38.299Z
21602026-06-02T17:38:38.299Zpropolis-server (propolis/bin/propolis-server)
21612026-06-02T17:38:38.299Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21622026-06-02T17:38:38.299Z exposes: Propolis (client = propolis-client)
21632026-06-02T17:38:38.299Z consumes: nexus-client
21642026-06-02T17:38:38.299Z
21652026-06-02T17:38:38.299Zddmd (maghemite/ddmd)
21662026-06-02T17:38:38.299Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21672026-06-02T17:38:38.300Z consumes: dpd-client (intra-deployment-unit-only)
21682026-06-02T17:38:38.300Z
21692026-06-02T17:38:38.300Zdpd (dendrite/dpd)
21702026-06-02T17:38:38.300Z exposes: Dendrite DPD (client = dpd-client)
21712026-06-02T17:38:38.300Z consumes: gateway-client (intra-deployment-unit-only)
21722026-06-02T17:38:38.300Z consumes: nexus-client
21732026-06-02T17:38:38.300Z
21742026-06-02T17:38:38.300Zlldpd (lldp/lldpd)
21752026-06-02T17:38:38.300Z exposes: LLDP daemon (client = lldpd-client)
21762026-06-02T17:38:38.300Z consumes: dpd-client (intra-deployment-unit-only)
21772026-06-02T17:38:38.300Z consumes: gateway-client (intra-deployment-unit-only)
21782026-06-02T17:38:38.300Z
21792026-06-02T17:38:38.300Zmgd (maghemite/mgd)
21802026-06-02T17:38:38.300Z exposes: Maghemite MG Admin (client = mg-admin-client)
21812026-06-02T17:38:38.300Z consumes: ddm-admin-client (intra-deployment-unit-only)
21822026-06-02T17:38:38.301Z consumes: dpd-client (intra-deployment-unit-only)
21832026-06-02T17:38:38.301Z consumes: gateway-client (intra-deployment-unit-only)
21842026-06-02T17:38:38.301Z
21852026-06-02T17:38:38.301Zomicron-gateway (omicron/gateway)
21862026-06-02T17:38:38.301Z exposes: Management Gateway Service (client = gateway-client)
21872026-06-02T17:38:38.301Z
21882026-06-02T17:38:38.301Ztfportd (dendrite/tfportd)
21892026-06-02T17:38:38.301Z consumes: dpd-client (intra-deployment-unit-only)
21902026-06-02T17:38:38.301Z consumes: lldpd-client (intra-deployment-unit-only)
21912026-06-02T17:38:38.301Z
21922026-06-02T17:38:38.301Zwicketd (omicron/wicketd)
21932026-06-02T17:38:38.301Z exposes: Wicketd Installinator (client = installinator-client)
21942026-06-02T17:38:38.301Z exposes: Wicketd (client = wicketd-client)
21952026-06-02T17:38:38.301Z consumes: bootstrap-agent-lockstep-client
21962026-06-02T17:38:38.301Z consumes: ddm-admin-client (intra-deployment-unit-only)
21972026-06-02T17:38:38.301Z consumes: dpd-client (intra-deployment-unit-only)
21982026-06-02T17:38:38.301Z consumes: gateway-client (intra-deployment-unit-only)
21992026-06-02T17:38:38.301Z
22002026-06-02T17:38:38.301Zinstallinator (omicron/installinator)
22012026-06-02T17:38:38.301Z consumes: ddm-admin-client
22022026-06-02T17:38:38.302Z consumes: installinator-client
22032026-06-02T17:38:38.302Z
22042026-06-02T17:38:38.302Zomicron-ntp-admin (omicron/ntp-admin)
22052026-06-02T17:38:38.302Z exposes: NTP Admin (client = ntp-admin-client)
22062026-06-02T17:38:38.302Z
22072026-06-02T17:38:38.302Zomicron-nexus (omicron/nexus)
22082026-06-02T17:38:38.302Z exposes: Nexus Internal API (client = nexus-client)
22092026-06-02T17:38:38.302Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22102026-06-02T17:38:38.302Z exposes: External API (client = oxide-client)
22112026-06-02T17:38:38.302Z consumes: clickhouse-admin-keeper-client
22122026-06-02T17:38:38.302Z consumes: clickhouse-admin-server-client
22132026-06-02T17:38:38.302Z consumes: clickhouse-admin-single-client
22142026-06-02T17:38:38.302Z consumes: cockroach-admin-client
22152026-06-02T17:38:38.302Z consumes: crucible-agent-client
22162026-06-02T17:38:38.302Z consumes: crucible-pantry-client
22172026-06-02T17:38:38.302Z consumes: dns-service-client
22182026-06-02T17:38:38.302Z consumes: dpd-client
22192026-06-02T17:38:38.302Z consumes: gateway-client
22202026-06-02T17:38:38.302Z consumes: lldpd-client
22212026-06-02T17:38:38.302Z consumes: mg-admin-client
22222026-06-02T17:38:38.302Z consumes: ntp-admin-client
22232026-06-02T17:38:38.302Z consumes: oximeter-client
22242026-06-02T17:38:38.302Z consumes: propolis-client
22252026-06-02T17:38:38.302Z consumes: repo-depot-client
22262026-06-02T17:38:38.303Z consumes: sled-agent-client
22272026-06-02T17:38:38.303Z
22282026-06-02T17:38:38.303Zoximeter-collector (omicron/oximeter/collector)
22292026-06-02T17:38:38.303Z exposes: Oximeter (client = oximeter-client)
22302026-06-02T17:38:38.303Z consumes: nexus-client
22312026-06-02T17:38:38.303Z
22322026-06-02T17:38:38.368Z
22332026-06-02T17:38:38.368Zreal 5.323365438
22342026-06-02T17:38:38.369Zuser 4.401054767
22352026-06-02T17:38:38.369Zsys 1.911076860
22362026-06-02T17:38:38.377Ztrap 0.000466500
22372026-06-02T17:38:38.377Ztflt 0.000101640
22382026-06-02T17:38:38.377Zdflt 0.000132940
22392026-06-02T17:38:38.377Zkflt 0.000005570
22402026-06-02T17:38:38.377Zlock 0.080061573
22412026-06-02T17:38:38.377Zslp 18.065465180
22422026-06-02T17:38:38.377Zlat 0.008197430
22432026-06-02T17:38:38.377Zstop 0.006636160
22442026-06-02T17:38:38.377Z+ ptime -m cargo xtask ls-apis check
22452026-06-02T17:38:38.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22462026-06-02T17:38:38.891Z Running `target/debug/xtask ls-apis check`
22472026-06-02T17:38:39.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
22482026-06-02T17:38:39.719Z Running `target/debug/ls-apis check`
22492026-06-02T17:38:39.774Zloading metadata for workspace omicron from current workspace
22502026-06-02T17:38:40.809Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
22512026-06-02T17:38:40.819Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
22522026-06-02T17:38:40.819Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
22532026-06-02T17:38:40.819Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
22542026-06-02T17:38:40.819Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
22552026-06-02T17:38:46.064Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
22562026-06-02T17:38:46.083Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22572026-06-02T17:38:46.083Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22582026-06-02T17:38:46.083Z
22592026-06-02T17:38:46.083Z
22602026-06-02T17:38:46.083ZServer-managed APIs:
22612026-06-02T17:38:46.083Z
22622026-06-02T17:38:46.083Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
22632026-06-02T17:38:46.083Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
22642026-06-02T17:38:46.083Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
22652026-06-02T17:38:46.083Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
22662026-06-02T17:38:46.083Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
22672026-06-02T17:38:46.083Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
22682026-06-02T17:38:46.083Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
22692026-06-02T17:38:46.083Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
22702026-06-02T17:38:46.083Z DNS Server (dns-service-client, exposed by dns-server)
22712026-06-02T17:38:46.083Z Dendrite DPD (dpd-client, exposed by dpd)
22722026-06-02T17:38:46.083Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
22732026-06-02T17:38:46.083Z LLDP daemon (lldpd-client, exposed by lldpd)
22742026-06-02T17:38:46.083Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
22752026-06-02T17:38:46.083Z External API (oxide-client, exposed by omicron-nexus)
22762026-06-02T17:38:46.084Z Oximeter (oximeter-client, exposed by oximeter-collector)
22772026-06-02T17:38:46.084Z Propolis (propolis-client, exposed by propolis-server)
22782026-06-02T17:38:46.084Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
22792026-06-02T17:38:46.084Z Wicketd (wicketd-client, exposed by wicketd)
22802026-06-02T17:38:46.084Z
22812026-06-02T17:38:46.084Z
22822026-06-02T17:38:46.084ZClient-managed API:
22832026-06-02T17:38:46.084Z
22842026-06-02T17:38:46.084Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
22852026-06-02T17:38:46.084Z reason: wicketd can wind up calling into sled agent on different sleds
22862026-06-02T17:38:46.084Z Wicketd Installinator (installinator-client, exposed by wicketd)
22872026-06-02T17:38:46.084Z reason: client is provided implicitly by the operator
22882026-06-02T17:38:46.084Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
22892026-06-02T17:38:46.084Z reason: Circular dependencies between Nexus and other services
22902026-06-02T17:38:46.084Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
22912026-06-02T17:38:46.084Z reason: Circular dependencies between Nexus and other services
22922026-06-02T17:38:46.084Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
22932026-06-02T17:38:46.084Z 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.
22942026-06-02T17:38:46.084Z
22952026-06-02T17:38:46.084Z Crucible Repair (repair-client, exposed by crucible-downstairs)
22962026-06-02T17:38:46.084Z reason: depends on itself (i.e., instances call each other)
22972026-06-02T17:38:46.084Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
22982026-06-02T17:38:46.084Z reason: depends on itself (i.e., instances call each other)
22992026-06-02T17:38:46.084Z
23002026-06-02T17:38:46.084Z
23012026-06-02T17:38:46.084ZAPIs with unknown version management: none
23022026-06-02T17:38:46.085Z
23032026-06-02T17:38:46.085Z
23042026-06-02T17:38:46.085ZAPIs that failed consumer checks: none
23052026-06-02T17:38:46.085Z
23062026-06-02T17:38:46.085Zreal 5.437249341
23072026-06-02T17:38:46.085Zuser 4.483010276
23082026-06-02T17:38:46.085Zsys 1.883318649
23092026-06-02T17:38:46.085Ztrap 0.000529000
23102026-06-02T17:38:46.085Ztflt 0.000054500
23112026-06-02T17:38:46.085Zdflt 0.000120020
23122026-06-02T17:38:46.085Zkflt 0.000042790
23132026-06-02T17:38:46.085Zlock 0.079023760
23142026-06-02T17:38:46.085Zslp 17.847895845
23152026-06-02T17:38:46.085Zlat 0.009858300
23162026-06-02T17:38:46.085Zstop 0.006549480
23172026-06-02T17:38:46.085Z+ ptime -m cargo xtask ls-apis adoc
23182026-06-02T17:38:46.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23192026-06-02T17:38:46.085Z Running `target/debug/xtask ls-apis adoc`
23202026-06-02T17:38:46.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
23212026-06-02T17:38:46.085Z Running `target/debug/ls-apis adoc`
23222026-06-02T17:38:46.085Zloading metadata for workspace omicron from current workspace
23232026-06-02T17:38:46.282Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
23242026-06-02T17:38:46.286Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
23252026-06-02T17:38:46.286Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
23262026-06-02T17:38:46.286Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
23272026-06-02T17:38:46.286Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
23282026-06-02T17:38:48.367Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23292026-06-02T17:38:48.982Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23302026-06-02T17:38:48.988Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23312026-06-02T17:38:49.217Z
23322026-06-02T17:38:49.217Zreal 5.355933350
23332026-06-02T17:38:49.218Zuser 4.403928625
23342026-06-02T17:38:49.218Zsys 1.871290128
23352026-06-02T17:38:49.218Ztrap 0.000493890
23362026-06-02T17:38:49.218Ztflt 0.000070570
23372026-06-02T17:38:49.218Zdflt 0.000101920
23382026-06-02T17:38:49.221Zkflt 0.000000000
23392026-06-02T17:38:49.221Zlock 0.082432201
23402026-06-02T17:38:49.221Zslp 17.903757454
23412026-06-02T17:38:49.221Zlat 0.008199180
23422026-06-02T17:38:49.221Zstop 0.006210470
23432026-06-02T17:38:49.221Z+ banner build
23442026-06-02T17:38:49.224Z
23452026-06-02T17:38:49.224Z ##### # # # # #####
23462026-06-02T17:38:49.224Z # # # # # # # #
23472026-06-02T17:38:49.224Z ##### # # # # # #
23482026-06-02T17:38:49.224Z # # # # # # # #
23492026-06-02T17:38:49.224Z # # # # # # # #
23502026-06-02T17:38:49.224Z ##### #### # ###### #####
23512026-06-02T17:38:49.224Z
23522026-06-02T17:38:49.224Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23532026-06-02T17:38:49.224Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23542026-06-02T17:38:49.224Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23552026-06-02T17:38:49.225Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23562026-06-02T17:38:49.225Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23572026-06-02T17:38:49.225Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
23582026-06-02T17:38:49.225Z+ export TMPDIR=/var/tmp/omicron_tmp
23592026-06-02T17:38:49.225Z+ TMPDIR=/var/tmp/omicron_tmp
23602026-06-02T17:38:49.225Z+ export RUST_BACKTRACE=1
23612026-06-02T17:38:49.225Z+ RUST_BACKTRACE=1
23622026-06-02T17:38:49.225Z+ export CARGO_INCREMENTAL=0
23632026-06-02T17:38:49.225Z+ CARGO_INCREMENTAL=0
23642026-06-02T17:38:49.225Z+ export RUSTC_BOOTSTRAP=1
23652026-06-02T17:38:49.225Z+ RUSTC_BOOTSTRAP=1
23662026-06-02T17:38:49.225Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --exclude=omicron-nexus --tests --locked --verbose
23672026-06-02T17:38:51.316Z Compiling proc-macro2 v1.0.106
23682026-06-02T17:38:51.316Z Compiling unicode-ident v1.0.24
23692026-06-02T17:38:51.316Z Compiling quote v1.0.45
23702026-06-02T17:38:51.320Z Compiling libc v0.2.185
23712026-06-02T17:38:51.320Z Compiling serde_core v1.0.228
23722026-06-02T17:38:51.320Z Compiling cfg-if v1.0.4
23732026-06-02T17:38:51.320Z Compiling serde v1.0.228
23742026-06-02T17:38:51.320Z Compiling memchr v2.8.0
23752026-06-02T17:38:51.320Z Compiling smallvec v1.15.1
23762026-06-02T17:38:51.320Z Compiling log v0.4.29
23772026-06-02T17:38:51.320Z Compiling itoa v1.0.17
23782026-06-02T17:38:51.320Z Compiling version_check v0.9.5
23792026-06-02T17:38:51.320Z Compiling autocfg v1.5.0
23802026-06-02T17:38:51.596Z Compiling zmij v1.0.21
23812026-06-02T17:38:51.600Z Compiling serde_json v1.0.149
23822026-06-02T17:38:51.600Z Compiling libm v0.2.16
23832026-06-02T17:38:51.600Z Compiling stable_deref_trait v1.2.1
23842026-06-02T17:38:51.600Z Compiling scopeguard v1.2.0
23852026-06-02T17:38:51.600Z Compiling percent-encoding v2.3.2
23862026-06-02T17:38:51.600Z Compiling writeable v0.6.2
23872026-06-02T17:38:51.600Z Compiling litemap v0.8.1
23882026-06-02T17:38:51.600Z Compiling icu_properties_data v2.1.2
23892026-06-02T17:38:51.600Z Compiling icu_normalizer_data v2.1.1
23902026-06-02T17:38:51.600Z Compiling utf8_iter v1.0.4
23912026-06-02T17:38:51.600Z Compiling shlex v1.3.0
23922026-06-02T17:38:51.600Z Compiling find-msvc-tools v0.1.9
23932026-06-02T17:38:51.600Z Compiling parking_lot_core v0.9.12
23942026-06-02T17:38:51.600Z Compiling getrandom v0.4.1
23952026-06-02T17:38:51.600Z Compiling rand_core v0.10.0
23962026-06-02T17:38:51.600Z Compiling subtle v2.6.1
23972026-06-02T17:38:51.626Z Compiling equivalent v1.0.2
23982026-06-02T17:38:51.629Z Compiling portable-atomic v1.13.1
23992026-06-02T17:38:51.629Z 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`
24002026-06-02T17:38:51.629Z 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`
24012026-06-02T17:38:51.629Z 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`
24022026-06-02T17:38:51.629Z 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`
24032026-06-02T17:38:51.651Z 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`
24042026-06-02T17:38:51.654Z 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`
24052026-06-02T17:38:51.654Z 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`
24062026-06-02T17:38:51.654Z 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`
24072026-06-02T17:38:51.678Z 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`
24082026-06-02T17:38:51.682Z 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`
24092026-06-02T17:38:51.682Z 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`
24102026-06-02T17:38:51.682Z 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`
24112026-06-02T17:38:51.682Z 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`
24122026-06-02T17:38:51.682Z 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`
24132026-06-02T17:38:51.744Z 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`
24142026-06-02T17:38:51.747Z 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`
24152026-06-02T17:38:51.747Z 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`
24162026-06-02T17:38:51.747Z 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`
24172026-06-02T17:38:51.747Z 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`
24182026-06-02T17:38:51.747Z 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`
24192026-06-02T17:38:51.747Z 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`
24202026-06-02T17:38:51.747Z 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`
24212026-06-02T17:38:51.747Z 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`
24222026-06-02T17:38:51.747Z 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`
24232026-06-02T17:38:51.775Z 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`
24242026-06-02T17:38:51.778Z 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`
24252026-06-02T17:38:51.778Z 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`
24262026-06-02T17:38:51.842Z 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`
24272026-06-02T17:38:51.879Z Compiling pin-project-lite v0.2.17
24282026-06-02T17:38:51.946Z 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`
24292026-06-02T17:38:52.017Z Compiling zerocopy v0.8.40
24302026-06-02T17:38:52.052Z Compiling form_urlencoded v1.2.2
24312026-06-02T17:38:52.120Z Compiling critical-section v1.2.0
24322026-06-02T17:38:52.124Z Compiling thiserror v2.0.18
24332026-06-02T17:38:52.124Z 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-06-02T17:38:52.124Z 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`
24352026-06-02T17:38:52.124Z 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`
24362026-06-02T17:38:52.124Z 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`
24372026-06-02T17:38:52.124Z 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`
24382026-06-02T17:38:52.374Z Compiling heck v0.5.0
24392026-06-02T17:38:52.377Z Compiling fnv v1.0.7
24402026-06-02T17:38:52.406Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-6a8e2d0362418fff/build-script-build`
24412026-06-02T17:38:52.408Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-86b9189d2c92fb6a/build-script-build`
24422026-06-02T17:38:52.408Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7add5d0777938364/build-script-build`
24432026-06-02T17:38:52.408Z 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`
24442026-06-02T17:38:52.539Z Compiling iana-time-zone v0.1.65
24452026-06-02T17:38:52.542Z Compiling typenum v1.19.0
24462026-06-02T17:38:52.542Z Compiling generic-array v0.14.7
24472026-06-02T17:38:52.542Z Compiling hashbrown v0.17.0
24482026-06-02T17:38:52.566Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-04607b244056a2f2/build-script-build`
24492026-06-02T17:38:52.569Z 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`
24502026-06-02T17:38:52.569Z 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`
24512026-06-02T17:38:52.748Z 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`
24522026-06-02T17:38:52.751Z 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`
24532026-06-02T17:38:52.822Z Compiling regex-syntax v0.8.10
24542026-06-02T17:38:52.826Z Compiling dyn-clone v1.0.20
24552026-06-02T17:38:52.895Z 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`
24562026-06-02T17:38:52.898Z 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`
24572026-06-02T17:38:52.898Z 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`
24582026-06-02T17:38:52.898Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-f1ea735de1df6c80/build-script-build`
24592026-06-02T17:38:53.027Z 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`
24602026-06-02T17:38:53.092Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-3940aeae16145116/build-script-build`
24612026-06-02T17:38:53.192Z Compiling num-traits v0.2.19
24622026-06-02T17:38:53.196Z Compiling schemars v0.8.22
24632026-06-02T17:38:53.196Z Compiling futures-core v0.3.32
24642026-06-02T17:38:53.196Z Compiling rustversion v1.0.22
24652026-06-02T17:38:53.196Z 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)'`
24662026-06-02T17:38:53.196Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-cf171686784f8471/build-script-build`
24672026-06-02T17:38:53.230Z 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`
24682026-06-02T17:38:53.234Z 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`
24692026-06-02T17:38:53.234Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-03abffb3bd244537/build-script-build`
24702026-06-02T17:38:53.618Z Compiling lock_api v0.4.14
24712026-06-02T17:38:53.621Z Compiling strsim v0.11.1
24722026-06-02T17:38:53.621Z Compiling aho-corasick v1.1.4
24732026-06-02T17:38:53.621Z Compiling const-oid v0.9.6
24742026-06-02T17:38:53.621Z Compiling byteorder v1.5.0
24752026-06-02T17:38:53.621Z Compiling futures-sink v0.3.32
24762026-06-02T17:38:53.648Z 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"))'`
24772026-06-02T17:38:53.651Z 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`
24782026-06-02T17:38:53.651Z 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`
24792026-06-02T17:38:53.651Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8c73409461af41ab/build-script-build`
24802026-06-02T17:38:53.651Z 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`
24812026-06-02T17:38:53.651Z 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`
24822026-06-02T17:38:54.010Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-4da682a4d60c6eb4/build-script-build`
24832026-06-02T17:38:54.010Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-f1f5db4d25d8d85e/build-script-build`
24842026-06-02T17:38:54.011Z 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`
24852026-06-02T17:38:54.013Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-c6e3815601778b41/build-script-build`
24862026-06-02T17:38:54.014Z Compiling rustix v1.1.3
24872026-06-02T17:38:54.014Z Compiling futures-task v0.3.32
24882026-06-02T17:38:54.014Z Compiling slab v0.4.12
24892026-06-02T17:38:54.014Z Compiling futures-io v0.3.32
24902026-06-02T17:38:54.014Z Compiling syn v1.0.109
24912026-06-02T17:38:54.014Z Compiling cpufeatures v0.2.17
24922026-06-02T17:38:54.044Z Compiling thiserror v1.0.69
24932026-06-02T17:38:54.047Z Compiling getrandom v0.3.4
24942026-06-02T17:38:54.047Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-bafae3106b84a963/build-script-build`
24952026-06-02T17:38:54.048Z 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`
24962026-06-02T17:38:54.048Z 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`
24972026-06-02T17:38:54.048Z 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`
24982026-06-02T17:38:54.048Z 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`
24992026-06-02T17:38:54.048Z 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`
25002026-06-02T17:38:54.076Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9cb600151b865d70/build-script-build`
25012026-06-02T17:38:54.456Z 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)'`
25022026-06-02T17:38:54.456Z 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)'`
25032026-06-02T17:38:54.456Z 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`
25042026-06-02T17:38:54.460Z 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`
25052026-06-02T17:38:54.460Z 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`
25062026-06-02T17:38:54.462Z 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`
25072026-06-02T17:38:54.462Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-dc5b0f910a1492c7/build-script-build`
25082026-06-02T17:38:54.462Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-77e44bf544d6c93a/build-script-build`
25092026-06-02T17:38:54.462Z 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)'`
25102026-06-02T17:38:54.462Z Compiling errno v0.3.14
25112026-06-02T17:38:54.462Z Compiling getrandom v0.2.17
25122026-06-02T17:38:54.462Z Compiling jobserver v0.1.34
25132026-06-02T17:38:54.462Z Compiling mio v1.2.0
25142026-06-02T17:38:54.491Z Compiling socket2 v0.6.3
25152026-06-02T17:38:54.525Z 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`
25162026-06-02T17:38:54.528Z 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`
25172026-06-02T17:38:54.528Z 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`
25182026-06-02T17:38:54.600Z 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`
25192026-06-02T17:38:54.813Z 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`
25202026-06-02T17:38:54.816Z 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`
25212026-06-02T17:38:54.816Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-a7461f4be8b12f71/build-script-build`
25222026-06-02T17:38:54.816Z 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`
25232026-06-02T17:38:54.816Z 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)'`
25242026-06-02T17:38:54.816Z 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)'`
25252026-06-02T17:38:54.816Z 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`
25262026-06-02T17:38:54.816Z 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`
25272026-06-02T17:38:54.816Z 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"))'`
25282026-06-02T17:38:54.873Z 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`
25292026-06-02T17:38:54.873Z Compiling futures-channel v0.3.32
25302026-06-02T17:38:54.880Z Compiling pkg-config v0.3.32
25312026-06-02T17:38:54.883Z Compiling base64 v0.22.1
25322026-06-02T17:38:54.883Z Compiling anyhow v1.0.102
25332026-06-02T17:38:54.883Z Compiling ident_case v1.0.1
25342026-06-02T17:38:54.883Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-6a94cfb1b9a52a20/build-script-build`
25352026-06-02T17:38:54.883Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-1b9f34569c9e6d83/build-script-build`
25362026-06-02T17:38:55.218Z 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)'`
25372026-06-02T17:38:55.218Z 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`
25382026-06-02T17:38:55.218Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-fb2264d067608a99/build-script-build`
25392026-06-02T17:38:55.221Z Compiling rand_core v0.6.4
25402026-06-02T17:38:55.221Z Compiling regex-automata v0.4.14
25412026-06-02T17:38:55.221Z Compiling allocator-api2 v0.2.21
25422026-06-02T17:38:55.221Z Compiling either v1.15.0
25432026-06-02T17:38:55.221Z Compiling untrusted v0.9.0
25442026-06-02T17:38:55.221Z Compiling httparse v1.10.1
25452026-06-02T17:38:55.221Z Compiling base64ct v1.8.3
25462026-06-02T17:38:55.221Z 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)'`
25472026-06-02T17:38:55.221Z 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`
25482026-06-02T17:38:55.221Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-399956ed3366567e/build-script-build`
25492026-06-02T17:38:55.221Z 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-06-02T17:38:55.221Z 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`
25512026-06-02T17:38:55.221Z 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`
25522026-06-02T17:38:55.585Z 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`
25532026-06-02T17:38:55.589Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-699d9cec6385d284/build-script-build`
25542026-06-02T17:38:55.589Z 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`
25552026-06-02T17:38:55.589Z Compiling cc v1.2.56
25562026-06-02T17:38:55.589Z Compiling parking_lot v0.12.5
25572026-06-02T17:38:55.589Z Compiling once_cell v1.21.3
25582026-06-02T17:38:55.589Z Compiling signal-hook-registry v1.4.8
25592026-06-02T17:38:55.589Z Compiling ryu v1.0.23
25602026-06-02T17:38:55.589Z Compiling utf8parse v0.2.2
25612026-06-02T17:38:55.589Z Compiling anstyle v1.0.13
25622026-06-02T17:38:55.625Z 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`
25632026-06-02T17:38:55.628Z 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`
25642026-06-02T17:38:55.628Z 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`
25652026-06-02T17:38:55.628Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-dd045f7300f725bd/build-script-build`
25662026-06-02T17:38:55.661Z 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`
25672026-06-02T17:38:55.664Z 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`
25682026-06-02T17:38:55.664Z 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`
25692026-06-02T17:38:55.941Z 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)'`
25702026-06-02T17:38:55.941Z 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`
25712026-06-02T17:38:55.941Z 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"))'`
25722026-06-02T17:38:55.945Z 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`
25732026-06-02T17:38:55.945Z 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`
25742026-06-02T17:38:55.945Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-1dd0d7d183911908/build-script-build`
25752026-06-02T17:38:55.945Z 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`
25762026-06-02T17:38:55.945Z 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`
25772026-06-02T17:38:55.945Z Compiling syn v2.0.117
25782026-06-02T17:38:55.945Z Compiling crossbeam-utils v0.8.21
25792026-06-02T17:38:55.945Z Compiling anstyle-query v1.1.5
25802026-06-02T17:38:55.945Z Compiling colorchoice v1.0.4
25812026-06-02T17:38:55.945Z Compiling time-core v0.1.8
25822026-06-02T17:38:55.945Z Compiling num-conv v0.2.0
25832026-06-02T17:38:55.945Z Compiling is_terminal_polyfill v1.70.2
25842026-06-02T17:38:55.945Z 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`
25852026-06-02T17:38:55.976Z 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.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=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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9d05ba8ded201b8c -C extra-filename=-d2d25f9487a12a76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25862026-06-02T17:38:56.269Z 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`
25872026-06-02T17:38:56.272Z Compiling bitflags v2.11.0
25882026-06-02T17:38:56.272Z Compiling semver v1.0.28
25892026-06-02T17:38:56.272Z Compiling uuid v1.23.0
25902026-06-02T17:38:56.272Z Compiling indexmap v2.14.0
25912026-06-02T17:38:56.272Z Compiling anstyle-parse v0.2.7
25922026-06-02T17:38:56.272Z Compiling powerfmt v0.2.0
25932026-06-02T17:38:56.272Z Compiling atomic-waker v1.1.2
25942026-06-02T17:38:56.272Z Compiling num_threads v0.1.7
25952026-06-02T17:38:56.272Z Compiling pem-rfc7468 v0.7.0
25962026-06-02T17:38:56.272Z Compiling httpdate v1.0.3
25972026-06-02T17:38:56.272Z Compiling try-lock v0.2.5
25982026-06-02T17:38:56.306Z 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`
25992026-06-02T17:38:56.310Z 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`
26002026-06-02T17:38:56.310Z 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`
26012026-06-02T17:38:56.310Z 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`
26022026-06-02T17:38:56.310Z 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`
26032026-06-02T17:38:56.310Z 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`
26042026-06-02T17:38:56.310Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-35529f31f20d02eb/build-script-build`
26052026-06-02T17:38:56.310Z 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`
26062026-06-02T17:38:56.694Z 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"))'`
26072026-06-02T17:38:56.694Z 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`
26082026-06-02T17:38:56.697Z 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`
26092026-06-02T17:38:56.698Z 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`
26102026-06-02T17:38:56.698Z 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`
26112026-06-02T17:38:56.698Z 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`
26122026-06-02T17:38:56.698Z 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`
26132026-06-02T17:38:56.698Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-abbbcd209cf07bc5/build-script-build`
26142026-06-02T17:38:56.726Z Compiling tracing-core v0.1.36
26152026-06-02T17:38:56.729Z Compiling clap_lex v1.0.0
26162026-06-02T17:38:56.730Z Compiling tower-service v0.3.3
26172026-06-02T17:38:56.730Z Compiling pin-utils v0.1.0
26182026-06-02T17:38:56.730Z Compiling tower-layer v0.3.3
26192026-06-02T17:38:56.730Z Compiling fs_extra v1.3.0
26202026-06-02T17:38:56.730Z Compiling dunce v1.0.5
26212026-06-02T17:38:56.730Z Compiling flagset v0.4.7
26222026-06-02T17:38:56.730Z Compiling camino v1.2.2
26232026-06-02T17:38:56.762Z Compiling unicode-segmentation v1.12.0
26242026-06-02T17:38:56.765Z 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`
26252026-06-02T17:38:56.765Z 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`
26262026-06-02T17:38:56.765Z 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`
26272026-06-02T17:38:56.765Z 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`
26282026-06-02T17:38:56.765Z 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`
26292026-06-02T17:38:57.118Z 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`
26302026-06-02T17:38:57.118Z 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`
26312026-06-02T17:38:57.122Z Compiling time-macros v0.2.27
26322026-06-02T17:38:57.122Z Compiling anstream v0.6.21
26332026-06-02T17:38:57.122Z Compiling deranged v0.5.8
26342026-06-02T17:38:57.122Z Compiling cmake v0.1.57
26352026-06-02T17:38:57.122Z Compiling want v0.3.1
26362026-06-02T17:38:57.123Z Compiling slog v2.8.2
26372026-06-02T17:38:57.123Z 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`
26382026-06-02T17:38:57.123Z 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`
26392026-06-02T17:38:57.123Z 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`
26402026-06-02T17:38:57.123Z 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`
26412026-06-02T17:38:57.123Z 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`
26422026-06-02T17:38:57.123Z 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`
26432026-06-02T17:38:57.123Z 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`
26442026-06-02T17:38:57.191Z 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`
26452026-06-02T17:38:57.194Z 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`
26462026-06-02T17:38:57.445Z 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)'`
26472026-06-02T17:38:57.449Z Compiling rand_core v0.9.5
26482026-06-02T17:38:57.449Z Compiling aws-lc-rs v1.16.3
26492026-06-02T17:38:57.449Z Compiling spin v0.9.8
26502026-06-02T17:38:57.449Z Compiling ucd-trie v0.1.7
26512026-06-02T17:38:57.449Z Compiling foldhash v0.2.0
26522026-06-02T17:38:57.449Z Compiling vcpkg v0.2.15
26532026-06-02T17:38:57.449Z Compiling untrusted v0.7.1
26542026-06-02T17:38:57.449Z Compiling pretty-hex v0.4.1
26552026-06-02T17:38:57.449Z Compiling rustls v0.23.37
26562026-06-02T17:38:57.482Z Compiling openssl-probe v0.2.1
26572026-06-02T17:38:57.486Z 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`
26582026-06-02T17:38:57.486Z 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`
26592026-06-02T17:38:57.486Z 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`
26602026-06-02T17:38:57.486Z 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`
26612026-06-02T17:38:57.486Z 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=34f3557a97527afe -C extra-filename=-c32b696bd16762b0 --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-d2d25f9487a12a76.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`
26622026-06-02T17:38:57.487Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-66f2b2a19b57dbf7/build-script-build`
26632026-06-02T17:38:57.517Z 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`
26642026-06-02T17:38:57.704Z 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`
26652026-06-02T17:38:57.841Z 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`
26662026-06-02T17:38:57.841Z 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`
26672026-06-02T17:38:57.841Z 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`
26682026-06-02T17:38:57.844Z 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`
26692026-06-02T17:38:57.844Z 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`
26702026-06-02T17:38:57.844Z 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`
26712026-06-02T17:38:57.844Z 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`
26722026-06-02T17:38:57.845Z Compiling regex v1.12.3
26732026-06-02T17:38:57.845Z Compiling ring v0.17.14
26742026-06-02T17:38:57.845Z Compiling plain v0.2.3
26752026-06-02T17:38:57.845Z Compiling fastrand v2.3.0
26762026-06-02T17:38:57.845Z Compiling rustc_version v0.4.1
26772026-06-02T17:38:57.845Z Compiling winnow v0.7.14
26782026-06-02T17:38:57.845Z 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`
26792026-06-02T17:38:57.845Z 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`
26802026-06-02T17:38:57.845Z 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`
26812026-06-02T17:38:57.845Z 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`
26822026-06-02T17:38:58.124Z 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`
26832026-06-02T17:38:58.127Z Compiling aws-lc-sys v0.40.0
26842026-06-02T17:38:58.127Z Compiling sync_wrapper v1.0.2
26852026-06-02T17:38:58.127Z Compiling simd-adler32 v0.3.8
26862026-06-02T17:38:58.127Z Compiling iri-string v0.7.10
26872026-06-02T17:38:58.127Z Compiling adler2 v2.0.1
26882026-06-02T17:38:58.127Z Compiling crc32fast v1.5.0
26892026-06-02T17:38:58.127Z Compiling mime v0.3.17
26902026-06-02T17:38:58.127Z Compiling static_assertions v1.1.0
26912026-06-02T17:38:58.160Z Compiling paste v1.0.15
26922026-06-02T17:38:58.163Z Compiling encoding_rs v0.8.35
26932026-06-02T17:38:58.164Z Compiling heck v0.4.1
26942026-06-02T17:38:58.164Z Compiling usdt-impl v0.6.0
26952026-06-02T17:38:58.195Z 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)'`
26962026-06-02T17:38:58.198Z 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`
26972026-06-02T17:38:58.198Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-81a339a39775c4c8/build-script-build`
26982026-06-02T17:38:58.198Z 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`
26992026-06-02T17:38:58.198Z 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`
27002026-06-02T17:38:58.198Z 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`
27012026-06-02T17:38:58.198Z 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`
27022026-06-02T17:38:58.410Z 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`
27032026-06-02T17:38:58.413Z 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`
27042026-06-02T17:38:58.413Z 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`
27052026-06-02T17:38:58.413Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-ad5507ced58804c0/build-script-build`
27062026-06-02T17:38:58.413Z 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`
27072026-06-02T17:38:58.413Z 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`
27082026-06-02T17:38:58.413Z 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`
27092026-06-02T17:38:58.413Z 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`
27102026-06-02T17:38:58.413Z 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`
27112026-06-02T17:38:58.413Z 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`
27122026-06-02T17:38:58.443Z Compiling pest v2.8.6
27132026-06-02T17:38:58.443Z Compiling hashbrown v0.16.1
27142026-06-02T17:38:58.446Z Compiling lazy_static v1.5.0
27152026-06-02T17:38:58.446Z Compiling tinyvec_macros v0.1.1
27162026-06-02T17:38:58.446Z Compiling foreign-types-shared v0.1.1
27172026-06-02T17:38:58.477Z 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`
27182026-06-02T17:38:58.480Z 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`
27192026-06-02T17:38:58.480Z 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`
27202026-06-02T17:38:58.757Z Compiling time v0.3.47
27212026-06-02T17:38:58.760Z Compiling openssl-sys v0.9.115
27222026-06-02T17:38:58.760Z Compiling zlib-rs v0.6.2
27232026-06-02T17:38:58.760Z Compiling openssl v0.10.79
27242026-06-02T17:38:58.760Z Compiling num-integer v0.1.46
27252026-06-02T17:38:58.784Z Compiling thread-id v5.1.0
27262026-06-02T17:38:58.787Z Compiling cookie v0.18.1
27272026-06-02T17:38:58.787Z 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)'`
27282026-06-02T17:38:58.787Z 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`
27292026-06-02T17:38:58.787Z 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`
27302026-06-02T17:38:58.788Z 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`
27312026-06-02T17:38:58.788Z 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`
27322026-06-02T17:38:58.788Z 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`
27332026-06-02T17:38:59.040Z 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`
27342026-06-02T17:38:59.043Z 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.79/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=b6c779f278061ea5 -C extra-filename=-9e1dc6e8b63bf5f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-9e1dc6e8b63bf5f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352026-06-02T17:38:59.043Z 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.115/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=ffa728a4b3b7b31f -C extra-filename=-ff60dead9e545192 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-ff60dead9e545192 -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`
27362026-06-02T17:38:59.043Z Compiling synstructure v0.13.2
27372026-06-02T17:38:59.068Z Compiling serde_derive_internals v0.29.1
27382026-06-02T17:38:59.072Z Compiling terminal_size v0.4.3
27392026-06-02T17:38:59.072Z Compiling tempfile v3.25.0
27402026-06-02T17:38:59.072Z Compiling darling_core v0.21.3
27412026-06-02T17:38:59.072Z Compiling miniz_oxide v0.8.9
27422026-06-02T17:38:59.072Z 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`
27432026-06-02T17:38:59.072Z 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`
27442026-06-02T17:38:59.072Z 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`
27452026-06-02T17:38:59.072Z 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`
27462026-06-02T17:38:59.294Z 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`
27472026-06-02T17:38:59.294Z 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`
27482026-06-02T17:38:59.297Z Compiling tinyvec v1.10.0
27492026-06-02T17:38:59.297Z Compiling foreign-types v0.3.2
27502026-06-02T17:38:59.297Z Compiling litrs v1.0.0
27512026-06-02T17:38:59.297Z Compiling data-encoding v2.10.0
27522026-06-02T17:38:59.297Z Compiling memmap2 v0.9.10
27532026-06-02T17:38:59.298Z 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`
27542026-06-02T17:38:59.298Z 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`
27552026-06-02T17:38:59.298Z 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`
27562026-06-02T17:38:59.298Z 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`
27572026-06-02T17:38:59.469Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-d921f16cc8046928/build-script-build`
27582026-06-02T17:38:59.473Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-48d53fa97e1e2bdd/build-script-build`
27592026-06-02T17:38:59.473Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-dec54908fb143fe4/build-script-build`
27602026-06-02T17:38:59.473Z 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`
27612026-06-02T17:38:59.473Z 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`
27622026-06-02T17:38:59.473Z Compiling toml_parser v1.0.9+spec-1.1.0
27632026-06-02T17:38:59.473Z Compiling ahash v0.8.12
27642026-06-02T17:38:59.473Z Compiling base16ct v0.2.0
27652026-06-02T17:38:59.502Z Compiling psl-types v2.0.11
27662026-06-02T17:38:59.505Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-9dc60e5f27682a84/build-script-build`
27672026-06-02T17:38:59.505Z 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-06-02T17:38:59.505Z 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`
27692026-06-02T17:38:59.505Z 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`
27702026-06-02T17:38:59.688Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d5fd0f5185ed5b7a/build-script-build`
27712026-06-02T17:38:59.691Z Compiling clap_builder v4.5.60
27722026-06-02T17:38:59.692Z Compiling object v0.37.3
27732026-06-02T17:38:59.692Z Compiling native-tls v0.2.18
27742026-06-02T17:38:59.692Z Compiling ff v0.13.1
27752026-06-02T17:38:59.692Z Compiling bit-vec v0.8.0
27762026-06-02T17:38:59.720Z 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`
27772026-06-02T17:38:59.724Z 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`
27782026-06-02T17:38:59.724Z 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`
27792026-06-02T17:38:59.724Z 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`
27802026-06-02T17:38:59.830Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=a02649405af5557f -C extra-filename=-c2f1590ad89e38d5 --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-c32b696bd16762b0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.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`
27812026-06-02T17:38:59.867Z Compiling num-iter v0.1.45
27822026-06-02T17:38:59.870Z 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`
27832026-06-02T17:38:59.870Z 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`
27842026-06-02T17:38:59.871Z 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`
27852026-06-02T17:38:59.983Z 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`
27862026-06-02T17:39:00.116Z Compiling pest_meta v2.8.6
27872026-06-02T17:39:00.120Z Compiling crossbeam-epoch v0.9.18
27882026-06-02T17:39:00.120Z Compiling bstr v1.12.1
27892026-06-02T17:39:00.120Z Compiling wait-timeout v0.2.1
27902026-06-02T17:39:00.120Z Compiling rustix v0.38.44
27912026-06-02T17:39:00.120Z Compiling cfg_aliases v0.2.1
27922026-06-02T17:39:00.120Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-ff60dead9e545192/build-script-main`
27932026-06-02T17:39:00.120Z 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"))'`
27942026-06-02T17:39:00.120Z 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)'`
27952026-06-02T17:39:00.120Z 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`
27962026-06-02T17:39:00.276Z Compiling hubpack_derive v0.1.1
27972026-06-02T17:39:00.280Z Compiling bit-set v0.8.0
27982026-06-02T17:39:00.280Z Compiling group v0.13.0
27992026-06-02T17:39:00.280Z Compiling num-bigint-dig v0.8.6
28002026-06-02T17:39:00.280Z 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`
28012026-06-02T17:39:00.280Z 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`
28022026-06-02T17:39:00.280Z 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`
28032026-06-02T17:39:00.280Z 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`
28042026-06-02T17:39:00.280Z 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`
28052026-06-02T17:39:00.280Z 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`
28062026-06-02T17:39:00.566Z 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`
28072026-06-02T17:39:00.569Z Compiling document-features v0.2.12
28082026-06-02T17:39:00.570Z Compiling siphasher v1.0.2
28092026-06-02T17:39:00.570Z Compiling darling_core v0.20.11
28102026-06-02T17:39:00.570Z Compiling itertools v0.13.0
28112026-06-02T17:39:00.570Z Compiling usdt-impl v0.5.0
28122026-06-02T17:39:00.570Z Compiling winnow v0.5.40
28132026-06-02T17:39:00.570Z Compiling quick-error v1.2.3
28142026-06-02T17:39:00.573Z 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`
28152026-06-02T17:39:00.573Z 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`
28162026-06-02T17:39:00.573Z 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`
28172026-06-02T17:39:00.573Z 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`
28182026-06-02T17:39:00.573Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-12ce87b25e55e4c9/build-script-build`
28192026-06-02T17:39:00.856Z 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.115/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=ded082c6c7811caa -C extra-filename=-40fdd86715f143cc --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)'`
28202026-06-02T17:39:00.860Z Running `/work/oxidecomputer/omicron/target/debug/build/object-12acf8694e8a2ff6/build-script-build`
28212026-06-02T17:39:00.917Z 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`
28222026-06-02T17:39:00.917Z 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`
28232026-06-02T17:39:01.010Z 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`
28242026-06-02T17:39:01.010Z 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`
28252026-06-02T17:39:01.010Z 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`
28262026-06-02T17:39:01.010Z 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`
28272026-06-02T17:39:01.010Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-100bcff608d838b5/build-script-build`
28282026-06-02T17:39:01.010Z Compiling serde_derive v1.0.228
28292026-06-02T17:39:01.010Z Compiling zeroize_derive v1.4.3
28302026-06-02T17:39:01.010Z Compiling zerofrom-derive v0.1.6
28312026-06-02T17:39:01.010Z Compiling yoke-derive v0.8.1
28322026-06-02T17:39:01.010Z Compiling zerovec-derive v0.11.2
28332026-06-02T17:39:01.011Z Compiling displaydoc v0.2.5
28342026-06-02T17:39:01.011Z Compiling zerocopy-derive v0.8.40
28352026-06-02T17:39:01.011Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-9e1dc6e8b63bf5f4/build-script-build`
28362026-06-02T17:39:01.011Z 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`
28372026-06-02T17:39:01.202Z Compiling thiserror-impl v2.0.18
28382026-06-02T17:39:01.206Z Compiling tokio-macros v2.7.0
28392026-06-02T17:39:01.206Z Compiling schemars_derive v0.8.22
28402026-06-02T17:39:01.206Z Compiling futures-macro v0.3.32
28412026-06-02T17:39:01.206Z Compiling thiserror-impl v1.0.69
28422026-06-02T17:39:01.206Z Compiling tracing-attributes v0.1.31
28432026-06-02T17:39:01.206Z Compiling der_derive v0.7.3
28442026-06-02T17:39:01.206Z Compiling clap_derive v4.5.55
28452026-06-02T17:39:01.206Z Compiling async-trait v0.1.89
28462026-06-02T17:39:01.206Z Compiling pest_generator v2.8.6
28472026-06-02T17:39:01.206Z 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`
28482026-06-02T17:39:01.206Z 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`
28492026-06-02T17:39:01.206Z 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`
28502026-06-02T17:39:01.206Z 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`
28512026-06-02T17:39:01.206Z 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`
28522026-06-02T17:39:01.206Z 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`
28532026-06-02T17:39:01.206Z 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`
28542026-06-02T17:39:01.270Z 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`
28552026-06-02T17:39:01.273Z 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`
28562026-06-02T17:39:01.273Z 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`
28572026-06-02T17:39:01.273Z 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`
28582026-06-02T17:39:01.273Z Compiling strum_macros v0.26.4
28592026-06-02T17:39:01.273Z Compiling scroll_derive v0.13.1
28602026-06-02T17:39:01.299Z Compiling openssl-macros v0.1.1
28612026-06-02T17:39:01.303Z Compiling scroll_derive v0.12.1
28622026-06-02T17:39:01.303Z 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`
28632026-06-02T17:39:01.303Z 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`
28642026-06-02T17:39:01.303Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/lib.rs --error-format=json --json=diagnostic-rendered-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=31bdfa0bf4779383 -C extra-filename=-e7042c0487f9871b --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`
28652026-06-02T17:39:01.303Z 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`
28662026-06-02T17:39:01.303Z 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`
28672026-06-02T17:39:01.330Z 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`
28682026-06-02T17:39:01.331Z 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`
28692026-06-02T17:39:01.334Z 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`
28702026-06-02T17:39:01.334Z 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`
28712026-06-02T17:39:01.334Z 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`
28722026-06-02T17:39:01.334Z 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)'`
28732026-06-02T17:39:01.690Z Compiling flate2 v1.1.9
28742026-06-02T17:39:01.693Z 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`
28752026-06-02T17:39:01.777Z Compiling darling_macro v0.21.3
28762026-06-02T17:39:01.781Z 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`
28772026-06-02T17:39:02.040Z Compiling zerocopy-derive v0.7.35
28782026-06-02T17:39:02.043Z 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`
28792026-06-02T17:39:02.095Z Compiling zeroize v1.8.2
28802026-06-02T17:39:02.095Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-698ac3da0275bb50/build-script-build`
28812026-06-02T17:39:02.098Z 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`
28822026-06-02T17:39:02.169Z Compiling pest_derive v2.8.6
28832026-06-02T17:39:02.172Z 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`
28842026-06-02T17:39:02.172Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-d482eff6bcce1d00/build-script-build`
28852026-06-02T17:39:02.172Z 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.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=0ab9d3a39c1bd500 -C extra-filename=-69f1fe8d5a1d00fa --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 openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-0e4386e09810ec51.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-40fdd86715f143cc.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)'`
28862026-06-02T17:39:02.246Z Compiling rusty-fork v0.3.1
28872026-06-02T17:39:02.249Z 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`
28882026-06-02T17:39:02.322Z Compiling curve25519-dalek v4.1.3
28892026-06-02T17:39:02.322Z Compiling rand_xorshift v0.4.0
28902026-06-02T17:39:02.325Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-dbc21d817e9b0f46/build-script-build`
28912026-06-02T17:39:02.325Z 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`
28922026-06-02T17:39:02.358Z 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`
28932026-06-02T17:39:02.434Z 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`
28942026-06-02T17:39:02.482Z Compiling rustls-pki-types v1.14.0
28952026-06-02T17:39:02.482Z Compiling scroll v0.12.0
28962026-06-02T17:39:02.526Z 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`
28972026-06-02T17:39:02.529Z 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`
28982026-06-02T17:39:02.565Z Compiling toml_datetime v0.7.5+spec-1.1.0
28992026-06-02T17:39:02.568Z 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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=2d08a91c9904947e -C extra-filename=-2220684d8a71e79b --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`
29002026-06-02T17:39:02.568Z 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`
29012026-06-02T17:39:02.638Z Compiling scroll v0.13.0
29022026-06-02T17:39:02.642Z Compiling darling v0.21.3
29032026-06-02T17:39:02.674Z Compiling thread-id v4.2.2
29042026-06-02T17:39:02.678Z Compiling memoffset v0.9.1
29052026-06-02T17:39:02.678Z Compiling unarray v0.1.4
29062026-06-02T17:39:02.678Z 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`
29072026-06-02T17:39:02.678Z 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`
29082026-06-02T17:39:02.678Z 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`
29092026-06-02T17:39:02.678Z 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`
29102026-06-02T17:39:02.678Z 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`
29112026-06-02T17:39:02.780Z Compiling curve25519-dalek-derive v0.1.1
29122026-06-02T17:39:02.818Z Compiling env_filter v1.0.0
29132026-06-02T17:39:02.821Z 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`
29142026-06-02T17:39:02.860Z Compiling futures-util v0.3.32
29152026-06-02T17:39:02.864Z 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`
29162026-06-02T17:39:02.899Z 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`
29172026-06-02T17:39:02.939Z Compiling rustls-native-certs v0.8.3
29182026-06-02T17:39:02.986Z Compiling der v0.7.10
29192026-06-02T17:39:02.986Z Compiling webpki-roots v1.0.6
29202026-06-02T17:39:02.989Z 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`
29212026-06-02T17:39:02.989Z Compiling goblin v0.10.5
29222026-06-02T17:39:03.019Z Compiling goblin v0.8.2
29232026-06-02T17:39:03.022Z Compiling serde_with_macros v3.17.0
29242026-06-02T17:39:03.022Z 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`
29252026-06-02T17:39:03.022Z 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`
29262026-06-02T17:39:03.022Z 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`
29272026-06-02T17:39:03.022Z 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`
29282026-06-02T17:39:03.094Z Compiling crypto-common v0.1.7
29292026-06-02T17:39:03.135Z Compiling block-buffer v0.10.4
29302026-06-02T17:39:03.202Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-166487491a768524/build-script-build`
29312026-06-02T17:39:03.206Z 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`
29322026-06-02T17:39:03.206Z 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`
29332026-06-02T17:39:03.287Z Compiling zerofrom v0.1.6
29342026-06-02T17:39:03.287Z Compiling block-padding v0.3.3
29352026-06-02T17:39:03.290Z Compiling crypto-bigint v0.5.5
29362026-06-02T17:39:03.290Z Compiling keccak v0.1.6
29372026-06-02T17:39:03.290Z Compiling same-file v1.0.6
29382026-06-02T17:39:03.290Z 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`
29392026-06-02T17:39:03.397Z 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`
29402026-06-02T17:39:03.400Z Compiling zerocopy v0.7.35
29412026-06-02T17:39:03.400Z Compiling darling_macro v0.20.11
29422026-06-02T17:39:03.400Z Compiling toml_write v0.1.2
29432026-06-02T17:39:03.400Z Compiling signal-hook v0.3.18
29442026-06-02T17:39:03.400Z 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)'`
29452026-06-02T17:39:03.401Z 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`
29462026-06-02T17:39:03.431Z 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`
29472026-06-02T17:39:03.434Z 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`
29482026-06-02T17:39:03.434Z 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`
29492026-06-02T17:39:03.583Z Compiling tracing v0.1.44
29502026-06-02T17:39:03.586Z Compiling env_logger v0.11.9
29512026-06-02T17:39:03.586Z Compiling nix v0.31.2
29522026-06-02T17:39:03.586Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-1e60a28a9d64bbe5/build-script-build`
29532026-06-02T17:39:03.586Z 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`
29542026-06-02T17:39:03.586Z 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`
29552026-06-02T17:39:03.586Z 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`
29562026-06-02T17:39:03.587Z 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`
29572026-06-02T17:39:03.849Z Compiling yoke v0.8.1
29582026-06-02T17:39:03.852Z Compiling digest v0.10.7
29592026-06-02T17:39:03.852Z Compiling inout v0.1.4
29602026-06-02T17:39:03.853Z Compiling clap v4.5.60
29612026-06-02T17:39:03.853Z Compiling walkdir v2.5.0
29622026-06-02T17:39:03.853Z 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)'`
29632026-06-02T17:39:03.853Z 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`
29642026-06-02T17:39:03.853Z 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=2b2bf7b3ab724548 -C extra-filename=-3a31cdbc0156014c --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-c32b696bd16762b0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.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`
29652026-06-02T17:39:03.853Z 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="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --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=64b2f47f13c75140 -C extra-filename=-16a7adf67c9edb1a --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-16a7adf67c9edb1a -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`
29662026-06-02T17:39:03.935Z Compiling spki v0.7.3
29672026-06-02T17:39:03.935Z Compiling strum v0.26.3
29682026-06-02T17:39:03.935Z Compiling daft-derive v0.1.5
29692026-06-02T17:39:03.935Z Compiling bzip2-sys v0.1.13+1.0.8
29702026-06-02T17:39:03.935Z 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`
29712026-06-02T17:39:03.935Z 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)'`
29722026-06-02T17:39:03.935Z 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`
29732026-06-02T17:39:03.935Z 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`
29742026-06-02T17:39:03.941Z 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`
29752026-06-02T17:39:03.941Z 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`
29762026-06-02T17:39:03.962Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=2c0c8709af40b7e5 -C extra-filename=-d62b7cd9ab5877a1 --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-c2f1590ad89e38d5.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-e7042c0487f9871b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772026-06-02T17:39:03.965Z Compiling dtrace-parser v0.2.0
29782026-06-02T17:39:03.993Z Compiling zstd-sys v2.0.16+zstd.1.5.7
29792026-06-02T17:39:03.997Z 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`
29802026-06-02T17:39:03.997Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-ef43ea7ecfd5f84d/build-script-build`
29812026-06-02T17:39:03.997Z 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`
29822026-06-02T17:39:03.997Z 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`
29832026-06-02T17:39:03.997Z 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.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=885c723f2756a159 -C extra-filename=-b3bf16d577f4ae6f --out-dir /work/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`
29842026-06-02T17:39:03.997Z 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`
29852026-06-02T17:39:04.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/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`
29862026-06-02T17:39:04.063Z 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`
29872026-06-02T17:39:04.202Z Compiling zerovec v0.11.5
29882026-06-02T17:39:04.324Z Compiling zerotrie v0.2.3
29892026-06-02T17:39:04.359Z Compiling cipher v0.4.4
29902026-06-02T17:39:04.362Z 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`
29912026-06-02T17:39:04.575Z Compiling sha2 v0.10.9
29922026-06-02T17:39:04.576Z Compiling hmac v0.12.1
29932026-06-02T17:39:04.579Z Compiling signature v2.2.0
29942026-06-02T17:39:04.579Z Compiling sha1 v0.10.6
29952026-06-02T17:39:04.579Z Compiling dtrace-parser v0.3.0
29962026-06-02T17:39:04.579Z Compiling darling v0.20.11
29972026-06-02T17:39:04.579Z 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`
29982026-06-02T17:39:04.579Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-085db97135c3071b/build-script-main`
29992026-06-02T17:39:04.579Z 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`
30002026-06-02T17:39:04.782Z Compiling sha3 v0.10.8
30012026-06-02T17:39:04.782Z Compiling bitflags v1.3.2
30022026-06-02T17:39:04.818Z Compiling enum-as-inner v0.6.1
30032026-06-02T17:39:04.821Z Compiling unicode-normalization v0.1.25
30042026-06-02T17:39:04.821Z Compiling vergen-lib v0.1.6
30052026-06-02T17:39:04.849Z 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)'`
30062026-06-02T17:39:04.853Z 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`
30072026-06-02T17:39:04.853Z 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`
30082026-06-02T17:39:04.853Z 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`
30092026-06-02T17:39:04.853Z 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"'`
30102026-06-02T17:39:04.885Z 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`
30112026-06-02T17:39:04.888Z 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`
30122026-06-02T17:39:04.888Z 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`
30132026-06-02T17:39:05.015Z 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=d5c8a1866a0ca1fd -C extra-filename=-0b816fdc6ec9425e --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-69f1fe8d5a1d00fa.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-40fdd86715f143cc.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)'`
30142026-06-02T17:39:05.015Z 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`
30152026-06-02T17:39:05.018Z 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`
30162026-06-02T17:39:05.018Z 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`
30172026-06-02T17:39:05.018Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-16a7adf67c9edb1a/build-script-build`
30182026-06-02T17:39:05.018Z 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`
30192026-06-02T17:39:05.018Z Compiling pbkdf2 v0.12.2
30202026-06-02T17:39:05.048Z Compiling aes v0.8.4
30212026-06-02T17:39:05.120Z 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="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=afb86ba5abc1e90c -C extra-filename=-c37eb626818e4c60 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-c37eb626818e4c60 -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`
30222026-06-02T17:39:05.121Z 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`
30232026-06-02T17:39:05.197Z Compiling bytes v1.11.1
30242026-06-02T17:39:05.197Z Compiling tinystr v0.8.2
30252026-06-02T17:39:05.200Z Compiling potential_utf v0.1.4
30262026-06-02T17:39:05.200Z Compiling chrono v0.4.44
30272026-06-02T17:39:05.200Z Compiling serde_tokenstream v0.2.3
30282026-06-02T17:39:05.200Z Compiling ipnet v2.11.0
30292026-06-02T17:39:05.200Z 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`
30302026-06-02T17:39:05.200Z 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`
30312026-06-02T17:39:05.340Z Compiling erased-serde v0.3.31
30322026-06-02T17:39:05.343Z Compiling hex v0.4.3
30332026-06-02T17:39:05.343Z Compiling serde_urlencoded v0.7.1
30342026-06-02T17:39:05.343Z Compiling openapiv3 v2.2.0
30352026-06-02T17:39:05.343Z Compiling cbc v0.1.2
30362026-06-02T17:39:05.344Z Compiling salsa20 v0.10.2
30372026-06-02T17:39:05.375Z Compiling futures-executor v0.3.32
30382026-06-02T17:39:05.378Z 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`
30392026-06-02T17:39:05.378Z 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`
30402026-06-02T17:39:05.378Z 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`
30412026-06-02T17:39:05.378Z 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`
30422026-06-02T17:39:05.378Z 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`
30432026-06-02T17:39:05.378Z 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`
30442026-06-02T17:39:05.485Z Compiling toml_datetime v0.6.11
30452026-06-02T17:39:05.489Z Compiling serde_spanned v0.6.9
30462026-06-02T17:39:05.489Z Compiling hubpack v0.1.2
30472026-06-02T17:39:05.489Z 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`
30482026-06-02T17:39:05.519Z 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`
30492026-06-02T17:39:05.523Z 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`
30502026-06-02T17:39:05.523Z 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`
30512026-06-02T17:39:05.523Z 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`
30522026-06-02T17:39:05.523Z 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`
30532026-06-02T17:39:05.523Z 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`
30542026-06-02T17:39:05.738Z 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`
30552026-06-02T17:39:05.741Z 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`
30562026-06-02T17:39:05.741Z Compiling hkdf v0.12.4
30572026-06-02T17:39:05.741Z Compiling dof v0.3.0
30582026-06-02T17:39:05.741Z Compiling x509-cert v0.2.5
30592026-06-02T17:39:05.741Z Compiling rfc6979 v0.4.0
30602026-06-02T17:39:05.741Z Compiling derive_builder_core v0.20.2
30612026-06-02T17:39:05.770Z 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`
30622026-06-02T17:39:05.965Z Compiling icu_collections v2.1.1
30632026-06-02T17:39:05.965Z Compiling tokio v1.52.1
30642026-06-02T17:39:05.965Z Compiling http v1.4.0
30652026-06-02T17:39:05.969Z Compiling scrypt v0.11.0
30662026-06-02T17:39:05.969Z Compiling managed v0.8.0
30672026-06-02T17:39:05.969Z 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`
30682026-06-02T17:39:05.969Z 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`
30692026-06-02T17:39:05.969Z 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`
30702026-06-02T17:39:05.969Z 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`
30712026-06-02T17:39:05.969Z 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`
30722026-06-02T17:39:06.211Z 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`
30732026-06-02T17:39:06.214Z Compiling icu_locale_core v2.1.1
30742026-06-02T17:39:06.214Z Compiling futures v0.3.32
30752026-06-02T17:39:06.214Z Compiling toml_edit v0.19.15
30762026-06-02T17:39:06.214Z Compiling toml_edit v0.22.27
30772026-06-02T17:39:06.214Z Compiling cargo-platform v0.1.9
30782026-06-02T17:39:06.247Z Compiling phf_shared v0.11.3
30792026-06-02T17:39:06.250Z 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`
30802026-06-02T17:39:06.250Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3fb7452c3d4bca80/build-script-build`
30812026-06-02T17:39:06.250Z 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`
30822026-06-02T17:39:06.250Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-c4e5ed5f39733e9b/build-script-build`
30832026-06-02T17:39:06.250Z 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`
30842026-06-02T17:39:06.250Z 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`
30852026-06-02T17:39:06.436Z 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`
30862026-06-02T17:39:06.441Z 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`
30872026-06-02T17:39:06.441Z 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`
30882026-06-02T17:39:06.441Z 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)'`
30892026-06-02T17:39:06.441Z 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`
30902026-06-02T17:39:06.441Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-c37eb626818e4c60/build-script-build`
30912026-06-02T17:39:06.441Z Compiling vergen v9.0.6
30922026-06-02T17:39:06.447Z Compiling fs-err v3.3.0
30932026-06-02T17:39:06.450Z Compiling fixedbitset v0.4.2
30942026-06-02T17:39:06.451Z Compiling precomputed-hash v0.1.1
30952026-06-02T17:39:06.451Z 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.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=clippy::all' '--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=31aac8fe6fdd3287 -C extra-filename=-d78d31d6be9c4d6b --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`
30962026-06-02T17:39:06.451Z 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`
30972026-06-02T17:39:06.451Z 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="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --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=f3cdc516b2d00255 -C extra-filename=-c3375757754b439a --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"))'`
30982026-06-02T17:39:06.600Z 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-9.0.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="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=fc02e92f2f0dc818 -C extra-filename=-8186817b1de4f8ec --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-8186817b1de4f8ec -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`
30992026-06-02T17:39:06.603Z 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`
31002026-06-02T17:39:06.603Z Compiling ppv-lite86 v0.2.21
31012026-06-02T17:39:06.632Z Compiling pkcs5 v0.7.1
31022026-06-02T17:39:06.636Z Compiling dof v0.4.0
31032026-06-02T17:39:06.636Z 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`
31042026-06-02T17:39:06.675Z 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`
31052026-06-02T17:39:06.792Z 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`
31062026-06-02T17:39:06.795Z 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`
31072026-06-02T17:39:06.795Z Compiling http-body v1.0.1
31082026-06-02T17:39:06.832Z 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`
31092026-06-02T17:39:06.901Z Compiling foldhash v0.1.5
31102026-06-02T17:39:06.901Z Compiling ref-cast v1.0.25
31112026-06-02T17:39:06.904Z Compiling new_debug_unreachable v1.0.6
31122026-06-02T17:39:06.904Z Compiling zstd-safe v7.2.4
31132026-06-02T17:39:06.905Z Compiling cargo_metadata v0.19.2
31142026-06-02T17:39:06.970Z 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`
31152026-06-02T17:39:07.008Z 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)'`
31162026-06-02T17:39:07.013Z 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`
31172026-06-02T17:39:07.084Z Compiling derive_builder_macro v0.20.2
31182026-06-02T17:39:07.087Z Compiling petgraph v0.6.5
31192026-06-02T17:39:07.087Z Compiling signal-hook-mio v0.2.5
31202026-06-02T17:39:07.087Z Compiling globset v0.4.18
31212026-06-02T17:39:07.087Z Compiling pin-project-internal v1.1.11
31222026-06-02T17:39:07.087Z Compiling ref-cast-impl v1.0.25
31232026-06-02T17:39:07.087Z 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`
31242026-06-02T17:39:07.088Z 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`
31252026-06-02T17:39:07.088Z 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.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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=d3bedea1223eeb62 -C extra-filename=-f1aae2059314607b --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-d78d31d6be9c4d6b.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`
31262026-06-02T17:39:07.088Z 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`
31272026-06-02T17:39:07.088Z 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`
31282026-06-02T17:39:07.240Z 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`
31292026-06-02T17:39:07.243Z 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`
31302026-06-02T17:39:07.243Z Compiling icu_provider v2.1.1
31312026-06-02T17:39:07.243Z Compiling http-body-util v0.1.3
31322026-06-02T17:39:07.244Z Compiling rand_chacha v0.9.0
31332026-06-02T17:39:07.277Z 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`
31342026-06-02T17:39:07.280Z 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`
31352026-06-02T17:39:07.280Z 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`
31362026-06-02T17:39:07.280Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8186817b1de4f8ec/build-script-build`
31372026-06-02T17:39:07.318Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21608e1e95ea0b3a/build-script-build`
31382026-06-02T17:39:07.321Z 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`
31392026-06-02T17:39:07.321Z 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`
31402026-06-02T17:39:07.386Z Compiling rand_chacha v0.3.1
31412026-06-02T17:39:07.389Z Compiling pkcs8 v0.10.2
31422026-06-02T17:39:07.389Z Compiling hashbrown v0.15.5
31432026-06-02T17:39:07.389Z 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`
31442026-06-02T17:39:07.389Z 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`
31452026-06-02T17:39:07.389Z 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`
31462026-06-02T17:39:07.606Z Compiling bzip2 v0.4.4
31472026-06-02T17:39:07.609Z Compiling string_cache v0.8.9
31482026-06-02T17:39:07.609Z Compiling rustc-hash v2.1.1
31492026-06-02T17:39:07.610Z Compiling heapless v0.7.17
31502026-06-02T17:39:07.610Z Compiling bumpalo v3.20.2
31512026-06-02T17:39:07.610Z Compiling libbz2-rs-sys v0.2.2
31522026-06-02T17:39:07.610Z 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`
31532026-06-02T17:39:07.610Z 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`
31542026-06-02T17:39:07.643Z 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`
31552026-06-02T17:39:07.865Z Compiling toml v0.7.8
31562026-06-02T17:39:07.868Z Compiling lalrpop-util v0.19.12
31572026-06-02T17:39:07.868Z Compiling crossterm v0.28.1
31582026-06-02T17:39:07.868Z Compiling serde-big-array v0.5.1
31592026-06-02T17:39:07.896Z 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`
31602026-06-02T17:39:07.899Z 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`
31612026-06-02T17:39:07.899Z 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`
31622026-06-02T17:39:07.900Z 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`
31632026-06-02T17:39:07.900Z 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`
31642026-06-02T17:39:07.900Z 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`
31652026-06-02T17:39:08.074Z 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)'`
31662026-06-02T17:39:08.078Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-4fca2b658b6213c5/build-script-build`
31672026-06-02T17:39:08.078Z 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`
31682026-06-02T17:39:08.078Z 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`
31692026-06-02T17:39:08.078Z Compiling icu_properties v2.1.2
31702026-06-02T17:39:08.078Z Compiling icu_normalizer v2.1.1
31712026-06-02T17:39:08.078Z Compiling rand v0.9.2
31722026-06-02T17:39:08.078Z Compiling rand v0.8.6
31732026-06-02T17:39:08.078Z 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`
31742026-06-02T17:39:08.078Z 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`
31752026-06-02T17:39:08.224Z Compiling sec1 v0.7.3
31762026-06-02T17:39:08.224Z Compiling pkcs1 v0.7.5
31772026-06-02T17:39:08.227Z Compiling ed25519 v2.2.3
31782026-06-02T17:39:08.227Z Compiling derive_builder v0.20.2
31792026-06-02T17:39:08.227Z Compiling zip v0.6.6
31802026-06-02T17:39:08.227Z Compiling zopfli v0.8.3
31812026-06-02T17:39:08.227Z Compiling similar v2.7.0
31822026-06-02T17:39:08.227Z 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`
31832026-06-02T17:39:08.227Z 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`
31842026-06-02T17:39:08.228Z 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`
31852026-06-02T17:39:08.228Z 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`
31862026-06-02T17:39:08.478Z 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`
31872026-06-02T17:39:08.481Z Compiling bzip2 v0.6.1
31882026-06-02T17:39:08.481Z Compiling snafu-derive v0.8.9
31892026-06-02T17:39:08.481Z Compiling pem v3.0.6
31902026-06-02T17:39:08.481Z Compiling hash32 v0.2.1
31912026-06-02T17:39:08.481Z Compiling predicates-core v1.0.10
31922026-06-02T17:39:08.481Z Compiling unicode-properties v0.1.4
31932026-06-02T17:39:08.481Z 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`
31942026-06-02T17:39:08.481Z 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`
31952026-06-02T17:39:08.481Z 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`
31962026-06-02T17:39:08.481Z 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`
31972026-06-02T17:39:08.481Z 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`
31982026-06-02T17:39:08.481Z 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`
31992026-06-02T17:39:08.657Z 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)'`
32002026-06-02T17:39:08.662Z 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=c8dcb6965bd5a072 -C extra-filename=-5bf07c3e50c282f4 --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 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`
32012026-06-02T17:39:08.662Z Compiling unicode-bidi v0.3.18
32022026-06-02T17:39:08.663Z Compiling smoltcp v0.9.1
32032026-06-02T17:39:08.663Z Compiling jiff v0.2.21
32042026-06-02T17:39:08.695Z 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`
32052026-06-02T17:39:08.698Z 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`
32062026-06-02T17:39:08.698Z 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`
32072026-06-02T17:39:08.698Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e1ea7257b8c7f603/build-script-build`
32082026-06-02T17:39:08.698Z 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`
32092026-06-02T17:39:08.698Z 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`
32102026-06-02T17:39:08.833Z 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="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=020bdb88eadffcb9 -C extra-filename=-50b67afc945cd8fc --out-dir /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)'`
32112026-06-02T17:39:08.837Z 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`
32122026-06-02T17:39:08.837Z Compiling usdt-attr-macro v0.6.0
32132026-06-02T17:39:08.837Z Compiling usdt-macro v0.6.0
32142026-06-02T17:39:08.837Z Compiling elliptic-curve v0.13.8
32152026-06-02T17:39:08.868Z 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`
32162026-06-02T17:39:08.911Z 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`
32172026-06-02T17:39:09.045Z Compiling proptest v1.10.0
32182026-06-02T17:39:09.045Z Compiling ed25519-dalek v2.2.0
32192026-06-02T17:39:09.048Z Compiling pin-project v1.1.11
32202026-06-02T17:39:09.048Z 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`
32212026-06-02T17:39:09.085Z 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`
32222026-06-02T17:39:09.088Z 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`
32232026-06-02T17:39:09.193Z Compiling idna_adapter v1.2.1
32242026-06-02T17:39:09.196Z Compiling olpc-cjson v0.1.4
32252026-06-02T17:39:09.196Z Compiling serde_plain v1.0.2
32262026-06-02T17:39:09.196Z Compiling md-5 v0.10.6
32272026-06-02T17:39:09.196Z Compiling async-recursion v1.1.1
32282026-06-02T17:39:09.196Z Compiling strum_macros v0.27.2
32292026-06-02T17:39:09.196Z 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`
32302026-06-02T17:39:09.196Z 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`
32312026-06-02T17:39:09.196Z 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`
32322026-06-02T17:39:09.196Z 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`
32332026-06-02T17:39:09.259Z 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`
32342026-06-02T17:39:09.262Z Compiling stringprep v0.1.5
32352026-06-02T17:39:09.262Z Compiling float-cmp v0.10.0
32362026-06-02T17:39:09.262Z Compiling normalize-line-endings v0.3.0
32372026-06-02T17:39:09.294Z Compiling difflib v0.4.0
32382026-06-02T17:39:09.298Z 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`
32392026-06-02T17:39:09.298Z 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`
32402026-06-02T17:39:09.298Z 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`
32412026-06-02T17:39:09.298Z 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`
32422026-06-02T17:39:09.298Z 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`
32432026-06-02T17:39:09.298Z 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`
32442026-06-02T17:39:09.370Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.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="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=447396a2d64a487b -C extra-filename=-ff25fc7613742b3f --out-dir /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-f1aae2059314607b.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-50b67afc945cd8fc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
32452026-06-02T17:39:09.373Z 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`
32462026-06-02T17:39:09.408Z 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`
32472026-06-02T17:39:09.411Z 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`
32482026-06-02T17:39:09.411Z Compiling ecdsa v0.16.9
32492026-06-02T17:39:09.411Z 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`
32502026-06-02T17:39:09.654Z Compiling idna v1.1.0
32512026-06-02T17:39:09.657Z Compiling fallible-iterator v0.2.0
32522026-06-02T17:39:09.657Z Compiling typed-path v0.9.3
32532026-06-02T17:39:09.657Z Compiling phf_shared v0.13.1
32542026-06-02T17:39:09.657Z Compiling serde_repr v0.1.20
32552026-06-02T17:39:09.657Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-85fb81ff7c175365/build-script-build`
32562026-06-02T17:39:09.691Z 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`
32572026-06-02T17:39:09.883Z 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`
32582026-06-02T17:39:09.883Z Compiling fixedbitset v0.5.7
32592026-06-02T17:39:09.887Z Compiling peg-runtime v0.8.5
32602026-06-02T17:39:09.887Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32612026-06-02T17:39:09.887Z Compiling whoami v2.1.0
32622026-06-02T17:39:09.887Z Compiling is-terminal v0.4.17
32632026-06-02T17:39:09.887Z Compiling crossbeam-channel v0.5.15
32642026-06-02T17:39:09.887Z Compiling thread_local v1.1.9
32652026-06-02T17:39:09.887Z Compiling slog-async v2.8.0
32662026-06-02T17:39:09.887Z 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`
32672026-06-02T17:39:09.887Z 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`
32682026-06-02T17:39:09.887Z 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`
32692026-06-02T17:39:09.887Z 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`
32702026-06-02T17:39:10.035Z 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`
32712026-06-02T17:39:10.039Z 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`
32722026-06-02T17:39:10.039Z Compiling tokio-util v0.7.18
32732026-06-02T17:39:10.039Z Compiling tower v0.5.3
32742026-06-02T17:39:10.039Z Compiling tokio-native-tls v0.3.1
32752026-06-02T17:39:10.074Z 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/0d7a899/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=c9baed00739cbf63 -C extra-filename=-c3ea92799463e4fb --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`
32762026-06-02T17:39:10.077Z 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`
32772026-06-02T17:39:10.078Z 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`
32782026-06-02T17:39:10.078Z 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`
32792026-06-02T17:39:10.078Z 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`
32802026-06-02T17:39:10.078Z 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`
32812026-06-02T17:39:10.115Z Compiling predicates v3.1.4
32822026-06-02T17:39:10.118Z 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`
32832026-06-02T17:39:10.118Z 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=607d615ba83736c9 -C extra-filename=-5d9a92ecba22eda3 --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-0b816fdc6ec9425e.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`
32842026-06-02T17:39:10.118Z 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)'`
32852026-06-02T17:39:10.154Z 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`
32862026-06-02T17:39:10.157Z Compiling buf-list v1.1.2
32872026-06-02T17:39:10.332Z 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=42fcd4493c8e3eca -C extra-filename=-f3f17e39b6d660db --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-d2d25f9487a12a76.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`
32882026-06-02T17:39:10.335Z Compiling usdt v0.6.0
32892026-06-02T17:39:10.369Z Compiling rsa v0.9.10
32902026-06-02T17:39:10.372Z Compiling postgres-protocol v0.6.10
32912026-06-02T17:39:10.372Z 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`
32922026-06-02T17:39:10.526Z Compiling url v2.5.8
32932026-06-02T17:39:10.526Z Compiling publicsuffix v2.3.0
32942026-06-02T17:39:10.529Z Compiling petgraph v0.8.3
32952026-06-02T17:39:10.529Z Compiling phf v0.13.1
32962026-06-02T17:39:10.529Z Compiling take_mut v0.2.2
32972026-06-02T17:39:10.529Z 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`
32982026-06-02T17:39:10.529Z 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`
32992026-06-02T17:39:10.529Z 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`
33002026-06-02T17:39:10.597Z Compiling term v1.2.1
33012026-06-02T17:39:10.600Z Compiling structmeta-derive v0.3.0
33022026-06-02T17:39:10.600Z Compiling match_cfg v0.1.0
33032026-06-02T17:39:10.600Z Compiling slog-json v2.6.1
33042026-06-02T17:39:10.630Z Compiling newtype-uuid-macros v0.1.0
33052026-06-02T17:39:10.633Z 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`
33062026-06-02T17:39:10.633Z 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`
33072026-06-02T17:39:10.633Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-5bc4956278004c44/build-script-build`
33082026-06-02T17:39:10.633Z 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`
33092026-06-02T17:39:10.633Z 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`
33102026-06-02T17:39:10.633Z 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`
33112026-06-02T17:39:10.633Z 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`
33122026-06-02T17:39:10.670Z Compiling debug-ignore v1.0.5
33132026-06-02T17:39:10.674Z 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`
33142026-06-02T17:39:10.674Z 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`
33152026-06-02T17:39:10.674Z 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`
33162026-06-02T17:39:10.674Z 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`
33172026-06-02T17:39:10.674Z 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`
33182026-06-02T17:39:10.741Z Compiling serde_spanned v1.0.4
33192026-06-02T17:39:10.746Z Compiling rustls v0.22.4
33202026-06-02T17:39:10.746Z 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`
33212026-06-02T17:39:10.773Z Compiling hostname v0.3.1
33222026-06-02T17:39:10.776Z 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`
33232026-06-02T17:39:10.776Z 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`
33242026-06-02T17:39:10.867Z 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`
33252026-06-02T17:39:10.870Z Compiling toml_writer v1.0.6+spec-1.1.0
33262026-06-02T17:39:10.870Z Compiling rustls-webpki v0.102.8
33272026-06-02T17:39:10.905Z Compiling postgres-types v0.2.12
33282026-06-02T17:39:10.909Z 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`
33292026-06-02T17:39:10.976Z 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`
33302026-06-02T17:39:10.979Z Compiling serde_path_to_error v0.1.20
33312026-06-02T17:39:11.053Z 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`
33322026-06-02T17:39:11.057Z Compiling tower-http v0.6.8
33332026-06-02T17:39:11.057Z Compiling multer v3.1.0
33342026-06-02T17:39:11.057Z 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`
33352026-06-02T17:39:11.128Z 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`
33362026-06-02T17:39:11.131Z 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`
33372026-06-02T17:39:11.166Z Compiling h2 v0.4.13
33382026-06-02T17:39:11.200Z Compiling cookie_store v0.22.1
33392026-06-02T17:39:11.204Z 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`
33402026-06-02T17:39:11.239Z 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`
33412026-06-02T17:39:11.274Z Compiling hickory-proto v0.25.2
33422026-06-02T17:39:11.277Z Compiling tokio-stream v0.1.18
33432026-06-02T17:39:11.383Z 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`
33442026-06-02T17:39:11.486Z Compiling snafu v0.8.9
33452026-06-02T17:39:11.490Z Compiling slog-term v2.9.2
33462026-06-02T17:39:11.490Z 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`
33472026-06-02T17:39:11.490Z 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`
33482026-06-02T17:39:11.589Z Compiling tokio-postgres v0.7.16
33492026-06-02T17:39:11.592Z Compiling slog-bunyan v2.5.0
33502026-06-02T17:39:11.592Z 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=c9a9cd5391589596 -C extra-filename=-31f17bf928eaaef1 --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-5bf07c3e50c282f4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512026-06-02T17:39:11.626Z 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`
33522026-06-02T17:39:11.630Z 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`
33532026-06-02T17:39:11.740Z Compiling async-stream-impl v0.3.6
33542026-06-02T17:39:11.743Z Compiling rustls-pemfile v2.2.0
33552026-06-02T17:39:11.743Z Compiling waitgroup v0.1.2
33562026-06-02T17:39:11.743Z Compiling toml_datetime v1.0.0+spec-1.1.0
33572026-06-02T17:39:11.743Z 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`
33582026-06-02T17:39:11.743Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-98eb74245e847c40/build-script-build`
33592026-06-02T17:39:11.743Z 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`
33602026-06-02T17:39:11.819Z Compiling strum v0.27.2
33612026-06-02T17:39:11.822Z Compiling hostname v0.4.2
33622026-06-02T17:39:11.822Z 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`
33632026-06-02T17:39:11.822Z 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`
33642026-06-02T17:39:11.822Z 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`
33652026-06-02T17:39:11.822Z 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`
33662026-06-02T17:39:11.964Z 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`
33672026-06-02T17:39:11.967Z 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`
33682026-06-02T17:39:11.967Z Compiling compression-core v0.4.31
33692026-06-02T17:39:12.050Z Compiling dropshot v0.17.0
33702026-06-02T17:39:12.053Z Compiling dropshot_endpoint v0.17.0
33712026-06-02T17:39:12.053Z Compiling regress v0.10.5
33722026-06-02T17:39:12.086Z 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`
33732026-06-02T17:39:12.124Z 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`
33742026-06-02T17:39:12.201Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-0d8b11bfadeb291e/build-script-build`
33752026-06-02T17:39:12.204Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33762026-06-02T17:39:12.204Z Compiling structmeta v0.3.0
33772026-06-02T17:39:12.204Z Compiling toml v1.0.6+spec-1.1.0
33782026-06-02T17:39:12.204Z Compiling itertools v0.14.0
33792026-06-02T17:39:12.204Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
33802026-06-02T17:39:12.204Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
33812026-06-02T17:39:12.204Z Compiling macaddr v1.0.1
33822026-06-02T17:39:12.204Z Compiling instant v0.1.13
33832026-06-02T17:39:12.204Z 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`
33842026-06-02T17:39:12.205Z 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`
33852026-06-02T17:39:12.205Z 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`
33862026-06-02T17:39:12.237Z 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/0d7a899/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=7e70a4ecbb81c613 -C extra-filename=-6ca4928452bbcc95 --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`
33872026-06-02T17:39:12.240Z Compiling compression-codecs v0.4.37
33882026-06-02T17:39:12.240Z Compiling backon v1.6.0
33892026-06-02T17:39:12.266Z Compiling unicode-width v0.2.0
33902026-06-02T17:39:12.269Z Compiling convert_case v0.4.0
33912026-06-02T17:39:12.269Z Compiling half v2.7.1
33922026-06-02T17:39:12.269Z Compiling ciborium-io v0.2.2
33932026-06-02T17:39:12.296Z 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`
33942026-06-02T17:39:12.300Z 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`
33952026-06-02T17:39:12.300Z 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`
33962026-06-02T17:39:12.300Z 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`
33972026-06-02T17:39:12.300Z 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`
33982026-06-02T17:39:12.300Z 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`
33992026-06-02T17:39:12.300Z 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`
34002026-06-02T17:39:12.368Z 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`
34012026-06-02T17:39:12.371Z 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`
34022026-06-02T17:39:12.371Z 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`
34032026-06-02T17:39:12.371Z 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`
34042026-06-02T17:39:12.372Z Compiling ipnetwork v0.21.1
34052026-06-02T17:39:12.399Z 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`
34062026-06-02T17:39:12.402Z 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`
34072026-06-02T17:39:12.402Z 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`
34082026-06-02T17:39:12.402Z 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`
34092026-06-02T17:39:12.534Z Compiling serde_with v3.17.0
34102026-06-02T17:39:12.537Z 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`
34112026-06-02T17:39:12.604Z Compiling newtype-uuid v1.3.2
34122026-06-02T17:39:12.640Z Compiling derive-ex v0.1.8
34132026-06-02T17:39:12.673Z 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`
34142026-06-02T17:39:12.676Z 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`
34152026-06-02T17:39:12.711Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-67a8e859d43679ee/build-script-build`
34162026-06-02T17:39:12.787Z Compiling oxnet v0.1.4
34172026-06-02T17:39:12.824Z Compiling async-stream v0.3.6
34182026-06-02T17:39:12.926Z 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.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="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std"))' -C metadata=37758346386da753 -C extra-filename=-92324a9d1b375fae --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`
34192026-06-02T17:39:12.926Z Compiling async-compression v0.4.41
34202026-06-02T17:39:12.926Z 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`
34212026-06-02T17:39:12.931Z Compiling parse-display-derive v0.10.0
34222026-06-02T17:39:12.934Z Compiling backoff v0.4.0
34232026-06-02T17:39:12.969Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
34242026-06-02T17:39:13.081Z Compiling derive_more v0.99.20
34252026-06-02T17:39:13.085Z Compiling ciborium-ll v0.2.2
34262026-06-02T17:39:13.121Z 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`
34272026-06-02T17:39:13.124Z 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/d22509d/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`
34282026-06-02T17:39:13.124Z 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`
34292026-06-02T17:39:13.160Z 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`
34302026-06-02T17:39:13.163Z Compiling unsafe-libyaml v0.2.11
34312026-06-02T17:39:13.163Z Compiling secrecy v0.10.3
34322026-06-02T17:39:13.163Z 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`
34332026-06-02T17:39:13.229Z 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`
34342026-06-02T17:39:13.267Z Compiling daft v0.1.5
34352026-06-02T17:39:13.271Z Compiling regress v0.11.1
34362026-06-02T17:39:13.271Z 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`
34372026-06-02T17:39:13.271Z 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`
34382026-06-02T17:39:13.348Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34392026-06-02T17:39:13.352Z Compiling universal-hash v0.5.1
34402026-06-02T17:39:13.352Z Compiling opaque-debug v0.3.1
34412026-06-02T17:39:13.352Z Compiling indent_write v2.2.0
34422026-06-02T17:39:13.352Z 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.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(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", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=9306ae98fe8251ac -C extra-filename=-334a9d6975c1b79b --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-b3bf16d577f4ae6f.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-32d2e3aba47f6c00.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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`
34432026-06-02T17:39:13.352Z 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`
34442026-06-02T17:39:13.352Z Compiling ciborium v0.2.2
34452026-06-02T17:39:13.352Z Compiling camino-tempfile v1.4.1
34462026-06-02T17:39:13.352Z Compiling crucible-workspace-hack v0.1.0
34472026-06-02T17:39:13.384Z 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`
34482026-06-02T17:39:13.388Z 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`
34492026-06-02T17:39:13.388Z 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`
34502026-06-02T17:39:13.388Z 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`
34512026-06-02T17:39:13.388Z 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`
34522026-06-02T17:39:13.388Z 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`
34532026-06-02T17:39:13.417Z 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`
34542026-06-02T17:39:13.486Z Compiling aead v0.5.2
34552026-06-02T17:39:13.617Z Compiling chacha20 v0.9.1
34562026-06-02T17:39:13.653Z 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`
34572026-06-02T17:39:13.653Z 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`
34582026-06-02T17:39:13.743Z Compiling iddqd v0.3.18
34592026-06-02T17:39:13.782Z 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.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 --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=6830386c5dd4f350 -C extra-filename=-16ddd68c8933d661 --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-334a9d6975c1b79b.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 rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.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`
34602026-06-02T17:39:13.817Z 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`
34612026-06-02T17:39:13.855Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34622026-06-02T17:39:13.858Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-a9880241af53b29a/build-script-build`
34632026-06-02T17:39:13.894Z Compiling tokio-rustls v0.25.0
34642026-06-02T17:39:13.897Z 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=d8060a861180da5e -C extra-filename=-2b4de23c9c931812 --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-334a9d6975c1b79b.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`
34652026-06-02T17:39:13.951Z Compiling serde_yaml v0.9.34+deprecated
34662026-06-02T17:39:13.954Z Compiling poly1305 v0.8.0
34672026-06-02T17:39:13.955Z 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`
34682026-06-02T17:39:14.024Z Compiling thiserror-impl-no-std v2.0.2
34692026-06-02T17:39:14.028Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34702026-06-02T17:39:14.028Z 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`
34712026-06-02T17:39:14.028Z 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`
34722026-06-02T17:39:14.028Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d58b50b2f59be3a8/build-script-build`
34732026-06-02T17:39:14.060Z 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`
34742026-06-02T17:39:14.063Z 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`
34752026-06-02T17:39:14.098Z 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`
34762026-06-02T17:39:14.101Z Compiling byte-wrapper v0.1.0
34772026-06-02T17:39:14.219Z Compiling blake2 v0.10.6
34782026-06-02T17:39:14.222Z Compiling password-hash v0.5.0
34792026-06-02T17:39:14.222Z 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`
34802026-06-02T17:39:14.332Z Compiling swrite v0.1.0
34812026-06-02T17:39:14.361Z Compiling toml v0.8.23
34822026-06-02T17:39:14.364Z Compiling crossbeam-deque v0.8.6
34832026-06-02T17:39:14.364Z Compiling glob v0.3.3
34842026-06-02T17:39:14.364Z Compiling rayon-core v1.13.0
34852026-06-02T17:39:14.364Z Compiling proc-macro-error-attr v1.0.4
34862026-06-02T17:39:14.364Z Compiling proc-macro-error v1.0.4
34872026-06-02T17:39:14.364Z 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`
34882026-06-02T17:39:14.364Z 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`
34892026-06-02T17:39:14.364Z 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`
34902026-06-02T17:39:14.438Z 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`
34912026-06-02T17:39:14.441Z 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`
34922026-06-02T17:39:14.441Z 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`
34932026-06-02T17:39:14.441Z 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`
34942026-06-02T17:39:14.471Z Compiling hyper v1.8.1
34952026-06-02T17:39:14.475Z Compiling zstd v0.13.3
34962026-06-02T17:39:14.475Z 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`
34972026-06-02T17:39:14.475Z 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`
34982026-06-02T17:39:14.475Z 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`
34992026-06-02T17:39:14.508Z 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`
35002026-06-02T17:39:14.579Z 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`
35012026-06-02T17:39:14.582Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
35022026-06-02T17:39:14.614Z Compiling chacha20poly1305 v0.10.1
35032026-06-02T17:39:14.617Z 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`
35042026-06-02T17:39:14.617Z 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`
35052026-06-02T17:39:14.689Z Compiling argon2 v0.5.3
35062026-06-02T17:39:14.692Z 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`
35072026-06-02T17:39:14.723Z Compiling toml_edit v0.23.10+spec-1.0.0
35082026-06-02T17:39:14.727Z 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=569f2a7523659e35 -C extra-filename=-956d00de899c80a7 --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-2220684d8a71e79b.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`
35092026-06-02T17:39:14.836Z Compiling unicode-width v0.1.14
35102026-06-02T17:39:14.839Z Compiling tabwriter v1.4.1
35112026-06-02T17:39:14.872Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-6a15400c2e7ba83a/build-script-build`
35122026-06-02T17:39:14.915Z Compiling test-strategy v0.4.5
35132026-06-02T17:39:14.919Z Compiling heapless v0.8.0
35142026-06-02T17:39:14.919Z Compiling ingot-macros v0.1.1
35152026-06-02T17:39:14.919Z Compiling hash32 v0.3.1
35162026-06-02T17:39:14.919Z 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`
35172026-06-02T17:39:14.919Z 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`
35182026-06-02T17:39:15.054Z 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`
35192026-06-02T17:39:15.057Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-f761551f0647f5fe/build-script-build`
35202026-06-02T17:39:15.057Z Compiling zip v4.6.1
35212026-06-02T17:39:15.057Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35222026-06-02T17:39:15.057Z Compiling smoltcp v0.11.0
35232026-06-02T17:39:15.057Z 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`
35242026-06-02T17:39:15.091Z 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`
35252026-06-02T17:39:15.095Z 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`
35262026-06-02T17:39:15.237Z Compiling cobs v0.3.0
35272026-06-02T17:39:15.240Z Compiling colored v3.1.1
35282026-06-02T17:39:15.240Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-bb924e1674c1886b/build-script-build`
35292026-06-02T17:39:15.240Z 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`
35302026-06-02T17:39:15.240Z 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`
35312026-06-02T17:39:15.240Z 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`
35322026-06-02T17:39:15.240Z 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`
35332026-06-02T17:39:15.356Z Compiling typify-impl v0.6.2
35342026-06-02T17:39:15.359Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
35352026-06-02T17:39:15.391Z 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`
35362026-06-02T17:39:15.395Z 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`
35372026-06-02T17:39:15.471Z 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`
35382026-06-02T17:39:15.471Z 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`
35392026-06-02T17:39:15.474Z Compiling parse-display v0.10.0
35402026-06-02T17:39:15.474Z Compiling proc-macro-crate v3.4.0
35412026-06-02T17:39:15.474Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
35422026-06-02T17:39:15.474Z Compiling proc-macro-crate v1.3.1
35432026-06-02T17:39:15.474Z Compiling foreign-types-macros v0.2.3
35442026-06-02T17:39:15.475Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
35452026-06-02T17:39:15.475Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
35462026-06-02T17:39:15.475Z 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`
35472026-06-02T17:39:15.509Z 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`
35482026-06-02T17:39:15.512Z 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=18a702c800d71128 -C extra-filename=-fd18d5f27e67fcbe --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-956d00de899c80a7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492026-06-02T17:39:15.513Z Compiling cpufeatures v0.3.0
35502026-06-02T17:39:15.513Z 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`
35512026-06-02T17:39:15.513Z 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`
35522026-06-02T17:39:15.546Z 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`
35532026-06-02T17:39:15.549Z 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/d9645f8/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=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`
35542026-06-02T17:39:15.549Z 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`
35552026-06-02T17:39:15.549Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-aef1d53b8f6eeb07/build-script-build`
35562026-06-02T17:39:15.549Z 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`
35572026-06-02T17:39:15.613Z Compiling thiserror-no-std v2.0.2
35582026-06-02T17:39:15.652Z 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`
35592026-06-02T17:39:15.656Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-58cfd89847c4b176/build-script-build`
35602026-06-02T17:39:15.685Z Compiling postcard v1.1.3
35612026-06-02T17:39:15.724Z Compiling hyper-util v0.1.20
35622026-06-02T17:39:15.793Z 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`
35632026-06-02T17:39:15.865Z Compiling foreign-types-shared v0.3.1
35642026-06-02T17:39:15.869Z Compiling chacha20 v0.10.0
35652026-06-02T17:39:15.869Z 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`
35662026-06-02T17:39:16.044Z Compiling vsss-rs v3.3.4
35672026-06-02T17:39:16.048Z Compiling rayon v1.11.0
35682026-06-02T17:39:16.048Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
35692026-06-02T17:39:16.048Z 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`
35702026-06-02T17:39:16.087Z 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`
35712026-06-02T17:39:16.090Z 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`
35722026-06-02T17:39:16.209Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35732026-06-02T17:39:16.212Z Compiling sigpipe v0.1.3
35742026-06-02T17:39:16.212Z Compiling cstr-argument v0.1.2
35752026-06-02T17:39:16.212Z 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`
35762026-06-02T17:39:16.212Z 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`
35772026-06-02T17:39:16.212Z 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`
35782026-06-02T17:39:16.212Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-67dec77b3f0ee1b4/build-script-build`
35792026-06-02T17:39:16.212Z 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`
35802026-06-02T17:39:16.384Z Compiling num_enum_derive v0.7.5
35812026-06-02T17:39:16.387Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
35822026-06-02T17:39:16.387Z Compiling rand v0.10.0
35832026-06-02T17:39:16.387Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-6ddde99e64b40c28/build-script-build`
35842026-06-02T17:39:16.387Z 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`
35852026-06-02T17:39:16.387Z 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`
35862026-06-02T17:39:16.423Z 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`
35872026-06-02T17:39:16.565Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-bef73dc87024835a/build-script-build`
35882026-06-02T17:39:16.568Z Compiling num_enum_derive v0.5.11
35892026-06-02T17:39:16.568Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
35902026-06-02T17:39:16.569Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
35912026-06-02T17:39:16.569Z Compiling atomicwrites v0.4.4
35922026-06-02T17:39:16.569Z Compiling num-derive v0.4.2
35932026-06-02T17:39:16.569Z Compiling itertools v0.12.1
35942026-06-02T17:39:16.569Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35952026-06-02T17:39:16.569Z Compiling smf v0.2.3
35962026-06-02T17:39:16.569Z 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.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 --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=f8e59cf0391a84d0 -C extra-filename=-98f7443ff44557df --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-fd18d5f27e67fcbe.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`
35972026-06-02T17:39:16.569Z 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`
35982026-06-02T17:39:16.569Z 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/1e40efd/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=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`
35992026-06-02T17:39:16.569Z 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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=b377b8e9d482f477 -C extra-filename=-69a0f944722eb3a4 --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`
36002026-06-02T17:39:16.605Z Compiling foreign-types v0.5.0
36012026-06-02T17:39:16.608Z Compiling zone_cfg_derive v0.3.1
36022026-06-02T17:39:16.608Z Compiling whoami v1.6.1
36032026-06-02T17:39:16.640Z Compiling usdt-attr-macro v0.5.0
36042026-06-02T17:39:16.643Z Compiling usdt-macro v0.5.0
36052026-06-02T17:39:16.643Z 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`
36062026-06-02T17:39:16.643Z 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`
36072026-06-02T17:39:16.643Z 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`
36082026-06-02T17:39:16.643Z 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`
36092026-06-02T17:39:16.643Z 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`
36102026-06-02T17:39:16.643Z 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`
36112026-06-02T17:39:16.643Z 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`
36122026-06-02T17:39:16.643Z 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/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=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`
36132026-06-02T17:39:16.676Z 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`
36142026-06-02T17:39:16.679Z 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`
36152026-06-02T17:39:16.679Z 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/d9645f8/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=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`
36162026-06-02T17:39:16.679Z 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`
36172026-06-02T17:39:16.679Z 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`
36182026-06-02T17:39:16.679Z 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`
36192026-06-02T17:39:16.679Z 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`
36202026-06-02T17:39:16.781Z Compiling memmap v0.7.0
36212026-06-02T17:39:16.784Z Compiling console v0.15.11
36222026-06-02T17:39:16.850Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36232026-06-02T17:39:16.854Z 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`
36242026-06-02T17:39:16.854Z 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`
36252026-06-02T17:39:16.926Z Compiling derive-where v1.6.0
36262026-06-02T17:39:16.929Z 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=cbf4c92b9dcdccf9 -C extra-filename=-fe06f291e4e1ffc0 --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-334a9d6975c1b79b.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`
36272026-06-02T17:39:16.962Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
36282026-06-02T17:39:16.966Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-f1e4459d1186ccdb/build-script-build`
36292026-06-02T17:39:16.966Z 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`
36302026-06-02T17:39:16.966Z 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`
36312026-06-02T17:39:16.999Z Compiling num-rational v0.4.2
36322026-06-02T17:39:17.070Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36332026-06-02T17:39:17.073Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36342026-06-02T17:39:17.073Z 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`
36352026-06-02T17:39:17.074Z 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`
36362026-06-02T17:39:17.074Z 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`
36372026-06-02T17:39:17.248Z Compiling hyper-tls v0.6.0
36382026-06-02T17:39:17.251Z 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=7ac3e4e5be21356c -C extra-filename=-dccb067e7b64531d --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-0b816fdc6ec9425e.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-5d9a92ecba22eda3.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`
36392026-06-02T17:39:17.320Z 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`
36402026-06-02T17:39:17.427Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36412026-06-02T17:39:17.427Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-24ff6e2d2025515b/build-script-build`
36422026-06-02T17:39:17.430Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-f5b74026f3393e59/build-script-build`
36432026-06-02T17:39:17.463Z Compiling num-complex v0.4.6
36442026-06-02T17:39:17.466Z 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`
36452026-06-02T17:39:17.466Z 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`
36462026-06-02T17:39:17.501Z Compiling newline-converter v0.3.0
36472026-06-02T17:39:17.505Z 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`
36482026-06-02T17:39:17.571Z Compiling float-ord v0.3.2
36492026-06-02T17:39:17.574Z 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`
36502026-06-02T17:39:17.685Z Compiling bytecount v0.6.9
36512026-06-02T17:39:17.726Z Compiling owo-colors v4.3.0
36522026-06-02T17:39:17.729Z Compiling cancel-safe-futures v0.1.5
36532026-06-02T17:39:17.729Z Compiling libsw-core v0.3.2
36542026-06-02T17:39:17.800Z 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`
36552026-06-02T17:39:17.835Z Compiling zone v0.3.1
36562026-06-02T17:39:17.838Z Compiling linear-map v1.2.0
36572026-06-02T17:39:17.869Z Compiling prettyplease v0.2.37
36582026-06-02T17:39:17.872Z Compiling gethostname v0.5.0
36592026-06-02T17:39:17.872Z 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`
36602026-06-02T17:39:17.872Z 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`
36612026-06-02T17:39:17.872Z 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`
36622026-06-02T17:39:18.047Z Compiling usdt v0.5.0
36632026-06-02T17:39:18.051Z Compiling expectorate v1.2.0
36642026-06-02T17:39:18.051Z Compiling unicode-xid v0.2.6
36652026-06-02T17:39:18.051Z Compiling resolv-conf v0.7.6
36662026-06-02T17:39:18.051Z Compiling convert_case v0.10.0
36672026-06-02T17:39:18.051Z 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`
36682026-06-02T17:39:18.051Z 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`
36692026-06-02T17:39:18.051Z 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`
36702026-06-02T17:39:18.051Z 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`
36712026-06-02T17:39:18.210Z 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`
36722026-06-02T17:39:18.213Z Compiling num_enum v0.7.5
36732026-06-02T17:39:18.213Z Compiling num_enum v0.5.11
36742026-06-02T17:39:18.213Z Compiling num v0.4.3
36752026-06-02T17:39:18.213Z Compiling smawk v0.3.2
36762026-06-02T17:39:18.213Z Compiling unicode-linebreak v0.1.5
36772026-06-02T17:39:18.213Z Compiling papergrid v0.11.0
36782026-06-02T17:39:18.213Z Compiling tabled_derive v0.7.0
36792026-06-02T17:39:18.214Z Compiling slog-dtrace v0.3.0
36802026-06-02T17:39:18.214Z Compiling termtree v0.5.1
36812026-06-02T17:39:18.214Z 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`
36822026-06-02T17:39:18.214Z 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`
36832026-06-02T17:39:18.214Z 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`
36842026-06-02T17:39:18.247Z 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`
36852026-06-02T17:39:18.522Z 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.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("complex-expressions", "default", "external_doc", "std"))' -C metadata=663d376d51bfc424 -C extra-filename=-0b65bc5cded7ce35 --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-98f7443ff44557df.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`
36862026-06-02T17:39:18.526Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36872026-06-02T17:39:18.526Z Compiling libsw v3.5.0
36882026-06-02T17:39:18.526Z Compiling fd-lock v4.0.4
36892026-06-02T17:39:18.526Z Compiling vte v0.14.1
36902026-06-02T17:39:18.526Z Compiling linked-hash-map v0.5.6
36912026-06-02T17:39:18.526Z Compiling minimal-lexical v0.2.1
36922026-06-02T17:39:18.526Z Compiling hickory-proto v0.24.4
36932026-06-02T17:39:18.526Z 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`
36942026-06-02T17:39:18.526Z 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`
36952026-06-02T17:39:18.526Z 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`
36962026-06-02T17:39:18.526Z 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`
36972026-06-02T17:39:18.526Z 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`
36982026-06-02T17:39:18.526Z 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`
36992026-06-02T17:39:18.526Z 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`
37002026-06-02T17:39:18.526Z 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`
37012026-06-02T17:39:18.810Z 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`
37022026-06-02T17:39:18.814Z Compiling ingot-types v0.1.2
37032026-06-02T17:39:18.814Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
37042026-06-02T17:39:18.814Z Compiling tokio-dtrace v0.1.1
37052026-06-02T17:39:18.814Z Compiling derive_more-impl v2.1.1
37062026-06-02T17:39:18.814Z Compiling nu-ansi-term v0.50.3
37072026-06-02T17:39:18.814Z Compiling display-error-chain v0.2.2
37082026-06-02T17:39:18.841Z Compiling ar_archive_writer v0.5.1
37092026-06-02T17:39:18.844Z 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`
37102026-06-02T17:39:18.844Z 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`
37112026-06-02T17:39:18.844Z 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`
37122026-06-02T17:39:18.844Z 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`
37132026-06-02T17:39:18.844Z 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`
37142026-06-02T17:39:18.844Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-87ea9737c8363339/build-script-build`
37152026-06-02T17:39:18.844Z 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`
37162026-06-02T17:39:18.908Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-7ecdccf7225704bf/build-script-build`
37172026-06-02T17:39:19.135Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
37182026-06-02T17:39:19.138Z Compiling nom v7.1.3
37192026-06-02T17:39:19.138Z Compiling strip-ansi-escapes v0.2.1
37202026-06-02T17:39:19.138Z Compiling textwrap v0.16.2
37212026-06-02T17:39:19.138Z Compiling stacker v0.1.23
37222026-06-02T17:39:19.138Z Compiling csv-core v0.1.13
37232026-06-02T17:39:19.139Z Compiling cfg_aliases v0.1.1
37242026-06-02T17:39:19.139Z Compiling semver v0.1.20
37252026-06-02T17:39:19.139Z Compiling highway v1.3.0
37262026-06-02T17:39:19.139Z 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`
37272026-06-02T17:39:19.139Z 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`
37282026-06-02T17:39:19.139Z 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`
37292026-06-02T17:39:19.139Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-a7dfbad96e68477c/build-script-build`
37302026-06-02T17:39:19.140Z 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`
37312026-06-02T17:39:19.140Z 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`
37322026-06-02T17:39:19.140Z 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`
37332026-06-02T17:39:19.140Z 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/d9645f8/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default"))' -C metadata=372103ce1d6f7fe6 -C extra-filename=-c50744e30712e30c --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-0b65bc5cded7ce35.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`
37342026-06-02T17:39:19.140Z 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`
37352026-06-02T17:39:19.140Z Compiling lru-cache v0.1.2
37362026-06-02T17:39:19.167Z Compiling humantime v2.3.0
37372026-06-02T17:39:19.170Z Compiling nibble_vec v0.1.0
37382026-06-02T17:39:19.170Z Compiling home v0.5.12
37392026-06-02T17:39:19.201Z Compiling endian-type v0.1.2
37402026-06-02T17:39:19.205Z 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)'`
37412026-06-02T17:39:19.205Z 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`
37422026-06-02T17:39:19.205Z 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`
37432026-06-02T17:39:19.236Z 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`
37442026-06-02T17:39:19.240Z 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`
37452026-06-02T17:39:19.240Z 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`
37462026-06-02T17:39:19.240Z 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`
37472026-06-02T17:39:19.240Z 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`
37482026-06-02T17:39:19.240Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ae4ba44fdce7e38a/build-script-build`
37492026-06-02T17:39:19.240Z 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`
37502026-06-02T17:39:19.240Z 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`
37512026-06-02T17:39:19.240Z 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`
37522026-06-02T17:39:19.240Z 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`
37532026-06-02T17:39:19.275Z 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`
37542026-06-02T17:39:19.278Z 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`
37552026-06-02T17:39:19.278Z 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`
37562026-06-02T17:39:19.278Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37572026-06-02T17:39:19.306Z Compiling ingot v0.1.1
37582026-06-02T17:39:19.309Z 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=435b144c558f3240 -C extra-filename=-afed1e5f5a6150d9 --out-dir /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-d62b7cd9ab5877a1.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`
37592026-06-02T17:39:19.309Z 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`
37602026-06-02T17:39:19.457Z Compiling oxide-tokio-rt v0.1.4
37612026-06-02T17:39:19.460Z 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/1e40efd/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57198b10c22ac15d -C extra-filename=-e25e513fdc454c2f --out-dir /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-c50744e30712e30c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0b65bc5cded7ce35.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-92324a9d1b375fae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-69a0f944722eb3a4.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-f7fee5e86f2f2b09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
37622026-06-02T17:39:19.460Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=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`
37632026-06-02T17:39:19.530Z Compiling nix v0.28.0
37642026-06-02T17:39:19.533Z 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=a49cc6ba637fe725 -C extra-filename=-19c591fa5c91bf38 --out-dir /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-c3375757754b439a.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`
37652026-06-02T17:39:19.627Z Compiling tabled v0.15.0
37662026-06-02T17:39:19.661Z Compiling phf_shared v0.12.1
37672026-06-02T17:39:19.664Z 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)'`
37682026-06-02T17:39:19.664Z 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`
37692026-06-02T17:39:19.664Z 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`
37702026-06-02T17:39:19.697Z Compiling reedline v0.40.0
37712026-06-02T17:39:19.700Z 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`
37722026-06-02T17:39:19.738Z 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`
37732026-06-02T17:39:19.741Z 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`
37742026-06-02T17:39:19.773Z Compiling csv v1.4.0
37752026-06-02T17:39:19.776Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-0d80a98082e378fc/build-script-build`
37762026-06-02T17:39:19.776Z 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`
37772026-06-02T17:39:19.815Z Compiling rustc_version v0.1.7
37782026-06-02T17:39:19.855Z Compiling recursive-proc-macro-impl v0.1.1
37792026-06-02T17:39:19.858Z 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`
37802026-06-02T17:39:19.859Z 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`
37812026-06-02T17:39:19.895Z Compiling chrono-tz v0.10.4
37822026-06-02T17:39:19.898Z 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`
37832026-06-02T17:39:19.971Z Compiling radix_trie v0.2.1
37842026-06-02T17:39:20.079Z Compiling derive_more v2.1.1
37852026-06-02T17:39:20.082Z Compiling psm v0.1.30
37862026-06-02T17:39:20.250Z 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`
37872026-06-02T17:39:20.358Z Compiling typify-macro v0.6.2
37882026-06-02T17:39:20.362Z Compiling const_format_proc_macros v0.2.34
37892026-06-02T17:39:20.362Z Compiling peg-macros v0.8.5
37902026-06-02T17:39:20.362Z Compiling sqlparser_derive v0.5.0
37912026-06-02T17:39:20.362Z Compiling winnow v0.6.26
37922026-06-02T17:39:20.362Z Compiling unicode_categories v0.1.1
37932026-06-02T17:39:20.362Z Compiling bcs v0.1.6
37942026-06-02T17:39:20.394Z 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`
37952026-06-02T17:39:20.397Z 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`
37962026-06-02T17:39:20.540Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37972026-06-02T17:39:20.543Z Compiling filetime v0.2.27
37982026-06-02T17:39:20.543Z Compiling xattr v1.6.1
37992026-06-02T17:39:20.543Z Compiling subprocess v0.2.15
38002026-06-02T17:39:20.569Z 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`
38012026-06-02T17:39:20.572Z 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`
38022026-06-02T17:39:20.572Z 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`
38032026-06-02T17:39:20.572Z 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`
38042026-06-02T17:39:20.572Z 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`
38052026-06-02T17:39:20.572Z 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`
38062026-06-02T17:39:20.572Z 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`
38072026-06-02T17:39:20.789Z Compiling crossterm v0.29.0
38082026-06-02T17:39:20.793Z Compiling newtype_derive v0.1.6
38092026-06-02T17:39:20.793Z Compiling phf v0.12.1
38102026-06-02T17:39:20.793Z Compiling base64 v0.21.7
38112026-06-02T17:39:20.793Z Compiling headers-core v0.3.0
38122026-06-02T17:39:20.793Z 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`
38132026-06-02T17:39:20.825Z 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=9ec126ac2a5120ee -C extra-filename=-378d02d8e0e669c4 --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-92324a9d1b375fae.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`
38142026-06-02T17:39:20.827Z 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`
38152026-06-02T17:39:20.827Z 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`
38162026-06-02T17:39:21.005Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38172026-06-02T17:39:21.008Z Compiling yasna v0.5.2
38182026-06-02T17:39:21.008Z Compiling dropshot-api-manager-types v0.7.1
38192026-06-02T17:39:21.008Z Compiling tagptr v0.2.0
38202026-06-02T17:39:21.035Z 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`
38212026-06-02T17:39:21.038Z 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`
38222026-06-02T17:39:21.073Z 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`
38232026-06-02T17:39:21.076Z 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`
38242026-06-02T17:39:21.076Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-543b74546a1d6fbb/build-script-build`
38252026-06-02T17:39:21.076Z 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`
38262026-06-02T17:39:21.150Z Compiling hickory-resolver v0.24.4
38272026-06-02T17:39:21.153Z Compiling tar v0.4.45
38282026-06-02T17:39:21.186Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-cee97c955ebe6fcc/build-script-build`
38292026-06-02T17:39:21.221Z 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`
38302026-06-02T17:39:21.224Z 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`
38312026-06-02T17:39:21.224Z 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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad5a86e80cce29ff -C extra-filename=-f00608f8269704ad --out-dir /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`
38322026-06-02T17:39:21.224Z 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`
38332026-06-02T17:39:21.257Z Compiling headers v0.4.1
38342026-06-02T17:39:21.261Z Compiling utf-8 v0.7.6
38352026-06-02T17:39:21.261Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
38362026-06-02T17:39:21.261Z 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`
38372026-06-02T17:39:21.261Z 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`
38382026-06-02T17:39:21.261Z 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`
38392026-06-02T17:39:21.433Z Compiling moka v0.12.13
38402026-06-02T17:39:21.436Z Compiling libefi-sys v0.1.0
38412026-06-02T17:39:21.436Z Compiling bitfield-struct v0.6.2
38422026-06-02T17:39:21.436Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38432026-06-02T17:39:21.575Z 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`
38442026-06-02T17:39:21.579Z 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`
38452026-06-02T17:39:21.610Z 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`
38462026-06-02T17:39:21.614Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-3895659be43078d7/build-script-build`
38472026-06-02T17:39:21.614Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
38482026-06-02T17:39:21.614Z Compiling radium v0.7.0
38492026-06-02T17:39:21.617Z Compiling tap v1.0.1
38502026-06-02T17:39:21.617Z 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`
38512026-06-02T17:39:21.617Z 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`
38522026-06-02T17:39:21.617Z 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`
38532026-06-02T17:39:21.617Z 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`
38542026-06-02T17:39:21.786Z Compiling const_format v0.2.35
38552026-06-02T17:39:21.789Z Compiling rcgen v0.12.1
38562026-06-02T17:39:21.790Z Compiling tungstenite v0.21.0
38572026-06-02T17:39:21.790Z Compiling maybe-uninit v2.0.0
38582026-06-02T17:39:21.790Z Compiling zerocopy-derive v0.6.6
38592026-06-02T17:39:21.790Z Compiling crc-catalog v2.4.0
38602026-06-02T17:39:21.790Z 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`
38612026-06-02T17:39:21.790Z 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`
38622026-06-02T17:39:21.790Z 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`
38632026-06-02T17:39:21.790Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-ac68c59aa511e214/build-script-build`
38642026-06-02T17:39:21.790Z 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`
38652026-06-02T17:39:21.898Z Compiling packed_struct v0.10.1
38662026-06-02T17:39:21.902Z 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`
38672026-06-02T17:39:21.902Z 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`
38682026-06-02T17:39:21.902Z 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`
38692026-06-02T17:39:21.902Z 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`
38702026-06-02T17:39:21.902Z 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`
38712026-06-02T17:39:21.902Z 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`
38722026-06-02T17:39:21.967Z Compiling sqlformat v0.3.5
38732026-06-02T17:39:21.970Z 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`
38742026-06-02T17:39:22.003Z 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`
38752026-06-02T17:39:22.041Z 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)'`
38762026-06-02T17:39:22.044Z Compiling wyz v0.5.1
38772026-06-02T17:39:22.044Z 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`
38782026-06-02T17:39:22.079Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-46df762378d6d699/build-script-build`
38792026-06-02T17:39:22.153Z Compiling peg v0.8.5
38802026-06-02T17:39:22.156Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-75e468c27f09179e/build-script-build`
38812026-06-02T17:39:22.156Z 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`
38822026-06-02T17:39:22.229Z Compiling steno v0.4.1
38832026-06-02T17:39:22.232Z Compiling hickory-resolver v0.25.2
38842026-06-02T17:39:22.232Z 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`
38852026-06-02T17:39:22.232Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-7e62b53f6678b973/build-script-build`
38862026-06-02T17:39:22.266Z Compiling rustyline v14.0.0
38872026-06-02T17:39:22.269Z Compiling funty v2.0.0
38882026-06-02T17:39:22.304Z Compiling crc v3.4.0
38892026-06-02T17:39:22.375Z 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`
38902026-06-02T17:39:22.378Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-1f239757afdd21d8/build-script-build`
38912026-06-02T17:39:22.378Z 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`
38922026-06-02T17:39:22.378Z 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`
38932026-06-02T17:39:22.413Z Compiling qorb v0.4.1
38942026-06-02T17:39:22.416Z Compiling bitfield-macros v0.19.4
38952026-06-02T17:39:22.416Z 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`
38962026-06-02T17:39:22.416Z 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`
38972026-06-02T17:39:22.416Z 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`
38982026-06-02T17:39:22.555Z Compiling tokio-tungstenite v0.21.0
38992026-06-02T17:39:22.588Z Compiling packed_struct_codegen v0.10.1
39002026-06-02T17:39:22.591Z Compiling indexmap v1.9.3
39012026-06-02T17:39:22.591Z Compiling nodrop v0.1.14
39022026-06-02T17:39:22.591Z Compiling xshell-macros v0.2.7
39032026-06-02T17:39:22.591Z Compiling hashbrown v0.12.3
39042026-06-02T17:39:22.627Z 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`
39052026-06-02T17:39:22.630Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-289fda8af79879a5/build-script-build`
39062026-06-02T17:39:22.630Z 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`
39072026-06-02T17:39:22.630Z 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`
39082026-06-02T17:39:22.662Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39092026-06-02T17:39:22.665Z 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`
39102026-06-02T17:39:22.665Z 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`
39112026-06-02T17:39:22.665Z 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`
39122026-06-02T17:39:22.665Z 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`
39132026-06-02T17:39:22.665Z 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`
39142026-06-02T17:39:22.665Z 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`
39152026-06-02T17:39:22.760Z Compiling recursive v0.1.1
39162026-06-02T17:39:22.764Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39172026-06-02T17:39:22.764Z 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)'`
39182026-06-02T17:39:22.764Z 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`
39192026-06-02T17:39:22.909Z Compiling typify v0.6.2
39202026-06-02T17:39:22.913Z Compiling ron v0.8.1
39212026-06-02T17:39:22.913Z Compiling hashbrown v0.13.2
39222026-06-02T17:39:22.913Z 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`
39232026-06-02T17:39:22.913Z 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`
39242026-06-02T17:39:22.913Z 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`
39252026-06-02T17:39:22.913Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-73e4e73fdada66c5/build-script-build`
39262026-06-02T17:39:23.019Z Compiling crc-any v2.5.0
39272026-06-02T17:39:23.022Z Compiling path-slash v0.1.5
39282026-06-02T17:39:23.022Z Compiling half v1.8.3
39292026-06-02T17:39:23.022Z 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`
39302026-06-02T17:39:23.022Z 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`
39312026-06-02T17:39:23.022Z 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`
39322026-06-02T17:39:23.022Z 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`
39332026-06-02T17:39:23.049Z Compiling num-derive v0.3.3
39342026-06-02T17:39:23.052Z Compiling proc-macro-error-attr2 v2.0.0
39352026-06-02T17:39:23.053Z 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`
39362026-06-02T17:39:23.053Z 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`
39372026-06-02T17:39:23.053Z 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`
39382026-06-02T17:39:23.113Z Compiling sqlparser v0.61.0
39392026-06-02T17:39:23.116Z 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`
39402026-06-02T17:39:23.116Z 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`
39412026-06-02T17:39:23.179Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
39422026-06-02T17:39:23.182Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39432026-06-02T17:39:23.247Z 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`
39442026-06-02T17:39:23.249Z Compiling bitvec v1.0.1
39452026-06-02T17:39:23.249Z Compiling array-init v0.0.4
39462026-06-02T17:39:23.281Z 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`
39472026-06-02T17:39:23.318Z 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`
39482026-06-02T17:39:23.321Z Compiling papergrid v0.17.0
39492026-06-02T17:39:23.321Z Compiling testing_table v0.3.0
39502026-06-02T17:39:23.321Z 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`
39512026-06-02T17:39:23.321Z 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`
39522026-06-02T17:39:23.321Z 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`
39532026-06-02T17:39:23.352Z Compiling smallvec v0.6.14
39542026-06-02T17:39:23.355Z 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`
39552026-06-02T17:39:23.390Z Compiling zerocopy v0.6.6
39562026-06-02T17:39:23.393Z 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`
39572026-06-02T17:39:23.393Z 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`
39582026-06-02T17:39:23.421Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39592026-06-02T17:39:23.425Z 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`
39602026-06-02T17:39:23.425Z 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=c71df971555ffdb4 -C extra-filename=-39eb27e326a35722 --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-fe06f291e4e1ffc0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612026-06-02T17:39:23.453Z Compiling progenitor-impl v0.14.0
39622026-06-02T17:39:23.456Z 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`
39632026-06-02T17:39:23.520Z Compiling progenitor-impl v0.13.0
39642026-06-02T17:39:23.557Z 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`
39652026-06-02T17:39:23.592Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-18f218aad7f8981b/build-script-build`
39662026-06-02T17:39:23.595Z Compiling xshell v0.2.7
39672026-06-02T17:39:23.695Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
39682026-06-02T17:39:23.698Z 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`
39692026-06-02T17:39:23.698Z 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=20afdabf7b7fe691 -C extra-filename=-e6bc15b2ad991d32 --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-d62b7cd9ab5877a1.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`
39702026-06-02T17:39:23.698Z Compiling bitfield v0.19.4
39712026-06-02T17:39:23.698Z Compiling serde_cbor v0.11.2
39722026-06-02T17:39:23.732Z 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`
39732026-06-02T17:39:23.735Z Compiling fxhash v0.2.1
39742026-06-02T17:39:23.735Z 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`
39752026-06-02T17:39:23.766Z 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`
39762026-06-02T17:39:23.835Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39772026-06-02T17:39:23.867Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
39782026-06-02T17:39:23.902Z 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`
39792026-06-02T17:39:23.947Z Compiling maplit v1.0.2
39802026-06-02T17:39:23.950Z Compiling crc8 v0.1.1
39812026-06-02T17:39:23.950Z 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=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`
39822026-06-02T17:39:23.951Z 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`
39832026-06-02T17:39:23.951Z 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`
39842026-06-02T17:39:23.983Z Compiling proc-macro-error2 v2.0.1
39852026-06-02T17:39:24.022Z Compiling unicase v2.9.0
39862026-06-02T17:39:24.025Z 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`
39872026-06-02T17:39:24.025Z 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`
39882026-06-02T17:39:24.054Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
39892026-06-02T17:39:24.090Z Compiling diff v0.1.13
39902026-06-02T17:39:24.093Z 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`
39912026-06-02T17:39:24.124Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39922026-06-02T17:39:24.127Z 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`
39932026-06-02T17:39:24.160Z Compiling git-stub v1.0.0
39942026-06-02T17:39:24.163Z 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`
39952026-06-02T17:39:24.233Z Compiling parking_lot_core v0.8.6
39962026-06-02T17:39:24.236Z Compiling diesel_derives v2.3.7
39972026-06-02T17:39:24.236Z Compiling dsl_auto_type v0.2.0
39982026-06-02T17:39:24.236Z 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`
39992026-06-02T17:39:24.268Z Compiling serde-hex v0.1.0
40002026-06-02T17:39:24.271Z Compiling diesel_table_macro_syntax v0.3.0
40012026-06-02T17:39:24.271Z 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`
40022026-06-02T17:39:24.271Z 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`
40032026-06-02T17:39:24.272Z 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`
40042026-06-02T17:39:24.344Z Compiling vergen-gitcl v1.0.8
40052026-06-02T17:39:24.348Z Compiling scheduled-thread-pool v0.2.7
40062026-06-02T17:39:24.348Z 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`
40072026-06-02T17:39:24.348Z 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`
40082026-06-02T17:39:24.374Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-3caf5449bb6dc371/build-script-build`
40092026-06-02T17:39:24.377Z 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`
40102026-06-02T17:39:24.377Z 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`
40112026-06-02T17:39:24.446Z Compiling tabled_derive v0.11.0
40122026-06-02T17:39:24.483Z Compiling libscf-sys v1.1.0
40132026-06-02T17:39:24.486Z Compiling git-stub-vcs v0.1.0
40142026-06-02T17:39:24.486Z 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`
40152026-06-02T17:39:24.522Z 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`
40162026-06-02T17:39:24.525Z 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`
40172026-06-02T17:39:24.525Z 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`
40182026-06-02T17:39:24.557Z Compiling kstat-rs v0.2.4
40192026-06-02T17:39:24.593Z Compiling downcast-rs v2.0.2
40202026-06-02T17:39:24.596Z 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`
40212026-06-02T17:39:24.660Z Compiling r2d2 v0.8.10
40222026-06-02T17:39:24.663Z 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`
40232026-06-02T17:39:24.663Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-16c8ec8c305c3f38/build-script-build`
40242026-06-02T17:39:24.663Z 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`
40252026-06-02T17:39:24.770Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
40262026-06-02T17:39:24.833Z 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=00217c0978727071 -C extra-filename=-90f3a36fe30ab74e --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-e25e513fdc454c2f.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`
40272026-06-02T17:39:24.938Z Compiling typify-impl v0.4.3
40282026-06-02T17:39:24.941Z Compiling prefix-trie v0.7.0
40292026-06-02T17:39:24.941Z Compiling arc-swap v1.8.2
40302026-06-02T17:39:24.965Z Compiling nanorand v0.7.0
40312026-06-02T17:39:24.968Z Compiling dirs-sys-next v0.1.2
40322026-06-02T17:39:24.968Z 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`
40332026-06-02T17:39:25.003Z 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`
40342026-06-02T17:39:25.007Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ec261f49b4f878ae/build-script-build`
40352026-06-02T17:39:25.007Z Compiling crunchy v0.2.4
40362026-06-02T17:39:25.007Z Compiling salty v0.3.0
40372026-06-02T17:39:25.007Z 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`
40382026-06-02T17:39:25.041Z 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`
40392026-06-02T17:39:25.045Z 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`
40402026-06-02T17:39:25.045Z 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`
40412026-06-02T17:39:25.079Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40422026-06-02T17:39:25.082Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
40432026-06-02T17:39:25.082Z 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`
40442026-06-02T17:39:25.082Z 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`
40452026-06-02T17:39:25.143Z Compiling clang-sys v1.8.1
40462026-06-02T17:39:25.146Z Compiling primeorder v0.13.6
40472026-06-02T17:39:25.146Z 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`
40482026-06-02T17:39:25.146Z 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=4c52af300c88bac9 -C extra-filename=-f647d1946414ce2c --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-e6bc15b2ad991d32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492026-06-02T17:39:25.146Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-015863a2f25735d1/build-script-build`
40502026-06-02T17:39:25.182Z 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`
40512026-06-02T17:39:25.185Z Compiling object v0.30.4
40522026-06-02T17:39:25.185Z 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`
40532026-06-02T17:39:25.215Z Compiling tiny-keccak v2.0.2
40542026-06-02T17:39:25.253Z 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`
40552026-06-02T17:39:25.256Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
40562026-06-02T17:39:25.256Z 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`
40572026-06-02T17:39:25.288Z Compiling bit-vec v0.6.3
40582026-06-02T17:39:25.322Z 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=09488065394064ff -C extra-filename=-eb416a231baa65da --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-d62b7cd9ab5877a1.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`
40592026-06-02T17:39:25.325Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40602026-06-02T17:39:25.325Z Compiling itertools v0.10.5
40612026-06-02T17:39:25.325Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e8ecabee8e1c2764/build-script-build`
40622026-06-02T17:39:25.325Z 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`
40632026-06-02T17:39:25.353Z 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`
40642026-06-02T17:39:25.356Z 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`
40652026-06-02T17:39:25.389Z 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`
40662026-06-02T17:39:25.422Z Compiling libloading v0.8.9
40672026-06-02T17:39:25.425Z 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`
40682026-06-02T17:39:25.459Z 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/`
40692026-06-02T17:39:25.563Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-c9d07f392c202303/build-script-build`
40702026-06-02T17:39:25.599Z 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`
40712026-06-02T17:39:25.632Z Compiling slog-scope v4.4.1
40722026-06-02T17:39:25.635Z Compiling flume v0.11.1
40732026-06-02T17:39:25.635Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-88ee58c191fe4f95/build-script-build`
40742026-06-02T17:39:25.635Z 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`
40752026-06-02T17:39:25.635Z 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`
40762026-06-02T17:39:25.661Z Compiling dirs-next v2.0.0
40772026-06-02T17:39:25.664Z 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`
40782026-06-02T17:39:25.698Z Compiling ena v0.14.4
40792026-06-02T17:39:25.730Z 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`
40802026-06-02T17:39:25.733Z 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`
40812026-06-02T17:39:25.800Z Compiling hickory-server v0.25.2
40822026-06-02T17:39:25.803Z 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`
40832026-06-02T17:39:25.863Z Compiling term v0.7.0
40842026-06-02T17:39:25.899Z Compiling regex-syntax v0.6.29
40852026-06-02T17:39:25.929Z 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`
40862026-06-02T17:39:25.964Z 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`
40872026-06-02T17:39:26.037Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-7dd0b1dc4a27f0f5/build-script-build`
40882026-06-02T17:39:26.075Z Compiling slog-stdlog v4.1.1
40892026-06-02T17:39:26.078Z Compiling bindgen v0.71.1
40902026-06-02T17:39:26.108Z 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`
40912026-06-02T17:39:26.140Z Compiling p384 v0.13.1
40922026-06-02T17:39:26.143Z Compiling cexpr v0.6.0
40932026-06-02T17:39:26.179Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
40942026-06-02T17:39:26.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/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`
40952026-06-02T17:39:26.218Z 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`
40962026-06-02T17:39:26.218Z 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`
40972026-06-02T17:39:26.250Z 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=2073b9067194e7a6 -C extra-filename=-339a4807c8cb96d3 --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-d62b7cd9ab5877a1.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`
40982026-06-02T17:39:26.252Z Compiling ascii-canvas v3.0.0
40992026-06-02T17:39:26.288Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-80bf1403ea7d9b5f/build-script-build`
41002026-06-02T17:39:26.323Z 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=088e9a1fef197bb3 -C extra-filename=-fb985cd97aa3fb5e --out-dir /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-ff25fc7613742b3f.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-50b67afc945cd8fc.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)'`
41012026-06-02T17:39:26.359Z Compiling tabled v0.20.0
41022026-06-02T17:39:26.362Z Compiling libxml v0.3.3
41032026-06-02T17:39:26.362Z Compiling strum_macros v0.24.3
41042026-06-02T17:39:26.362Z 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`
41052026-06-02T17:39:26.396Z 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`
41062026-06-02T17:39:26.399Z 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`
41072026-06-02T17:39:26.399Z 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`
41082026-06-02T17:39:26.430Z Compiling bit-set v0.5.3
41092026-06-02T17:39:26.433Z Compiling indoc v1.0.9
41102026-06-02T17:39:26.436Z 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`
41112026-06-02T17:39:26.436Z 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`
41122026-06-02T17:39:26.461Z Compiling progenitor-macro v0.14.0
41132026-06-02T17:39:26.497Z 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`
41142026-06-02T17:39:26.531Z Compiling quick-xml v0.37.5
41152026-06-02T17:39:26.534Z Compiling impl-trait-for-tuples v0.2.3
41162026-06-02T17:39:26.534Z 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`
41172026-06-02T17:39:26.567Z Compiling parking_lot v0.11.2
41182026-06-02T17:39:26.570Z 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`
41192026-06-02T17:39:26.570Z 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`
41202026-06-02T17:39:26.597Z Compiling slog-envlogger v2.2.0
41212026-06-02T17:39:26.600Z 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`
41222026-06-02T17:39:26.600Z 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`
41232026-06-02T17:39:26.669Z Compiling oso-derive v0.27.3
41242026-06-02T17:39:26.702Z 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`
41252026-06-02T17:39:26.705Z Compiling fs-err v2.11.0
41262026-06-02T17:39:26.705Z 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`
41272026-06-02T17:39:26.737Z Compiling openssl-probe v0.1.6
41282026-06-02T17:39:26.740Z 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`
41292026-06-02T17:39:26.740Z 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`
41302026-06-02T17:39:26.841Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-2b053f444fdd14b9/build-script-build`
41312026-06-02T17:39:26.878Z 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`
41322026-06-02T17:39:26.944Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
41332026-06-02T17:39:26.947Z 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`
41342026-06-02T17:39:27.011Z Compiling predicates-tree v1.0.13
41352026-06-02T17:39:27.015Z 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`
41362026-06-02T17:39:27.050Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-25395a1e951b6a85/build-script-build`
41372026-06-02T17:39:27.088Z Compiling progenitor-macro v0.13.0
41382026-06-02T17:39:27.125Z Compiling assert_matches v1.5.0
41392026-06-02T17:39:27.128Z 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`
41402026-06-02T17:39:27.157Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
41412026-06-02T17:39:27.160Z 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`
41422026-06-02T17:39:27.190Z 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=bce519098c8224c8 -C extra-filename=-f5ebae84fcf9d9bc --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-eb416a231baa65da.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`
41432026-06-02T17:39:27.220Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
41442026-06-02T17:39:27.223Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-bdfb326f976e2156/build-script-build`
41452026-06-02T17:39:27.223Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
41462026-06-02T17:39:27.223Z 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/187aee7/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=86044cf21b5bf1d8 -C extra-filename=-c4c53668ff721096 --out-dir /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-92324a9d1b375fae.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`
41472026-06-02T17:39:27.252Z 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`
41482026-06-02T17:39:27.287Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-67114daed709fb2a/build-script-build`
41492026-06-02T17:39:27.356Z Compiling trait-variant v0.1.2
41502026-06-02T17:39:27.359Z 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`
41512026-06-02T17:39:27.424Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
41522026-06-02T17:39:27.428Z 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`
41532026-06-02T17:39:27.496Z Compiling corncobs v0.1.4
41542026-06-02T17:39:27.499Z 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/`
41552026-06-02T17:39:27.499Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-49149b8ac9d54ad8/build-script-build`
41562026-06-02T17:39:27.530Z 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`
41572026-06-02T17:39:27.533Z Compiling parse-size v1.1.0
41582026-06-02T17:39:27.565Z Compiling sled v0.34.7
41592026-06-02T17:39:27.568Z 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`
41602026-06-02T17:39:27.600Z Compiling lalrpop v0.19.12
41612026-06-02T17:39:27.603Z 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`
41622026-06-02T17:39:27.603Z 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`
41632026-06-02T17:39:27.672Z Compiling secrecy v0.8.0
41642026-06-02T17:39:27.708Z Compiling mime_guess v2.0.5
41652026-06-02T17:39:27.711Z 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`
41662026-06-02T17:39:27.711Z Compiling ignore v0.4.25
41672026-06-02T17:39:27.742Z 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`
41682026-06-02T17:39:27.774Z 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`
41692026-06-02T17:39:27.777Z 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`
41702026-06-02T17:39:27.804Z 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)'`
41712026-06-02T17:39:27.839Z Compiling bb8 v0.8.6
41722026-06-02T17:39:27.871Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
41732026-06-02T17:39:27.874Z Compiling http-range v0.1.5
41742026-06-02T17:39:27.874Z 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`
41752026-06-02T17:39:27.874Z 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`
41762026-06-02T17:39:27.874Z 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`
41772026-06-02T17:39:27.944Z Compiling signal-hook-tokio v0.3.1
41782026-06-02T17:39:27.947Z 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`
41792026-06-02T17:39:28.021Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
41802026-06-02T17:39:28.024Z 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=41eac5ba20529a50 -C extra-filename=-8a0be4ecda6d71ad --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-f5ebae84fcf9d9bc.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-3a31cdbc0156014c.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-eb416a231baa65da.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/`
41812026-06-02T17:39:28.055Z Compiling atty v0.2.14
41822026-06-02T17:39:28.058Z 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`
41832026-06-02T17:39:28.127Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41842026-06-02T17:39:28.130Z 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`
41852026-06-02T17:39:28.163Z Compiling nonempty v0.12.0
41862026-06-02T17:39:28.200Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41872026-06-02T17:39:28.203Z Compiling tungstenite v0.23.0
41882026-06-02T17:39:28.203Z 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`
41892026-06-02T17:39:28.236Z 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=1af4d6d62c1f22c3 -C extra-filename=-8d4539b1263a3c57 --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-eb416a231baa65da.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`
41902026-06-02T17:39:28.239Z 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`
41912026-06-02T17:39:28.239Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-79789e0c8459793b/build-script-build`
41922026-06-02T17:39:28.308Z Compiling void v1.0.2
41932026-06-02T17:39:28.346Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
41942026-06-02T17:39:28.349Z 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`
41952026-06-02T17:39:28.384Z Compiling nix v0.27.1
41962026-06-02T17:39:28.387Z 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=71280f0ee94773bc -C extra-filename=-46344c48b1d3bf78 --out-dir /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-d62b7cd9ab5877a1.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-c3375757754b439a.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-f647d1946414ce2c.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-e6bc15b2ad991d32.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`
41972026-06-02T17:39:28.387Z 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`
41982026-06-02T17:39:28.387Z 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`
41992026-06-02T17:39:28.418Z Compiling serde_bytes v0.11.19
42002026-06-02T17:39:28.421Z 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`
42012026-06-02T17:39:28.457Z Compiling rand_seeder v0.4.0
42022026-06-02T17:39:28.459Z 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`
42032026-06-02T17:39:28.492Z Compiling is_ci v1.2.0
42042026-06-02T17:39:28.530Z Compiling lzss v0.8.2
42052026-06-02T17:39:28.533Z 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`
42062026-06-02T17:39:28.567Z Compiling yansi v1.0.1
42072026-06-02T17:39:28.570Z Compiling darling_core v0.23.0
42082026-06-02T17:39:28.570Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-37c556b03824e829/build-script-build`
42092026-06-02T17:39:28.570Z 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`
42102026-06-02T17:39:28.570Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42112026-06-02T17:39:28.599Z 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`
42122026-06-02T17:39:28.602Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42132026-06-02T17:39:28.602Z 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`
42142026-06-02T17:39:28.602Z 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=5947bb8599e2d206 -C extra-filename=-6f974e7433344809 --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-d62b7cd9ab5877a1.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`
42152026-06-02T17:39:28.635Z 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`
42162026-06-02T17:39:28.732Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
42172026-06-02T17:39:28.735Z 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`
42182026-06-02T17:39:28.735Z 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/018ae6f/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=02cf83a67c1fa0f0 -C extra-filename=-20a6bf7dbc00b692 --out-dir /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-16ddd68c8933d661.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`
42192026-06-02T17:39:28.765Z Compiling indoc v2.0.7
42202026-06-02T17:39:28.799Z 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`
42212026-06-02T17:39:28.863Z 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/`
42222026-06-02T17:39:28.893Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-26e14e65ef03aaee/build-script-build`
42232026-06-02T17:39:28.976Z Compiling tokio-tungstenite v0.23.1
42242026-06-02T17:39:28.979Z 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`
42252026-06-02T17:39:29.055Z Compiling globwalk v0.9.1
42262026-06-02T17:39:29.058Z Compiling pretty_assertions v1.4.1
42272026-06-02T17:39:29.058Z 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`
42282026-06-02T17:39:29.058Z 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`
42292026-06-02T17:39:29.091Z 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`
42302026-06-02T17:39:29.123Z Compiling instability v0.3.11
42312026-06-02T17:39:29.125Z 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`
42322026-06-02T17:39:29.163Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42332026-06-02T17:39:29.199Z 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=8f6a0c042c1fb8dd -C extra-filename=-bbaed369d3f1b87b --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-8d4539b1263a3c57.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-3a31cdbc0156014c.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-eb416a231baa65da.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/`
42342026-06-02T17:39:29.270Z Compiling castaway v0.2.4
42352026-06-02T17:39:29.273Z Compiling unicode-truncate v1.1.0
42362026-06-02T17:39:29.273Z Compiling lru v0.12.5
42372026-06-02T17:39:29.273Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-4dcc5c18bc376931/build-script-build`
42382026-06-02T17:39:29.273Z Compiling cassowary v0.3.0
42392026-06-02T17:39:29.273Z 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`
42402026-06-02T17:39:29.273Z 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`
42412026-06-02T17:39:29.273Z 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`
42422026-06-02T17:39:29.273Z 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`
42432026-06-02T17:39:29.307Z Compiling console v0.16.2
42442026-06-02T17:39:29.342Z 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`
42452026-06-02T17:39:29.378Z Compiling camino-tempfile-ext v0.3.3
42462026-06-02T17:39:29.381Z 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=cf5aa515bde72a8e -C extra-filename=-d633ad4bb6deea6a --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-c32b696bd16762b0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.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-f3f17e39b6d660db.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`
42472026-06-02T17:39:29.490Z Compiling unit-prefix v0.5.2
42482026-06-02T17:39:29.528Z Compiling supports-color v3.0.2
42492026-06-02T17:39:29.531Z Compiling libz-sys v1.1.24
42502026-06-02T17:39:29.531Z 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`
42512026-06-02T17:39:29.564Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-4eeb1ad0493f47fd/build-script-build`
42522026-06-02T17:39:29.568Z Compiling hyper-staticfile v0.10.1
42532026-06-02T17:39:29.568Z Compiling typeid v1.0.3
42542026-06-02T17:39:29.568Z 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`
42552026-06-02T17:39:29.568Z 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`
42562026-06-02T17:39:29.568Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42572026-06-02T17:39:29.568Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42582026-06-02T17:39:29.602Z 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`
42592026-06-02T17:39:29.606Z 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`
42602026-06-02T17:39:29.606Z Compiling erased-serde v0.4.9
42612026-06-02T17:39:29.606Z 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`
42622026-06-02T17:39:29.641Z 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=4c3640443a84df3c -C extra-filename=-f5e8d808e62d4cf5 --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-6f974e7433344809.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42632026-06-02T17:39:29.676Z Compiling typify-macro v0.4.3
42642026-06-02T17:39:29.679Z Compiling compact_str v0.8.1
42652026-06-02T17:39:29.679Z 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`
42662026-06-02T17:39:29.679Z Compiling colored v2.2.0
42672026-06-02T17:39:29.712Z 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`
42682026-06-02T17:39:29.717Z 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`
42692026-06-02T17:39:29.718Z 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`
42702026-06-02T17:39:29.750Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
42712026-06-02T17:39:29.753Z 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=ae4e05b88eb8c131 -C extra-filename=-e31ff7112340b38e --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-3a31cdbc0156014c.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-339a4807c8cb96d3.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`
42722026-06-02T17:39:29.883Z Compiling indicatif v0.18.4
42732026-06-02T17:39:29.952Z Compiling libgit2-sys v0.18.3+1.9.2
42742026-06-02T17:39:29.955Z Compiling hex-literal v0.4.1
42752026-06-02T17:39:29.955Z Compiling shell-words v1.1.1
42762026-06-02T17:39:29.955Z Compiling petname v2.0.2
42772026-06-02T17:39:29.955Z Compiling ordered-float v2.10.1
42782026-06-02T17:39:29.981Z 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`
42792026-06-02T17:39:29.984Z 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`
42802026-06-02T17:39:29.985Z 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`
42812026-06-02T17:39:29.985Z 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`
42822026-06-02T17:39:29.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/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`
42832026-06-02T17:39:29.985Z 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`
42842026-06-02T17:39:30.050Z Compiling vergen-git2 v1.0.7
42852026-06-02T17:39:30.054Z 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-git2-1.0.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=990c69839cfce65b -C extra-filename=-82d89d16a7f3cae3 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-82d89d16a7f3cae3 -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`
42862026-06-02T17:39:30.054Z Compiling cargo-platform v0.2.0
42872026-06-02T17:39:30.083Z 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`
42882026-06-02T17:39:30.121Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-e663e6cc4092f6a5/build-script-build`
42892026-06-02T17:39:30.189Z Compiling sapling-renderdag v0.1.0
42902026-06-02T17:39:30.224Z Compiling rtoolbox v0.0.3
42912026-06-02T17:39:30.227Z 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`
42922026-06-02T17:39:30.227Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-236390480cc502d1/build-script-build`
42932026-06-02T17:39:30.259Z 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`
42942026-06-02T17:39:30.288Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-d5bf8aecf1dc2053/build-script-build`
42952026-06-02T17:39:30.398Z Compiling serde-value v0.7.0
42962026-06-02T17:39:30.434Z Compiling sync-ptr v0.1.4
42972026-06-02T17:39:30.438Z Compiling rustls v0.21.12
42982026-06-02T17:39:30.438Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42992026-06-02T17:39:30.438Z 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`
43002026-06-02T17:39:30.438Z 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`
43012026-06-02T17:39:30.465Z Compiling sct v0.7.1
43022026-06-02T17:39:30.469Z Compiling rustls-webpki v0.101.7
43032026-06-02T17:39:30.469Z 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/f20f786/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=177f184b28bf9643 -C extra-filename=-68bf34346564d131 --out-dir /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-92324a9d1b375fae.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`
43042026-06-02T17:39:30.469Z 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`
43052026-06-02T17:39:30.469Z 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`
43062026-06-02T17:39:30.469Z Compiling nix v0.29.0
43072026-06-02T17:39:30.502Z 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`
43082026-06-02T17:39:30.502Z 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)'`
43092026-06-02T17:39:30.531Z 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.29.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="feature"' --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", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=d6bc7772bff5d3ec -C extra-filename=-abc9f58e98fd53ac --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-abc9f58e98fd53ac -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`
43102026-06-02T17:39:30.534Z Compiling rpassword v7.4.0
43112026-06-02T17:39:30.565Z Compiling dropshot v0.16.7
43122026-06-02T17:39:30.568Z 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`
43132026-06-02T17:39:30.569Z 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.16.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=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=4ca8a3f22e07abae -C extra-filename=-d62d74bb82e50931 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-d62d74bb82e50931 -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`
43142026-06-02T17:39:30.606Z 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`
43152026-06-02T17:39:30.710Z 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=1b32b3b16e54b383 -C extra-filename=-536b836f85a43781 --out-dir /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-d62b7cd9ab5877a1.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-c3375757754b439a.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-f5e8d808e62d4cf5.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-6f974e7433344809.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`
43162026-06-02T17:39:30.748Z Compiling polyval v0.6.2
43172026-06-02T17:39:30.766Z Compiling toml v0.9.12+spec-1.1.0
43182026-06-02T17:39:30.766Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-82d89d16a7f3cae3/build-script-build`
43192026-06-02T17:39:30.766Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-1bc2225f57f68dc5/build-script-build`
43202026-06-02T17:39:30.766Z 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`
43212026-06-02T17:39:30.767Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-2d3520e89520f793/build-script-build`
43222026-06-02T17:39:30.784Z 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.9.12+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=d728c0b13d6e9bd8 -C extra-filename=-5272333e71804918 --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-2220684d8a71e79b.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`
43232026-06-02T17:39:30.862Z Compiling dropshot_endpoint v0.16.7
43242026-06-02T17:39:30.897Z Compiling target-lexicon v0.13.3
43252026-06-02T17:39:30.901Z 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)'`
43262026-06-02T17:39:30.901Z Compiling gimli v0.32.3
43272026-06-02T17:39:30.931Z Compiling rustls-pemfile v1.0.4
43282026-06-02T17:39:30.935Z 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.16.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 '--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=ccc7c2695cf68e84 -C extra-filename=-a18f43af115132a8 --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`
43292026-06-02T17:39:30.935Z Compiling twox-hash v2.1.2
43302026-06-02T17:39:30.935Z 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`
43312026-06-02T17:39:30.935Z 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`
43322026-06-02T17:39:30.962Z Compiling ctr v0.9.2
43332026-06-02T17:39:30.966Z 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`
43342026-06-02T17:39:30.966Z Compiling concurrent-queue v2.5.0
43352026-06-02T17:39:30.966Z 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`
43362026-06-02T17:39:31.065Z 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`
43372026-06-02T17:39:31.068Z 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`
43382026-06-02T17:39:31.068Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-d62d74bb82e50931/build-script-build`
43392026-06-02T17:39:35.221Z 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`
43402026-06-02T17:39:35.254Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-abc9f58e98fd53ac/build-script-build`
43412026-06-02T17:39:35.255Z Compiling plotters-backend v0.3.7
43422026-06-02T17:39:35.255Z Compiling ghash v0.5.1
43432026-06-02T17:39:35.255Z Compiling rustc-demangle v0.1.27
43442026-06-02T17:39:35.255Z 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`
43452026-06-02T17:39:35.255Z 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`
43462026-06-02T17:39:35.255Z 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`
43472026-06-02T17:39:35.255Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
43482026-06-02T17:39:35.255Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
43492026-06-02T17:39:35.255Z Compiling darling_macro v0.23.0
43502026-06-02T17:39:35.255Z 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=f6efaa5c41a039ee -C extra-filename=-0d19850314c47f2b --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-339a4807c8cb96d3.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-e31ff7112340b38e.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`
43512026-06-02T17:39:35.255Z Compiling serde-untagged v0.1.9
43522026-06-02T17:39:35.255Z 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=e2551bb9e72a5f0d -C extra-filename=-a4f274f8237dde16 --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-339a4807c8cb96d3.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-e31ff7112340b38e.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`
43532026-06-02T17:39:35.255Z 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`
43542026-06-02T17:39:35.255Z Compiling guppy-workspace-hack v0.1.0
43552026-06-02T17:39:35.255Z 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`
43562026-06-02T17:39:35.255Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2c3095dff1e17bc7/build-script-build`
43572026-06-02T17:39:35.255Z Compiling parking v2.2.1
43582026-06-02T17:39:35.255Z 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.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="default"' --cfg 'feature="feature"' --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", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=fc1fe050ce0edf79 -C extra-filename=-4280ac38158e8180 --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 --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(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)'`
43592026-06-02T17:39:35.255Z 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`
43602026-06-02T17:39:35.255Z 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`
43612026-06-02T17:39:35.255Z Compiling fatfs v0.3.6
43622026-06-02T17:39:35.255Z Compiling ssh-encoding v0.2.0
43632026-06-02T17:39:35.256Z Compiling blowfish v0.9.1
43642026-06-02T17:39:35.256Z 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`
43652026-06-02T17:39:35.256Z 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`
43662026-06-02T17:39:35.256Z 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`
43672026-06-02T17:39:35.256Z 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`
43682026-06-02T17:39:35.256Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43692026-06-02T17:39:35.256Z Compiling diesel v2.3.7
43702026-06-02T17:39:35.256Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-7c8c177ca14c0b79/build-script-build`
43712026-06-02T17:39:35.256Z 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`
43722026-06-02T17:39:35.256Z 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`
43732026-06-02T17:39:35.256Z Compiling aes-gcm v0.10.3
43742026-06-02T17:39:35.256Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-533a0252cc64e979/build-script-build`
43752026-06-02T17:39:35.256Z 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`
43762026-06-02T17:39:35.256Z Compiling cargo-util-schemas v0.8.2
43772026-06-02T17:39:35.256Z 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"'`
43782026-06-02T17:39:35.256Z 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`
43792026-06-02T17:39:35.256Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
43802026-06-02T17:39:35.256Z Compiling plotters-svg v0.3.7
43812026-06-02T17:39:35.256Z 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/0d7a899/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=8fd37144dc594a37 -C extra-filename=-cc5a9ad3890b17c6 --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-c3ea92799463e4fb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.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-0d19850314c47f2b.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`
43822026-06-02T17:39:35.256Z 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`
43832026-06-02T17:39:35.256Z Compiling arrayvec v0.7.6
43842026-06-02T17:39:35.256Z Compiling constant_time_eq v0.4.2
43852026-06-02T17:39:35.257Z Compiling arrayref v0.3.9
43862026-06-02T17:39:35.257Z 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`
43872026-06-02T17:39:35.257Z Compiling typify v0.4.3
43882026-06-02T17:39:35.257Z 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`
43892026-06-02T17:39:35.257Z 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`
43902026-06-02T17:39:35.257Z 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`
43912026-06-02T17:39:35.257Z Compiling cast v0.3.0
43922026-06-02T17:39:35.257Z Compiling darling v0.23.0
43932026-06-02T17:39:35.257Z Compiling seq-macro v0.3.6
43942026-06-02T17:39:35.257Z 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`
43952026-06-02T17:39:35.257Z 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`
43962026-06-02T17:39:35.257Z Compiling event-listener v5.4.1
43972026-06-02T17:39:35.257Z Compiling target-spec v3.5.7
43982026-06-02T17:39:35.257Z Compiling cfg-expr v0.20.6
43992026-06-02T17:39:35.257Z 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`
44002026-06-02T17:39:35.257Z 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`
44012026-06-02T17:39:35.257Z 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`
44022026-06-02T17:39:35.259Z 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`
44032026-06-02T17:39:35.259Z Compiling plotters v0.3.7
44042026-06-02T17:39:35.259Z Compiling ssh-cipher v0.2.0
44052026-06-02T17:39:35.259Z 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`
44062026-06-02T17:39:35.259Z 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`
44072026-06-02T17:39:35.260Z 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`
44082026-06-02T17:39:35.260Z Compiling bcrypt-pbkdf v0.10.0
44092026-06-02T17:39:35.260Z 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`
44102026-06-02T17:39:35.260Z Compiling criterion-plot v0.6.0
44112026-06-02T17:39:35.260Z Compiling addr2line v0.25.1
44122026-06-02T17:39:35.260Z Compiling supports-color v2.1.0
44132026-06-02T17:39:35.260Z 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`
44142026-06-02T17:39:35.260Z 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`
44152026-06-02T17:39:35.260Z 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`
44162026-06-02T17:39:35.260Z Compiling progenitor-impl v0.11.2
44172026-06-02T17:39:35.260Z 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`
44182026-06-02T17:39:35.261Z Compiling progenitor-impl v0.10.0
44192026-06-02T17:39:35.261Z 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.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=43b6913340017049 -C extra-filename=-1654981d69fce991 --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`
44202026-06-02T17:39:35.261Z Compiling event-listener-strategy v0.5.4
44212026-06-02T17:39:35.261Z 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)'`
44222026-06-02T17:39:35.262Z 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`
44232026-06-02T17:39:35.262Z Compiling textwrap v0.15.2
44242026-06-02T17:39:35.262Z 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`
44252026-06-02T17:39:35.262Z Compiling supports-unicode v2.1.0
44262026-06-02T17:39:35.262Z 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`
44272026-06-02T17:39:35.262Z Compiling cargo_metadata v0.21.0
44282026-06-02T17:39:35.262Z Compiling backtrace v0.3.76
44292026-06-02T17:39:35.262Z Compiling supports-hyperlinks v2.1.0
44302026-06-02T17:39:35.262Z Compiling hashbrown v0.14.5
44312026-06-02T17:39:35.262Z 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`
44322026-06-02T17:39:35.262Z 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`
44332026-06-02T17:39:35.262Z 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`
44342026-06-02T17:39:35.263Z 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`
44352026-06-02T17:39:35.263Z Compiling tinytemplate v1.2.1
44362026-06-02T17:39:35.263Z 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`
44372026-06-02T17:39:35.263Z Compiling miette-derive v5.10.0
44382026-06-02T17:39:35.263Z 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`
44392026-06-02T17:39:35.263Z Compiling cargo-platform v0.3.2
44402026-06-02T17:39:35.320Z Compiling password-hash v0.4.2
44412026-06-02T17:39:35.320Z Compiling terminal_size v0.1.17
44422026-06-02T17:39:35.320Z Compiling futures-timer v3.0.3
44432026-06-02T17:39:35.320Z 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`
44442026-06-02T17:39:35.320Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-f75fbc3e44793983/build-script-build`
44452026-06-02T17:39:35.320Z 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`
44462026-06-02T17:39:35.320Z 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`
44472026-06-02T17:39:35.320Z 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`
44482026-06-02T17:39:35.321Z Compiling anes v0.1.6
44492026-06-02T17:39:35.321Z Compiling tokio-rustls v0.24.1
44502026-06-02T17:39:35.321Z 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`
44512026-06-02T17:39:35.321Z Compiling oorandom v11.1.5
44522026-06-02T17:39:35.321Z 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`
44532026-06-02T17:39:35.321Z Compiling owo-colors v3.5.0
44542026-06-02T17:39:35.321Z 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.16.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=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=93a8b8af363f26fd -C extra-filename=-8244c4f0d5b8cbdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-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-a18f43af115132a8.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 toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5272333e71804918.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`
44552026-06-02T17:39:35.321Z 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`
44562026-06-02T17:39:35.321Z 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`
44572026-06-02T17:39:35.321Z Compiling async-lock v3.4.2
44582026-06-02T17:39:35.321Z 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`
44592026-06-02T17:39:35.321Z Compiling cargo_metadata v0.23.1
44602026-06-02T17:39:35.321Z 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`
44612026-06-02T17:39:35.321Z Compiling ssh-key v0.6.7
44622026-06-02T17:39:35.321Z 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`
44632026-06-02T17:39:35.321Z Compiling p256 v0.13.2
44642026-06-02T17:39:35.321Z Compiling backtrace-ext v0.2.1
44652026-06-02T17:39:35.321Z 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`
44662026-06-02T17:39:35.321Z 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`
44672026-06-02T17:39:35.321Z Compiling pbkdf2 v0.11.0
44682026-06-02T17:39:35.322Z 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`
44692026-06-02T17:39:35.322Z Compiling chumsky v0.9.3
44702026-06-02T17:39:35.322Z Compiling criterion v0.7.0
44712026-06-02T17:39:35.322Z 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`
44722026-06-02T17:39:35.322Z 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`
44732026-06-02T17:39:35.322Z 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=cd6684a42fa58c0a -C extra-filename=-3bb94b4d2c1d685b --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-d62b7cd9ab5877a1.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`
44742026-06-02T17:39:35.322Z Compiling p521 v0.13.3
44752026-06-02T17:39:35.322Z 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`
44762026-06-02T17:39:35.322Z Compiling knuffel-derive v3.2.0
44772026-06-02T17:39:35.322Z Compiling pathdiff v0.2.3
44782026-06-02T17:39:35.322Z 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`
44792026-06-02T17:39:35.322Z Compiling blake3 v1.8.3
44802026-06-02T17:39:35.322Z Compiling russh-cryptovec v0.7.3
44812026-06-02T17:39:35.322Z 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`
44822026-06-02T17:39:35.331Z 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`
44832026-06-02T17:39:35.331Z 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`
44842026-06-02T17:39:35.331Z Compiling ratatui v0.29.0
44852026-06-02T17:39:35.331Z 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`
44862026-06-02T17:39:35.333Z Compiling nested v0.1.1
44872026-06-02T17:39:35.333Z 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`
44882026-06-02T17:39:35.333Z Compiling md5 v0.7.0
44892026-06-02T17:39:35.333Z 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`
44902026-06-02T17:39:35.333Z Compiling async-object-pool v0.2.0
44912026-06-02T17:39:35.333Z 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`
44922026-06-02T17:39:35.333Z Compiling num-bigint v0.4.6
44932026-06-02T17:39:35.333Z 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`
44942026-06-02T17:39:35.335Z Compiling serde_regex v1.1.0
44952026-06-02T17:39:35.335Z Compiling assert-json-diff v2.0.2
44962026-06-02T17:39:35.335Z 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`
44972026-06-02T17:39:35.335Z 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`
44982026-06-02T17:39:35.335Z Compiling des v0.8.1
44992026-06-02T17:39:35.335Z 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`
45002026-06-02T17:39:35.335Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45012026-06-02T17:39:35.335Z Compiling path-tree v0.8.3
45022026-06-02T17:39:35.335Z 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`
45032026-06-02T17:39:35.335Z 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`
45042026-06-02T17:39:35.335Z Compiling stringmetrics v2.2.2
45052026-06-02T17:39:35.335Z 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`
45062026-06-02T17:39:35.335Z Compiling hickory-client v0.25.2
45072026-06-02T17:39:35.335Z 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`
45082026-06-02T17:39:35.336Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45092026-06-02T17:39:35.336Z 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`
45102026-06-02T17:39:35.336Z Compiling socket2 v0.5.10
45112026-06-02T17:39:35.336Z 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`
45122026-06-02T17:39:35.336Z Compiling russh-keys v0.45.0
45132026-06-02T17:39:35.336Z Compiling escape8259 v0.5.3
45142026-06-02T17:39:35.336Z 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`
45152026-06-02T17:39:35.336Z 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`
45162026-06-02T17:39:35.336Z Compiling miette v5.10.0
45172026-06-02T17:39:35.336Z 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`
45182026-06-02T17:39:35.336Z Compiling httpmock v0.8.3
45192026-06-02T17:39:35.336Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-45c50ae4497d9df9/build-script-build`
45202026-06-02T17:39:35.336Z 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`
45212026-06-02T17:39:35.336Z Compiling topological-sort v0.2.2
45222026-06-02T17:39:35.336Z 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`
45232026-06-02T17:39:35.336Z Compiling guppy v0.17.25
45242026-06-02T17:39:35.336Z 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`
45252026-06-02T17:39:35.336Z Compiling assert_cmd v2.1.2
45262026-06-02T17:39:35.336Z 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`
45272026-06-02T17:39:35.337Z Compiling target-triple v1.0.0
45282026-06-02T17:39:35.337Z Compiling internet-checksum v0.2.1
45292026-06-02T17:39:35.337Z Compiling libtest-mimic v0.8.1
45302026-06-02T17:39:35.337Z 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`
45312026-06-02T17:39:35.337Z 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`
45322026-06-02T17:39:35.337Z 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=5f0ce9217cad341c -C extra-filename=-c16c50a8cebde4b0 --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-c32b696bd16762b0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-d2d25f9487a12a76.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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`
45332026-06-02T17:39:35.337Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
45342026-06-02T17:39:35.337Z 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=33ebd478bb700a03 -C extra-filename=-96285f34b45dc3dd --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-eb416a231baa65da.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`
45352026-06-02T17:39:35.337Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45362026-06-02T17:39:35.337Z 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`
45372026-06-02T17:39:35.337Z Compiling fancy-regex v0.14.0
45382026-06-02T17:39:35.337Z 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`
45392026-06-02T17:39:35.337Z Compiling rstest_macros v0.25.0
45402026-06-02T17:39:38.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/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`
45412026-06-02T17:39:38.206Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45422026-06-02T17:39:38.206Z 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`
45432026-06-02T17:39:38.206Z Compiling linkme-impl v0.3.35
45442026-06-02T17:39:38.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/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`
45452026-06-02T17:39:38.237Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-7545e646cbf47487/build-script-build`
45462026-06-02T17:39:38.237Z 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()))'`
45472026-06-02T17:39:38.237Z Compiling multimap v0.10.1
45482026-06-02T17:39:38.237Z 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`
45492026-06-02T17:39:38.237Z 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=f3aabf6af9514b8e -C extra-filename=-8f8c10c7c46afc51 --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-d2d25f9487a12a76.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d7011e9bfeca9f9e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-f3f17e39b6d660db.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`
45502026-06-02T17:39:38.237Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-deaf34428f217083/build-script-build`
45512026-06-02T17:39:38.237Z Compiling approx v0.5.1
45522026-06-02T17:39:38.237Z 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`
45532026-06-02T17:39:38.237Z Compiling uzers v0.12.2
45542026-06-02T17:39:38.237Z 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`
45552026-06-02T17:39:38.237Z Compiling relative-path v1.9.3
45562026-06-02T17:39:38.237Z 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`
45572026-06-02T17:39:38.237Z 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"))'`
45582026-06-02T17:39:38.237Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-c807ca9e32964c09/build-script-build`
45592026-06-02T17:39:38.237Z Compiling progenitor-macro v0.10.0
45602026-06-02T17:39:38.237Z 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.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=74e33e08574bd029 -C extra-filename=-89ebfb79ef45ca5b --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-1654981d69fce991.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`
45612026-06-02T17:39:38.256Z Compiling russh v0.45.0
45622026-06-02T17:39:38.256Z Compiling progenitor-macro v0.11.2
45632026-06-02T17:39:38.256Z 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`
45642026-06-02T17:39:38.256Z Compiling datatest-stable v0.3.3
45652026-06-02T17:39:38.256Z Compiling termcolor v1.4.1
45662026-06-02T17:39:38.256Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-694f3e356f71d2e2/build-script-build`
45672026-06-02T17:39:38.256Z 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`
45682026-06-02T17:39:38.256Z 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=4e1e257458cfa8ac -C extra-filename=-0d44330098dd4e08 --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-c16c50a8cebde4b0.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`
45692026-06-02T17:39:38.256Z 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`
45702026-06-02T17:39:38.256Z Compiling tui-tree-widget v0.23.1
45712026-06-02T17:39:38.256Z 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`
45722026-06-02T17:39:38.256Z Compiling knuffel v3.2.0
45732026-06-02T17:39:38.256Z Compiling support-bundle-viewer v0.1.2
45742026-06-02T17:39:38.256Z 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`
45752026-06-02T17:39:38.256Z 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`
45762026-06-02T17:39:38.256Z Compiling linkme v0.3.35
45772026-06-02T17:39:38.256Z 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`
45782026-06-02T17:39:38.256Z 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)'`
45792026-06-02T17:39:38.256Z 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=d5f5e18dbda8ce62 -C extra-filename=-ab27d0f36e01e84b --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-fd18d5f27e67fcbe.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`
45802026-06-02T17:39:38.256Z Compiling blake2b_simd v1.0.4
45812026-06-02T17:39:38.256Z Compiling httptest v0.16.4
45822026-06-02T17:39:38.256Z 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`
45832026-06-02T17:39:38.257Z Compiling partial-io v0.5.4
45842026-06-02T17:39:38.257Z 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`
45852026-06-02T17:39:38.257Z 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`
45862026-06-02T17:39:38.257Z Compiling trybuild v1.0.116
45872026-06-02T17:39:38.257Z Compiling rand_distr v0.5.1
45882026-06-02T17:39:38.257Z 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`
45892026-06-02T17:39:38.257Z 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`
45902026-06-02T17:39:38.257Z Compiling drift v0.1.4
45912026-06-02T17:39:38.257Z 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.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e43e0085595ea3d1 -C extra-filename=-6afe284967b3710a --out-dir /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`
45922026-06-02T17:39:38.258Z Compiling constant_time_eq v0.3.1
45932026-06-02T17:39:38.258Z 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`
45942026-06-02T17:39:38.258Z Compiling similar-asserts v1.7.0
45952026-06-02T17:39:38.258Z 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`
45962026-06-02T17:39:38.258Z Compiling cargo_toml v0.21.0
45972026-06-02T17:39:38.258Z 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`
45982026-06-02T17:39:38.258Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45992026-06-02T17:39:38.258Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-e6a411ea08c61a58/build-script-build`
46002026-06-02T17:39:38.258Z 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=10e578b386261180 -C extra-filename=-3b3948ac3127f929 --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-d62b7cd9ab5877a1.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`
46012026-06-02T17:39:38.258Z Compiling termios v0.3.3
46022026-06-02T17:39:38.259Z 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`
46032026-06-02T17:39:38.259Z 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=aef8f23a9dbd529d -C extra-filename=-2588130aa7efd369 --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-334a9d6975c1b79b.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`
46042026-06-02T17:39:38.259Z 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`
46052026-06-02T17:39:38.259Z Compiling rust-argon2 v2.1.0
46062026-06-02T17:39:38.259Z 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`
46072026-06-02T17:39:38.259Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
46082026-06-02T17:39:38.259Z 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=d7c3614958e18578 -C extra-filename=-328e8c5aafe73fa3 --out-dir /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-96285f34b45dc3dd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.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-eb416a231baa65da.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`
46092026-06-02T17:39:38.259Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
46102026-06-02T17:39:38.259Z 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=675803c097c9547f -C extra-filename=-f2980709691eaaa5 --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-d62b7cd9ab5877a1.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`
46112026-06-02T17:39:38.259Z Compiling dropshot-api-manager v0.7.1
46122026-06-02T17:39:38.259Z 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.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())' -C metadata=5398e7eb5884a14b -C extra-filename=-7ced9842f99701f8 --out-dir /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-d62b7cd9ab5877a1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-01d8b05da6de4b39.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-6afe284967b3710a.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-f00608f8269704ad.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`
46132026-06-02T17:39:38.259Z 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`
46142026-06-02T17:39:38.919Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
46152026-06-02T17:39:38.931Z 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=49861da8e4019833 -C extra-filename=-5f1372683b91d320 --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-f2980709691eaaa5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46162026-06-02T17:39:38.939Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46172026-06-02T17:39:38.939Z 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=9bc124569aece931 -C extra-filename=-161f9f97e9b62c34 --out-dir /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-d62b7cd9ab5877a1.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`
46182026-06-02T17:39:40.305Z Compiling rstest v0.25.0
46192026-06-02T17:39:40.315Z 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=8b72d6aa7ed0bda8 -C extra-filename=-29fd3a6bb1edf079 --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-ab27d0f36e01e84b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46202026-06-02T17:39:43.597Z Compiling samael v0.0.19
46212026-06-02T17:39:43.601Z 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`
46222026-06-02T17:39:45.120Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-7d5ab1321f296e96/build-script-bindings`
46232026-06-02T17:39:45.749Z Compiling polar-core v0.27.3
46242026-06-02T17:39:45.753Z 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`
46252026-06-02T17:39:46.421Z 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,)'`
46262026-06-02T17:39:46.736Z Compiling git2 v0.20.4
46272026-06-02T17:39:46.739Z 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`
46282026-06-02T17:39:46.778Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-fb19eb60da49759c/build-script-build`
46292026-06-02T17:39:47.644Z Compiling diesel-dtrace v0.5.0
46302026-06-02T17:39:47.648Z 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`
46312026-06-02T17:39:47.690Z Compiling async-bb8-diesel v0.2.1
46322026-06-02T17:39:47.693Z 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`
46332026-06-02T17:39:47.965Z 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`
46342026-06-02T17:39:48.964Z Running `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_git2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-1.0.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=53c426c071530722 -C extra-filename=-9bdc0e37377fcde8 --out-dir /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-ff25fc7613742b3f.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-50b67afc945cd8fc.rmeta --cap-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 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
46352026-06-02T17:39:49.356Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
46362026-06-02T17:39:49.359Z 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/7103cd3/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=1a44180799f42905 -C extra-filename=-0e624c0c5e70d556 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-0e624c0c5e70d556 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-ff25fc7613742b3f.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-9bdc0e37377fcde8.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`
46372026-06-02T17:39:49.603Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-5b704d6e2620c347/build-script-build`
46382026-06-02T17:39:49.606Z 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`
46392026-06-02T17:39:49.675Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-573fefe0732e62d2/build-script-build`
46402026-06-02T17:39:50.041Z 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)'`
46412026-06-02T17:39:50.089Z 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=5278e0cf1f027ca7 -C extra-filename=-4a1c4b21d12eae93 --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-69f1fe8d5a1d00fa.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-40fdd86715f143cc.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)'`
46422026-06-02T17:39:50.400Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-0e624c0c5e70d556/build-script-build`
46432026-06-02T17:39:50.836Z Compiling rustls-webpki v0.103.9
46442026-06-02T17:39:50.840Z 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`
46452026-06-02T17:39:51.224Z 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/7103cd3/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=52e986a972abef26 -C extra-filename=-ed958b8c2a437182 --out-dir /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-8244c4f0d5b8cbdb.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4280ac38158e8180.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-4b5104741c9c932d.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`
46462026-06-02T17:39:51.261Z 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`
46472026-06-02T17:39:51.428Z Compiling oso v0.27.3
46482026-06-02T17:39:51.432Z 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`
46492026-06-02T17:39:53.891Z Compiling tokio-rustls v0.26.4
46502026-06-02T17:39:53.891Z Compiling rustls-platform-verifier v0.6.2
46512026-06-02T17:39:53.895Z 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`
46522026-06-02T17:39:53.895Z 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`
46532026-06-02T17:39:54.136Z Compiling hyper-rustls v0.27.7
46542026-06-02T17:39:54.140Z 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`
46552026-06-02T17:39:54.140Z 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=dd5bd7444487d5f8 -C extra-filename=-b73b1c67cff3cd99 --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-f5ebae84fcf9d9bc.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-d62b7cd9ab5877a1.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-8a0be4ecda6d71ad.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/`
46562026-06-02T17:39:54.380Z Compiling reqwest v0.13.2
46572026-06-02T17:39:54.380Z Compiling reqwest v0.12.28
46582026-06-02T17:39:54.384Z 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="cookies"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="query"' --cfg 'feature="rustls"' --cfg 'feature="stream"' --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=706a438e40ba4c5b -C extra-filename=-7956961cdfc2f189 --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 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 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`
46592026-06-02T17:39:54.384Z 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=af1f91af2043e607 -C extra-filename=-d5ebf7a699def8aa --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-dccb067e7b64531d.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-0b816fdc6ec9425e.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-5d9a92ecba22eda3.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`
46602026-06-02T17:39:55.648Z Compiling progenitor-client v0.14.0
46612026-06-02T17:39:55.649Z Compiling progenitor-client v0.13.0
46622026-06-02T17:39:55.652Z 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=925f5e5a0f39e4ea -C extra-filename=-68004d1839d49401 --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-7956961cdfc2f189.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`
46632026-06-02T17:39:55.652Z 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=5c7286e9f7a8f7bc -C extra-filename=-58ae3ff02d51eaa2 --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-7956961cdfc2f189.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`
46642026-06-02T17:39:55.715Z Compiling tough v0.22.0
46652026-06-02T17:39:55.719Z Compiling progenitor-client v0.10.0
46662026-06-02T17:39:55.719Z Compiling progenitor-client v0.11.2
46672026-06-02T17:39:55.719Z Compiling omicron-zone-package v0.12.2
46682026-06-02T17:39:55.719Z 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=8af88d91cfd09acb -C extra-filename=-dd3241566cb6880a --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-d5ebf7a699def8aa.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-31f17bf928eaaef1.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`
46692026-06-02T17:39:55.720Z 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.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=f78b8dd1e9cc272e -C extra-filename=-6517b4d5e3d38b59 --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-d5ebf7a699def8aa.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`
46702026-06-02T17:39:55.720Z 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=d0edbde82b058dce -C extra-filename=-34aec755d285a257 --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-d5ebf7a699def8aa.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`
46712026-06-02T17:39:55.720Z 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=7fb92dac4325b0b4 -C extra-filename=-c48b5c9325418462 --out-dir /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-d5ebf7a699def8aa.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`
46722026-06-02T17:39:55.909Z Compiling progenitor-extras v0.2.0
46732026-06-02T17:39:55.909Z Compiling progenitor v0.14.0
46742026-06-02T17:39:55.913Z 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=48763d44d789381a -C extra-filename=-6b404f20eee1ed0f --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-68004d1839d49401.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`
46752026-06-02T17:39:55.913Z 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=a974ab25c1c28f61 -C extra-filename=-6a115619937c4b49 --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-68004d1839d49401.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`
46762026-06-02T17:39:55.940Z Compiling progenitor v0.13.0
46772026-06-02T17:39:55.944Z 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=2304901a6322a0ff -C extra-filename=-ffae9f69853be174 --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-58ae3ff02d51eaa2.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`
46782026-06-02T17:39:55.976Z Compiling progenitor v0.10.0
46792026-06-02T17:39:55.980Z 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.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="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=b06e5df8e6bc2b83 -C extra-filename=-63855aedb0998cd0 --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-6517b4d5e3d38b59.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1654981d69fce991.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-89ebfb79ef45ca5b.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`
46802026-06-02T17:39:56.071Z Compiling progenitor v0.11.2
46812026-06-02T17:39:56.074Z 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=14dade64019ab65a -C extra-filename=-1582871f976a43fe --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-34aec755d285a257.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`
46822026-06-02T17:39:56.142Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
46832026-06-02T17:39:56.143Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
46842026-06-02T17:39:56.146Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
46852026-06-02T17:39:56.146Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
46862026-06-02T17:39:56.146Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
46872026-06-02T17:39:56.146Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
46882026-06-02T17:39:56.146Z 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=8c5d93ee1fe203a8 -C extra-filename=-86f66510ed8ca3fa --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-ffae9f69853be174.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-378d02d8e0e669c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
46892026-06-02T17:39:56.146Z 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/187aee7/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=0434df36df6206c9 -C extra-filename=-3f22757b3b133472 --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-c4c53668ff721096.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-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ffae9f69853be174.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-46344c48b1d3bf78.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`
46902026-06-02T17:39:56.146Z 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/bc489dd/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=647afdeff292a1a6 -C extra-filename=-a1b7f72e09e29273 --out-dir /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-d62b7cd9ab5877a1.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-ffae9f69853be174.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 propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-b807fe3a46ca63c9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
46912026-06-02T17:39:56.146Z 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/7696ee4/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=a3d819bea067b43c -C extra-filename=-491ae0a9226e0a96 --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-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ffae9f69853be174.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out`
46922026-06-02T17:39:56.147Z 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/f20f786/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=6ba1f02beb002924 -C extra-filename=-53daf6eb722a1835 --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-68bf34346564d131.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-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ffae9f69853be174.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-46344c48b1d3bf78.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`
46932026-06-02T17:39:56.175Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
46942026-06-02T17:39:56.179Z 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/bc489dd/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=69e4648f4298429d -C extra-filename=-a0534bbf6c59e764 --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-1ee2af51d6684b9c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ffae9f69853be174.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-58ae3ff02d51eaa2.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-6359cd8ed24a1cd3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
46952026-06-02T17:39:56.179Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
46962026-06-02T17:39:56.208Z 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/7103cd3/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=e5b100902c1ca79b -C extra-filename=-45c5de1a90aeea4a --out-dir /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-63855aedb0998cd0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.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=/usr/lib/amd64`
46972026-06-02T17:39:56.212Z 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/7103cd3/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=92ca9f58bae6678d -C extra-filename=-03f5f5da4a3ec52e --out-dir /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-63855aedb0998cd0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.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 -L native=/usr/lib/amd64`
46982026-06-02T17:39:57.909Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
46992026-06-02T17:39:57.913Z 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=1e23a65e624d0040 -C extra-filename=-dd87695f04db1dc4 --out-dir /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-334a9d6975c1b79b.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-a4f274f8237dde16.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-dd3241566cb6880a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.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`
47002026-06-02T17:39:58.427Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
47012026-06-02T17:39:58.432Z 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=3d5406cb7f282acd -C extra-filename=-d2abf2e9c151f53c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-d2abf2e9c151f53c -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 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-d62b7cd9ab5877a1.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c2f1590ad89e38d5.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-334a9d6975c1b79b.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-3a31cdbc0156014c.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-c3ea92799463e4fb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.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-16ddd68c8933d661.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-c3375757754b439a.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-f3f17e39b6d660db.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-d5ebf7a699def8aa.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.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_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.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-dd3241566cb6880a.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-ff25fc7613742b3f.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-50b67afc945cd8fc.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`
47022026-06-02T17:39:58.676Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-d2abf2e9c151f53c/build-script-build`
47032026-06-02T17:39:58.720Z 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=df6818c5a882da45 -C extra-filename=-6f7760987ad8a2b6 --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 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-d62b7cd9ab5877a1.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c2f1590ad89e38d5.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-334a9d6975c1b79b.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-3a31cdbc0156014c.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-c3ea92799463e4fb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.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-16ddd68c8933d661.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-c3375757754b439a.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-f3f17e39b6d660db.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-d5ebf7a699def8aa.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.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_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rlib --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.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-dd3241566cb6880a.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`
47042026-06-02T17:39:58.720Z 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=5d865126e869e233 -C extra-filename=-2b98ae8c902f92fb --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 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-d62b7cd9ab5877a1.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c2f1590ad89e38d5.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-334a9d6975c1b79b.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-3a31cdbc0156014c.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-c3ea92799463e4fb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.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-16ddd68c8933d661.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-c3375757754b439a.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-f3f17e39b6d660db.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-d5ebf7a699def8aa.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-022452df65051dc0.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-e33874ae1f2a5c15.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_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-4eb2ba5592b1e71f.rmeta --extern toml_datetime_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2220684d8a71e79b.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-dd3241566cb6880a.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`
47052026-06-02T17:39:58.809Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
47062026-06-02T17:39:58.810Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
47072026-06-02T17:39:58.810Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47082026-06-02T17:39:58.814Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47092026-06-02T17:39:58.814Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
47102026-06-02T17:39:58.814Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
47112026-06-02T17:39:58.814Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47122026-06-02T17:39:58.814Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47132026-06-02T17:39:58.814Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47142026-06-02T17:39:58.814Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
47152026-06-02T17:39:58.814Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
47162026-06-02T17:39:58.814Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
47172026-06-02T17:39:58.814Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
47182026-06-02T17:39:58.814Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47192026-06-02T17:39:58.814Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
47202026-06-02T17:39:58.840Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
47212026-06-02T17:39:58.844Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
47222026-06-02T17:39:58.844Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47232026-06-02T17:39:58.844Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47242026-06-02T17:39:58.844Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47252026-06-02T17:39:58.876Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47262026-06-02T17:39:58.880Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47272026-06-02T17:39:58.880Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47282026-06-02T17:39:58.880Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47292026-06-02T17:39:58.880Z 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=b6028fece24c7590 -C extra-filename=-c8e78a4fb5f043c4 --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-2b98ae8c902f92fb.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`
47302026-06-02T17:39:58.880Z 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=91c4898f66867e0c -C extra-filename=-086a633223612a75 --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-334a9d6975c1b79b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
47312026-06-02T17:39:58.880Z 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=79503ec60424ef8c -C extra-filename=-712813eb82f41e6e --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-2b98ae8c902f92fb.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`
47322026-06-02T17:39:58.880Z 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=725f437c9848b712 -C extra-filename=-f9bc8458507ddb3a --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-334a9d6975c1b79b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.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-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-fe06f291e4e1ffc0.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`
47332026-06-02T17:39:58.880Z 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=86bdc6716bff9164 -C extra-filename=-b5bddb180a4cdcab --out-dir /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-2b98ae8c902f92fb.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`
47342026-06-02T17:39:58.880Z 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=e8255b6061a8073f -C extra-filename=-2da54143895cbf99 --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.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`
47352026-06-02T17:39:58.881Z 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=2d2e123deaf3c949 -C extra-filename=-69f86ae428a4fefc --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-2b98ae8c902f92fb.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`
47362026-06-02T17:39:58.881Z 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=41adf1d7c074bbd7 -C extra-filename=-4172cbe66c02b232 --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-2b98ae8c902f92fb.rmeta --cfg 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`
47372026-06-02T17:39:58.881Z 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=de12f201d1a10990 -C extra-filename=-0a9c3703f84347ce --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-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
47382026-06-02T17:39:58.881Z 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=814d7e816888cc04 -C extra-filename=-7e31d466a43d30f6 --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-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
47392026-06-02T17:39:58.910Z 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=b4d67c574f6e8fb5 -C extra-filename=-bd6ca8938744fc68 --out-dir /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-d62b7cd9ab5877a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
47402026-06-02T17:39:58.915Z 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=e7bbeb3f86b65c89 -C extra-filename=-bfba6f81d18e2daa --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-2b98ae8c902f92fb.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`
47412026-06-02T17:39:58.915Z 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=bd0a0fd47a56a647 -C extra-filename=-e583cbcf6a907c44 --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-2b98ae8c902f92fb.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`
47422026-06-02T17:39:58.943Z 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=c9776964d731030a -C extra-filename=-241ee6bc01c47e55 --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-2b98ae8c902f92fb.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`
47432026-06-02T17:39:58.947Z 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=0b0804c2314c6b9a -C extra-filename=-8ccf77cde06196fd --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-2b98ae8c902f92fb.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`
47442026-06-02T17:39:58.977Z 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=94ab7c5042437a75 -C extra-filename=-293a1a0020f87086 --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-2b98ae8c902f92fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
47452026-06-02T17:39:59.007Z 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=646388a23889e474 -C extra-filename=-d7f55628f649fd28 --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-2b98ae8c902f92fb.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`
47462026-06-02T17:39:59.041Z 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=7d844c315787b873 -C extra-filename=-645a43ee2d5bee6a --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-2b98ae8c902f92fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
47472026-06-02T17:39:59.078Z 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=c763e818fade7f2f -C extra-filename=-3b36ed0b8d82be84 --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-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
47482026-06-02T17:39:59.082Z 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=89d01bdd720b9401 -C extra-filename=-c7dbf622adb40431 --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-2b98ae8c902f92fb.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`
47492026-06-02T17:39:59.112Z 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=338d0c714b0d4db3 -C extra-filename=-fe06046bb8ce6274 --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-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
47502026-06-02T17:39:59.116Z 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=54e1887fa5e325d9 -C extra-filename=-1d13318fd79ea3e2 --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-2b98ae8c902f92fb.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`
47512026-06-02T17:39:59.116Z 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=7fc36b2f6b2d987c -C extra-filename=-27f9579434fa6728 --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-2b98ae8c902f92fb.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`
47522026-06-02T17:39:59.180Z 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=6f3093aa34bc3322 -C extra-filename=-8b1b4817280911cd --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-f00608f8269704ad.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-fe06f291e4e1ffc0.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`
47532026-06-02T17:39:59.316Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
47542026-06-02T17:39:59.379Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47552026-06-02T17:39:59.383Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47562026-06-02T17:39:59.383Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47572026-06-02T17:39:59.408Z 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=cd5cdeab21710997 -C extra-filename=-a60f219b3d010a50 --out-dir /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-d62b7cd9ab5877a1.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-fe06f291e4e1ffc0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rmeta --cap-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`
47582026-06-02T17:39:59.412Z 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=21373094d731ca37 -C extra-filename=-00a428463270953f --out-dir /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-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-68004d1839d49401.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-7956961cdfc2f189.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`
47592026-06-02T17:39:59.442Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
47602026-06-02T17:39:59.446Z 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=fa4fabfe1a9587db -C extra-filename=-2b218b07a6431742 --out-dir /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-d62b7cd9ab5877a1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-bfba6f81d18e2daa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
47612026-06-02T17:39:59.481Z 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=930ac51705cbfa2e -C extra-filename=-e8f09769df7c8455 --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
47622026-06-02T17:39:59.484Z 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=63d070945eca07f9 -C extra-filename=-b1c926ed38507cea --out-dir /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-2b98ae8c902f92fb.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`
47632026-06-02T17:39:59.485Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47642026-06-02T17:39:59.627Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
47652026-06-02T17:39:59.655Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47662026-06-02T17:39:59.658Z 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=1c45e174eaccb5af -C extra-filename=-210ad8585ce84f63 --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-e583cbcf6a907c44.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --cfg 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`
47672026-06-02T17:39:59.691Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
47682026-06-02T17:39:59.723Z 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=801f0e4b401a61cd -C extra-filename=-772a0e5df93d9945 --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-2b98ae8c902f92fb.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`
47692026-06-02T17:39:59.727Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
47702026-06-02T17:39:59.727Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
47712026-06-02T17:39:59.757Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
47722026-06-02T17:39:59.791Z 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=9fbc7d3511fe6ff9 -C extra-filename=-0077173aa0dac760 --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-2b98ae8c902f92fb.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`
47732026-06-02T17:39:59.827Z 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=f7c56aeb3d303fed -C extra-filename=-93d03fa39a106506 --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-d7f55628f649fd28.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
47742026-06-02T17:39:59.831Z 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=bfb02c8909696608 -C extra-filename=-2deee4dec6f7245a --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-d7f55628f649fd28.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
47752026-06-02T17:39:59.864Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
47762026-06-02T17:39:59.899Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
47772026-06-02T17:39:59.903Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47782026-06-02T17:39:59.903Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47792026-06-02T17:39:59.903Z 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/ccede3c/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=249f1b1c09b70624 -C extra-filename=-1bb0f803b6b17453 --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-2b98ae8c902f92fb.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`
47802026-06-02T17:39:59.936Z 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=dd5281c4282cf465 -C extra-filename=-bb4203efd4b89e8c --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-2b98ae8c902f92fb.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`
47812026-06-02T17:39:59.975Z 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=5addd9141b1a696a -C extra-filename=-bd3a73593854ac88 --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-c8e78a4fb5f043c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-086a633223612a75.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`
47822026-06-02T17:39:59.978Z 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=0cbe1ef887852f9a -C extra-filename=-4a07e5ede23760a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-4a07e5ede23760a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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`
47832026-06-02T17:40:00.010Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
47842026-06-02T17:40:00.041Z 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=12525368e35f79e9 -C extra-filename=-0b3bec1aaea3110b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-0b3bec1aaea3110b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-fb985cd97aa3fb5e.rlib --cfg 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-06-02T17:40:00.045Z 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=33f0be837a4f714d -C extra-filename=-ce706e773f80f28a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-ce706e773f80f28a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:00.075Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47872026-06-02T17:40:00.079Z 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=d2bd57950e4a7b7b -C extra-filename=-26c6d8bf24d35b70 --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-0a9c3703f84347ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
47882026-06-02T17:40:00.112Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47892026-06-02T17:40:00.115Z 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=2d375aa6a21829a5 -C extra-filename=-88b1f0f667d321c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-88b1f0f667d321c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:00.150Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47912026-06-02T17:40:00.153Z 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=fd00a08bea0d730e -C extra-filename=-05d785b36e075383 --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-334a9d6975c1b79b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-1d13318fd79ea3e2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-086a633223612a75.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`
47922026-06-02T17:40:00.179Z 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=d8d7204adae0027e -C extra-filename=-6957202e67f8fa8a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-6957202e67f8fa8a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:00.221Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47942026-06-02T17:40:00.247Z 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=fce6f33c53ff7fc8 -C extra-filename=-eff768e6f78cb463 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-eff768e6f78cb463 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:00.251Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47962026-06-02T17:40:00.251Z 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=beac63ad9aa85fb1 -C extra-filename=-dacec62ca1047af0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-dacec62ca1047af0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:00.287Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47982026-06-02T17:40:00.290Z 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=b9db181f52cb12e4 -C extra-filename=-6f8485eb582a1cb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-6f8485eb582a1cb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:00.442Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-ce706e773f80f28a/build-script-build`
48002026-06-02T17:40:00.467Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
48012026-06-02T17:40:00.504Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48022026-06-02T17:40:00.507Z 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=f2283aeed6be7931 -C extra-filename=-ca751e8828ef9817 --out-dir /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-3b36ed0b8d82be84.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-26c6d8bf24d35b70.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-2b98ae8c902f92fb.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c7dbf622adb40431.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
48032026-06-02T17:40:00.507Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-4a07e5ede23760a6/build-script-build`
48042026-06-02T17:40:00.507Z 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=21bbba2e7a839fdf -C extra-filename=-f04efc2b01a67cdf --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-f04efc2b01a67cdf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:00.574Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
48062026-06-02T17:40:00.577Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48072026-06-02T17:40:00.609Z 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=77b5cf364dab3bde -C extra-filename=-bb26dc1dd0d5bfa6 --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-f9bc8458507ddb3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
48082026-06-02T17:40:00.624Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-6957202e67f8fa8a/build-script-build`
48092026-06-02T17:40:00.624Z 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=2e7a628f6dafd672 -C extra-filename=-058278d7cd476998 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-058278d7cd476998 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:00.650Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48112026-06-02T17:40:00.720Z 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=3b646ff92cc91214 -C extra-filename=-1c54e7d65e6879a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-1c54e7d65e6879a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:00.760Z 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=3b41dd5c6738119d -C extra-filename=-e1c3b4bb49750c11 --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-2b98ae8c902f92fb.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`
48132026-06-02T17:40:00.804Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48142026-06-02T17:40:00.804Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-6f8485eb582a1cb9/build-script-build`
48152026-06-02T17:40:00.807Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-88b1f0f667d321c9/build-script-build`
48162026-06-02T17:40:00.808Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-dacec62ca1047af0/build-script-build`
48172026-06-02T17:40:00.838Z 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=2464ef9195f844a3 -C extra-filename=-5170e739cec305f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-5170e739cec305f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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`
48182026-06-02T17:40:00.841Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-eff768e6f78cb463/build-script-build`
48192026-06-02T17:40:00.914Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
48202026-06-02T17:40:00.947Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
48212026-06-02T17:40:00.951Z 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=005c61ec25c60a8c -C extra-filename=-6eee55587c555210 --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-334a9d6975c1b79b.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
48222026-06-02T17:40:00.981Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48232026-06-02T17:40:00.985Z 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=92c5af1ca4b7aac3 -C extra-filename=-e6adacc0f13b4f32 --out-dir /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-772a0e5df93d9945.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-334a9d6975c1b79b.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 iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-c8e78a4fb5f043c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6517b4d5e3d38b59.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-68004d1839d49401.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6b404f20eee1ed0f.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-7956961cdfc2f189.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-fe06f291e4e1ffc0.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`
48242026-06-02T17:40:01.021Z 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=b38e37a48c65aec3 -C extra-filename=-8e4866ae803c359f --out-dir /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-772a0e5df93d9945.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-334a9d6975c1b79b.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 iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-c8e78a4fb5f043c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rmeta --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6517b4d5e3d38b59.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-68004d1839d49401.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6b404f20eee1ed0f.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-7956961cdfc2f189.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-fe06f291e4e1ffc0.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`
48252026-06-02T17:40:01.025Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48262026-06-02T17:40:01.057Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-0b3bec1aaea3110b/build-script-build`
48272026-06-02T17:40:01.061Z 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=5d36330416f9636b -C extra-filename=-e19bb0a4485bed99 --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-2b98ae8c902f92fb.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-05d785b36e075383.rmeta --cfg 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-06-02T17:40:01.061Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48292026-06-02T17:40:01.061Z 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=eccb87fadc0e8f4b -C extra-filename=-9280380b7b4c8817 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-9280380b7b4c8817 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:01.061Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48312026-06-02T17:40:01.105Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48322026-06-02T17:40:01.109Z 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=d9019ddac6b6d8e8 -C extra-filename=-d11402a9d8c579c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-d11402a9d8c579c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:01.109Z 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=d2d024d496a7fc03 -C extra-filename=-099c2b90b27e8746 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-099c2b90b27e8746 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:01.134Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48352026-06-02T17:40:01.138Z 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=f38f19c6262dcb50 -C extra-filename=-7ef5f82b78e28abe --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-7ef5f82b78e28abe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:01.138Z 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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=d339beabd37630e3 -C extra-filename=-607caa881610e089 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-607caa881610e089 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:01.174Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-058278d7cd476998/build-script-build`
48382026-06-02T17:40:01.252Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-f04efc2b01a67cdf/build-script-build`
48392026-06-02T17:40:01.286Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48402026-06-02T17:40:01.289Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-1c54e7d65e6879a2/build-script-build`
48412026-06-02T17:40:01.325Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48422026-06-02T17:40:01.365Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48432026-06-02T17:40:01.368Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48442026-06-02T17:40:01.368Z 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=0e277fe3ba407616 -C extra-filename=-59dc581a32501f85 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-59dc581a32501f85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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`
48452026-06-02T17:40:01.441Z 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=0a327f55507d4d72 -C extra-filename=-6ff22b85842e7908 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-6ff22b85842e7908 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:01.448Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48472026-06-02T17:40:01.448Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
48482026-06-02T17:40:01.448Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48492026-06-02T17:40:01.448Z 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=ed69cdab862dc381 -C extra-filename=-75a921e635b30190 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-75a921e635b30190 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:01.448Z 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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a17a8a79cf0ab6bc -C extra-filename=-321eabd9802ab5f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-321eabd9802ab5f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-fb985cd97aa3fb5e.rlib --cfg 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`
48512026-06-02T17:40:01.531Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-5170e739cec305f7/build-script-build`
48522026-06-02T17:40:01.535Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48532026-06-02T17:40:01.535Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48542026-06-02T17:40:01.535Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48552026-06-02T17:40:01.535Z 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=0e399d1029e272e3 -C extra-filename=-3aa54d00fbed9114 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-3aa54d00fbed9114 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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`
48562026-06-02T17:40:01.536Z 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=85cd0f3f992d7d6f -C extra-filename=-5736d4f80af72b77 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-5736d4f80af72b77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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-06-02T17:40:01.552Z 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=291e2e4053dd3230 -C extra-filename=-d673ad28565bca74 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-d673ad28565bca74 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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`
48582026-06-02T17:40:01.593Z 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=303f088c3e380815 -C extra-filename=-29a51b222f8c82e6 --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-f9bc8458507ddb3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
48592026-06-02T17:40:01.597Z 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=37dd6a712452ad1d -C extra-filename=-8884e5ae745c6fec --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-8884e5ae745c6fec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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`
48602026-06-02T17:40:01.597Z 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=b3fbcd3313b69b60 -C extra-filename=-7408afdc87386913 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-7408afdc87386913 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-4172cbe66c02b232.rlib --cfg 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`
48612026-06-02T17:40:01.597Z 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=1f6f937c84d9e77d -C extra-filename=-ef6b782c6547d15c --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-334a9d6975c1b79b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
48622026-06-02T17:40:01.626Z 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=76ad118d18649aa4 -C extra-filename=-299ddd336e8a4990 --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-2b98ae8c902f92fb.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`
48632026-06-02T17:40:01.630Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-7ef5f82b78e28abe/build-script-build`
48642026-06-02T17:40:01.661Z 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=323ff45cc3c0cc3e -C extra-filename=-918c228bbbfd1c2c --out-dir /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-3b36ed0b8d82be84.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-26c6d8bf24d35b70.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-2b98ae8c902f92fb.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c7dbf622adb40431.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-03205a1df1c11959.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
48652026-06-02T17:40:01.664Z 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=953c94273ecb87f3 -C extra-filename=-02ba8707f71b4451 --out-dir /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-772a0e5df93d9945.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-334a9d6975c1b79b.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 iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-c8e78a4fb5f043c4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-da9f1e27cc849cae.rlib --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6517b4d5e3d38b59.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-68004d1839d49401.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6b404f20eee1ed0f.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-7956961cdfc2f189.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-fe06f291e4e1ffc0.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`
48662026-06-02T17:40:01.665Z 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=5cd43f9416e37bb9 -C extra-filename=-4f317187cb2f7bb7 --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-0a9c3703f84347ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
48672026-06-02T17:40:01.725Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-d11402a9d8c579c8/build-script-build`
48682026-06-02T17:40:01.754Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-099c2b90b27e8746/build-script-build`
48692026-06-02T17:40:01.754Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-9280380b7b4c8817/build-script-build`
48702026-06-02T17:40:01.761Z 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=86dd7dfa54ee1a82 -C extra-filename=-d4e2d0fdf7ebcc98 --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-2da54143895cbf99.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`
48712026-06-02T17:40:01.798Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-59dc581a32501f85/build-script-build`
48722026-06-02T17:40:01.837Z 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=13972074c58b6898 -C extra-filename=-6da346f12c66267f --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-e8f09769df7c8455.rlib --cfg 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`
48732026-06-02T17:40:01.870Z 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=e9ca747e2c3c28b4 -C extra-filename=-134741591dd2781d --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-2b98ae8c902f92fb.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-05d785b36e075383.rlib --cfg 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`
48742026-06-02T17:40:01.874Z 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=a2c5c244f8b84989 -C extra-filename=-dd1a84a721e59ea9 --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-334a9d6975c1b79b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-1d13318fd79ea3e2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-086a633223612a75.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`
48752026-06-02T17:40:01.905Z 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=c232f38e57e89f6f -C extra-filename=-4d594010bfa948c1 --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-c8e78a4fb5f043c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-086a633223612a75.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`
48762026-06-02T17:40:01.939Z 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=ec575b2c01bdf8f6 -C extra-filename=-675d19e38309ab69 --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-e583cbcf6a907c44.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --cfg 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`
48772026-06-02T17:40:01.943Z 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=228bb941098a22eb -C extra-filename=-55d4b16d561c9d1d --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-2b98ae8c902f92fb.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`
48782026-06-02T17:40:01.943Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-607caa881610e089/build-script-build`
48792026-06-02T17:40:01.975Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-5736d4f80af72b77/build-script-build`
48802026-06-02T17:40:01.979Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-3aa54d00fbed9114/build-script-build`
48812026-06-02T17:40:01.979Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-d673ad28565bca74/build-script-build`
48822026-06-02T17:40:02.110Z 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=ebe3baf392c150de -C extra-filename=-f140664e0920ed71 --out-dir /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-d62b7cd9ab5877a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
48832026-06-02T17:40:02.142Z 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=c2c450c62312abbb -C extra-filename=-f1731fb0f2f18786 --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-2b98ae8c902f92fb.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`
48842026-06-02T17:40:02.174Z 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=bca2655f96a0e7ce -C extra-filename=-7dc093dd0c56a71e --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-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
48852026-06-02T17:40:02.208Z 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=584ec324594cafb0 -C extra-filename=-b7eb5317eb6dfe45 --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-2b98ae8c902f92fb.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`
48862026-06-02T17:40:02.267Z 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=f49cc2c9b7525869 -C extra-filename=-e99b1a9bc4200955 --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-2b98ae8c902f92fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
48872026-06-02T17:40:02.479Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
48882026-06-02T17:40:02.483Z 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=735d798575739d20 -C extra-filename=-c19a15318a4562a0 --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-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
48892026-06-02T17:40:02.483Z 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=d637a88f6c611e34 -C extra-filename=-bea5492ae5d664c2 --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
48902026-06-02T17:40:02.512Z 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=3fd7a33af1f7d709 -C extra-filename=-58be6bb6d994c371 --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-2b98ae8c902f92fb.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`
48912026-06-02T17:40:02.584Z 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=c79b3b0b6b47337a -C extra-filename=-d67d8514286e1ff4 --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-d7f55628f649fd28.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
48922026-06-02T17:40:02.621Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
48932026-06-02T17:40:02.651Z 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/d22509d/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=7a4ab8e19aa4af2a -C extra-filename=-ee0230cdb1e94849 --out-dir /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-53daf6eb722a1835.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`
48942026-06-02T17:40:02.685Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-321eabd9802ab5f4/build-script-build`
48952026-06-02T17:40:02.689Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-75a921e635b30190/build-script-build`
48962026-06-02T17:40:02.720Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-6ff22b85842e7908/build-script-build`
48972026-06-02T17:40:02.741Z 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=19019fccbdfc9751 -C extra-filename=-d3d14045386d4082 --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
48982026-06-02T17:40:02.888Z 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=f6f1242d1d9510fc -C extra-filename=-79c8fa7d62cc4cc2 --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-2b98ae8c902f92fb.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`
48992026-06-02T17:40:02.960Z 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=4d67d97d84578a2b -C extra-filename=-157d4b6593627ca0 --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-2b98ae8c902f92fb.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`
49002026-06-02T17:40:02.964Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-8884e5ae745c6fec/build-script-build`
49012026-06-02T17:40:02.995Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-7408afdc87386913/build-script-build`
49022026-06-02T17:40:03.137Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
49032026-06-02T17:40:03.147Z 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/d22509d/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=7ea96486ab1a4c24 -C extra-filename=-567e8c4a24c21eca --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-ee0230cdb1e94849.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1582871f976a43fe.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-274fe36f6206b987.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.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 -L native=/usr/lib/amd64`
49042026-06-02T17:40:03.208Z 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=2e781cdeb17d452e -C extra-filename=-7e445948baf14575 --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-2b98ae8c902f92fb.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`
49052026-06-02T17:40:03.229Z 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=69fa7304df9949c1 -C extra-filename=-39423c330ac805b6 --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-2b98ae8c902f92fb.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`
49062026-06-02T17:40:03.229Z 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=8a1b24c427794e0b -C extra-filename=-0a6beda1b95a89ce --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.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`
49072026-06-02T17:40:03.229Z 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=66ec2760da3f36ed -C extra-filename=-ad9669fc0524dcb1 --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-334a9d6975c1b79b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.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-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-fe06f291e4e1ffc0.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`
49082026-06-02T17:40:03.264Z 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=a944d74d1f4a367a -C extra-filename=-3eeebebb14acb3c9 --out-dir /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-d62b7cd9ab5877a1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49092026-06-02T17:40:03.301Z 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=de5daa9aa93d7e30 -C extra-filename=-b7535d1bf63b1a21 --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-f00608f8269704ad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-fe06f291e4e1ffc0.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`
49102026-06-02T17:40:03.404Z 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=db2a0abe873305db -C extra-filename=-af347f0a16ecdb88 --out-dir /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-d62b7cd9ab5877a1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-bfba6f81d18e2daa.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-2b218b07a6431742.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49112026-06-02T17:40:03.438Z 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=4eb8f7afdea09cf7 -C extra-filename=-024684bdf5eff4f8 --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-2b98ae8c902f92fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
49122026-06-02T17:40:03.689Z 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=210ecc5e7828a711 -C extra-filename=-fc16422ea87d7a9f --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-2b98ae8c902f92fb.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`
49132026-06-02T17:40:03.813Z 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=926a5e5b5a6cae50 -C extra-filename=-99bf47e2ae3fe5b3 --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-d7f55628f649fd28.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49142026-06-02T17:40:03.852Z 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=752906814f73766a -C extra-filename=-3f28f493f0204c46 --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-2b98ae8c902f92fb.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`
49152026-06-02T17:40:03.883Z 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=58789e3f265c84af -C extra-filename=-ac12af6ec1ab8657 --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-2b98ae8c902f92fb.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`
49162026-06-02T17:40:03.967Z 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=59bb07a5377efbb1 -C extra-filename=-1c3c134e822b2f9e --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-2b98ae8c902f92fb.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`
49172026-06-02T17:40:04.038Z 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=6c01b62a2a104d70 -C extra-filename=-eea82590b96ec914 --out-dir /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-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-68004d1839d49401.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-7956961cdfc2f189.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`
49182026-06-02T17:40:04.041Z 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=e46f669528241d62 -C extra-filename=-7fee468f08d325fa --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-2b98ae8c902f92fb.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`
49192026-06-02T17:40:04.076Z 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=45926c3066ef934c -C extra-filename=-cb252650df666f69 --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-334a9d6975c1b79b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49202026-06-02T17:40:04.268Z 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=9c5aa555a2d17859 -C extra-filename=-7ac5ca5f030155b8 --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-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49212026-06-02T17:40:04.320Z 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=095028beefa9c33c -C extra-filename=-a58b46cd81b11a94 --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-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49222026-06-02T17:40:04.390Z 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=561c5dc524f408d9 -C extra-filename=-7f07f6b521037a40 --out-dir /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-2b98ae8c902f92fb.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`
49232026-06-02T17:40:04.430Z 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=2777bbd78e7d4f4b -C extra-filename=-2c786ca3c0e68a04 --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-2b98ae8c902f92fb.rlib --cfg 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-06-02T17:40:04.468Z 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=84906d62f9dffaa7 -C extra-filename=-007ef20a8fe66226 --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-2b98ae8c902f92fb.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`
49252026-06-02T17:40:05.456Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49262026-06-02T17:40:05.461Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
49272026-06-02T17:40:05.461Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
49282026-06-02T17:40:05.461Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
49292026-06-02T17:40:05.461Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
49302026-06-02T17:40:05.461Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49312026-06-02T17:40:05.461Z 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=c8bde1a261b58454 -C extra-filename=-e574f5fbef84be00 --out-dir /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-bd3a73593854ac88.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-334a9d6975c1b79b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-e6adacc0f13b4f32.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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 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-086a633223612a75.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-05d785b36e075383.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
49322026-06-02T17:40:05.461Z 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=f59c8f23612dcb2a -C extra-filename=-2a2636318c415aec --out-dir /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-334a9d6975c1b79b.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-16ddd68c8933d661.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49332026-06-02T17:40:05.461Z 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=daff097762b97474 -C extra-filename=-d8ba6dced092b5e6 --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-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49342026-06-02T17:40:05.461Z 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=001b6b3fa3773cf8 -C extra-filename=-749bb146383f20a4 --out-dir /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-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49352026-06-02T17:40:05.550Z 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=422a9a859db7b542 -C extra-filename=-f3f930d0fffec7e8 --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-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-40fdd86715f143cc.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`
49362026-06-02T17:40:05.554Z 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=ca52a5746b5ec037 -C extra-filename=-51a708b829c7f25c --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-712813eb82f41e6e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49372026-06-02T17:40:06.248Z 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=37b86c3e084e44c9 -C extra-filename=-319bf355617b61a1 --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-8e4866ae803c359f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49382026-06-02T17:40:06.283Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
49392026-06-02T17:40:06.287Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
49402026-06-02T17:40:06.317Z 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=b16f7f72d5bd95e5 -C extra-filename=-5421faadb7c54770 --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-491ae0a9226e0a96.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-68004d1839d49401.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-086a633223612a75.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/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`
49412026-06-02T17:40:06.321Z 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=0d3216a64f1989b3 -C extra-filename=-1febbe3af962a0c4 --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-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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`
49422026-06-02T17:40:06.355Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
49432026-06-02T17:40:06.358Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49442026-06-02T17:40:06.358Z 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=048727ad3280c018 -C extra-filename=-c14197392eb515c9 --out-dir /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-749bb146383f20a4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49452026-06-02T17:40:06.407Z 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=86a263194c6d06bf -C extra-filename=-5d97e2ae929e8fe2 --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-749bb146383f20a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
49462026-06-02T17:40:06.422Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
49472026-06-02T17:40:06.427Z 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=8286ef9c16688620 -C extra-filename=-69fa19d8df64e9da --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-f00608f8269704ad.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-749bb146383f20a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49482026-06-02T17:40:06.470Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
49492026-06-02T17:40:06.473Z 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/ccede3c/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=e3022d9c3ede4c8d -C extra-filename=-84e5ce943f22fc45 --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_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8e4866ae803c359f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/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-06-02T17:40:06.688Z 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/ccede3c/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=9e457c1f2cc03628 -C extra-filename=-eafe601eb10e2c28 --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_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/oxidecomputer/omicron/target/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-06-02T17:40:06.722Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
49522026-06-02T17:40:06.725Z 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=4c220627ac6d67c8 -C extra-filename=-0d6cdd77bf2d0382 --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-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-fe06f291e4e1ffc0.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`
49532026-06-02T17:40:06.810Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
49542026-06-02T17:40:06.813Z 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=580ab4a89a0eed1f -C extra-filename=-69c447cb3f1ce5d0 --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-f00608f8269704ad.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-f9bc8458507ddb3a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49552026-06-02T17:40:06.907Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
49562026-06-02T17:40:06.910Z 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=61956fccf7760feb -C extra-filename=-9f868134b08867a2 --out-dir /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-0d19850314c47f2b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-dd3241566cb6880a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.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`
49572026-06-02T17:40:07.586Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
49582026-06-02T17:40:07.593Z 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=c53857b71133302e -C extra-filename=-df88dc691034d226 --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-c14197392eb515c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
49592026-06-02T17:40:07.593Z 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=ae6a88db794b53ea -C extra-filename=-fa2ef81737ff992b --out-dir /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-d62b7cd9ab5877a1.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-69fa19d8df64e9da.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-c14197392eb515c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
49602026-06-02T17:40:07.593Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
49612026-06-02T17:40:07.593Z 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/ccede3c/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=46333a87ec9674a5 -C extra-filename=-195bc91e59f53326 --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-8e4866ae803c359f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-84e5ce943f22fc45.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`
49622026-06-02T17:40:07.593Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
49632026-06-02T17:40:07.593Z 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=ce242cb22954f7b4 -C extra-filename=-8aa1fce567c489f4 --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-2a2636318c415aec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49642026-06-02T17:40:07.593Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
49652026-06-02T17:40:07.593Z 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=5dce1b1ec73d6296 -C extra-filename=-98f2c11315732aa2 --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-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
49662026-06-02T17:40:07.593Z 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/ccede3c/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=8836b29602c13157 -C extra-filename=-374a3886dee50f8b --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-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-eafe601eb10e2c28.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`
49672026-06-02T17:40:07.593Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49682026-06-02T17:40:07.593Z 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=abf24c1d5c9fbba7 -C extra-filename=-7ac00261800dcb93 --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-0a9c3703f84347ce.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-f00608f8269704ad.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49692026-06-02T17:40:07.593Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49702026-06-02T17:40:07.593Z 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=fa825e6f8a3aa6a4 -C extra-filename=-5d8616e1fd9aaec9 --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-2a2636318c415aec.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-f00608f8269704ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49712026-06-02T17:40:07.593Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
49722026-06-02T17:40:07.593Z 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=8ff895004db1fd23 -C extra-filename=-2b007a1926de138b --out-dir /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-f00608f8269704ad.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-7e31d466a43d30f6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-fe06f291e4e1ffc0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.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`
49732026-06-02T17:40:07.593Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49742026-06-02T17:40:07.593Z 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=8a29e3001f1743ae -C extra-filename=-80888c881ed73189 --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-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-b5bddb180a4cdcab.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`
49752026-06-02T17:40:07.593Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
49762026-06-02T17:40:07.593Z 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=3578e85d0285062f -C extra-filename=-a091483e62fbc0eb --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-8aa1fce567c489f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
49772026-06-02T17:40:07.593Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
49782026-06-02T17:40:07.593Z 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=6501f8a36143d0ee -C extra-filename=-2f47bacece9459b4 --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-8aa1fce567c489f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
49792026-06-02T17:40:07.597Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49802026-06-02T17:40:07.597Z 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=31742d8c55f7c57d -C extra-filename=-4fd500f72e357744 --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-8aa1fce567c489f4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
49812026-06-02T17:40:07.626Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
49822026-06-02T17:40:07.664Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
49832026-06-02T17:40:07.668Z 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=0f714eea335fde49 -C extra-filename=-0946a7d982f7771b --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-8aa1fce567c489f4.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.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-2b98ae8c902f92fb.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`
49842026-06-02T17:40:07.668Z 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=7f80d46f22ab344b -C extra-filename=-83bc75e2490c69b4 --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-f00608f8269704ad.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-e583cbcf6a907c44.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
49852026-06-02T17:40:07.668Z 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=addb62393eb05fc1 -C extra-filename=-552b3ff7608b004e --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-491ae0a9226e0a96.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4d7aa96ddad28561.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-68004d1839d49401.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-086a633223612a75.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/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-06-02T17:40:07.758Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
49872026-06-02T17:40:07.761Z 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=7b2fd946716cd027 -C extra-filename=-f82cf1042026d496 --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-2b98ae8c902f92fb.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-d8ba6dced092b5e6.rmeta --cfg 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-06-02T17:40:07.856Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
49892026-06-02T17:40:07.859Z 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=35f40612fe277fc9 -C extra-filename=-687be2f0282934a9 --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-2b98ae8c902f92fb.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-d8ba6dced092b5e6.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`
49902026-06-02T17:40:07.894Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49912026-06-02T17:40:07.897Z 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=60bacc388b4c8795 -C extra-filename=-5290ac34e2a6b657 --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-f00608f8269704ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-d8ba6dced092b5e6.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`
49922026-06-02T17:40:07.933Z 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=f81ff5ed9707d79a -C extra-filename=-826c5ecd209a08d5 --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-8aa1fce567c489f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
49932026-06-02T17:40:08.120Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
49942026-06-02T17:40:08.123Z 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=769005146273a4be -C extra-filename=-eaf3efaa769a232b --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.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`
49952026-06-02T17:40:08.157Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
49962026-06-02T17:40:08.160Z 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=5e30be6fe087219e -C extra-filename=-07946739c0a22a04 --out-dir /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-2b98ae8c902f92fb.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.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`
49972026-06-02T17:40:08.197Z 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=f7dde1d3d1ae90e5 -C extra-filename=-36b7646b1901c7b8 --out-dir /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-d62b7cd9ab5877a1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.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-83bc75e2490c69b4.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-210ad8585ce84f63.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
49982026-06-02T17:40:08.233Z 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=8563448107d05f49 -C extra-filename=-65cef4fdf326ae36 --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-2b98ae8c902f92fb.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-319bf355617b61a1.rmeta --cfg 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-06-02T17:40:08.295Z 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=426bb529fe94541b -C extra-filename=-e5c123f764ae5a93 --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-8aa1fce567c489f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
50002026-06-02T17:40:08.298Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
50012026-06-02T17:40:08.298Z 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=ff54ac584ee18b88 -C extra-filename=-eac96590e040ee67 --out-dir /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-d62b7cd9ab5877a1.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-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-8b1b4817280911cd.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-fe06f291e4e1ffc0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.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`
50022026-06-02T17:40:08.407Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50032026-06-02T17:40:08.410Z 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=13586c8e476d546d -C extra-filename=-a07f977938f03ae0 --out-dir /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-d62b7cd9ab5877a1.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-b1c926ed38507cea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c48b5c9325418462.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-3b3948ac3127f929.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.rlib --cfg 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`
50042026-06-02T17:40:08.452Z 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=7c5fb94a3adb446c -C extra-filename=-6be80eb2f39276ae --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-8aa1fce567c489f4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
50052026-06-02T17:40:08.488Z 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=4c008eae55f93674 -C extra-filename=-acd95f9d880a248a --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-8aa1fce567c489f4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.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-2b98ae8c902f92fb.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`
50062026-06-02T17:40:08.521Z 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=3f605be9a31ac6c9 -C extra-filename=-a462ea4edd5488c0 --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-65cef4fdf326ae36.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`
50072026-06-02T17:40:08.559Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
50082026-06-02T17:40:08.559Z 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=51e402e127bd5c72 -C extra-filename=-83bb8bd957affd77 --out-dir /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-fa2ef81737ff992b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.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-c14197392eb515c9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
50092026-06-02T17:40:08.597Z 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=5be9ae7a2fa53279 -C extra-filename=-e97fa027c945f397 --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-2a2636318c415aec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
50102026-06-02T17:40:08.637Z 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=13f25fe87c8be0b6 -C extra-filename=-de5b24773b4ca632 --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-2a2636318c415aec.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-f00608f8269704ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
50112026-06-02T17:40:08.758Z 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=5a44b87d2edbe776 -C extra-filename=-bc6330cdb830911d --out-dir /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-749bb146383f20a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
50122026-06-02T17:40:08.797Z 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=44ccbcd5153cef98 -C extra-filename=-e9b0471c861ef753 --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-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-fe06f291e4e1ffc0.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`
50132026-06-02T17:40:08.873Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
50142026-06-02T17:40:08.876Z 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/ccede3c/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=20fbb049764ff1f3 -C extra-filename=-fcfc79c8825f85b2 --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-195bc91e59f53326.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`
50152026-06-02T17:40:08.909Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
50162026-06-02T17:40:08.912Z 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=9620c18279ff184b -C extra-filename=-970a74ed3d2aa99d --out-dir /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-d62b7cd9ab5877a1.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a091483e62fbc0eb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.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-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
50172026-06-02T17:40:08.949Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50182026-06-02T17:40:08.990Z 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=51231282021498ef -C extra-filename=-f854c2703be13636 --out-dir /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-d62b7cd9ab5877a1.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
50192026-06-02T17:40:09.099Z 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/ccede3c/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=3ff68dcecdc0f3e3 -C extra-filename=-3ff1fd20cadd42ac --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-374a3886dee50f8b.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`
50202026-06-02T17:40:09.145Z 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=74aa2f42d670e274 -C extra-filename=-0ef61aa3df30c2da --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-2b98ae8c902f92fb.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-d8ba6dced092b5e6.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`
50212026-06-02T17:40:09.281Z 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=475f0cd515115436 -C extra-filename=-6b39eb8dda9c77ef --out-dir /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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a091483e62fbc0eb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.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-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
50222026-06-02T17:40:09.390Z 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=b58fd374636904f6 -C extra-filename=-ca20cfddedf23cc4 --out-dir /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-2b98ae8c902f92fb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.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`
50232026-06-02T17:40:09.572Z 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=e6aed6fecd270bfd -C extra-filename=-8cea1286c3ad35cb --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.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`
50242026-06-02T17:40:09.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=4534a14010d05ae9 -C extra-filename=-f0a23b0ef408760c --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-eaf3efaa769a232b.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.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`
50252026-06-02T17:40:09.900Z 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=f3a153c287cac71f -C extra-filename=-fa2077e778bc1006 --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-3bb94b4d2c1d685b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0077173aa0dac760.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-d8ba6dced092b5e6.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`
50262026-06-02T17:40:09.998Z 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=049930c782abe89e -C extra-filename=-c7274c07c24a3049 --out-dir /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-d62b7cd9ab5877a1.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-970a74ed3d2aa99d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a091483e62fbc0eb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.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-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
50272026-06-02T17:40:10.031Z 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=4b06692b1c613813 -C extra-filename=-d5d3c9c15d937fc7 --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-f00608f8269704ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-d8ba6dced092b5e6.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`
50282026-06-02T17:40:10.115Z 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=0d426471a1d901b6 -C extra-filename=-da2249879ca381c7 --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-3bb94b4d2c1d685b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0077173aa0dac760.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-d8ba6dced092b5e6.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`
50292026-06-02T17:40:10.164Z 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=6c12b29b9a123b85 -C extra-filename=-b69c1b2c50aa7c6c --out-dir /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-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
50302026-06-02T17:40:10.189Z 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=6b120a22b0e2b47c -C extra-filename=-7f39f89e8f5c39c1 --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-f00608f8269704ad.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-e583cbcf6a907c44.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
50312026-06-02T17:40:10.244Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
50322026-06-02T17:40:10.247Z 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=bb1039ad749a6bd2 -C extra-filename=-bb8f881aca07fe5d --out-dir /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-d62b7cd9ab5877a1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
50332026-06-02T17:40:10.283Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
50342026-06-02T17:40:10.286Z 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=788e931618901bfb -C extra-filename=-9d7a52a468efadfb --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-2b98ae8c902f92fb.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-a462ea4edd5488c0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-65cef4fdf326ae36.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`
50352026-06-02T17:40:10.443Z 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=ac2be40fb6f81c72 -C extra-filename=-11a27a0bb102f6c3 --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-2b98ae8c902f92fb.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-a462ea4edd5488c0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-65cef4fdf326ae36.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`
50362026-06-02T17:40:10.443Z 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=880f25f183c48cb7 -C extra-filename=-2c3da858cf760302 --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-f00608f8269704ad.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-749bb146383f20a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
50372026-06-02T17:40:10.572Z 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=7fb4c07c91ad4be6 -C extra-filename=-9120a99a811c97d8 --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-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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`
50382026-06-02T17:40:10.623Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
50392026-06-02T17:40:10.657Z 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/ccede3c/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=25b400ea5b2f09b2 -C extra-filename=-ca842da08c4d32b9 --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-2b98ae8c902f92fb.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-fcfc79c8825f85b2.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-195bc91e59f53326.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`
50402026-06-02T17:40:10.660Z 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=dbf503634789cb7a -C extra-filename=-5e735197546a0a96 --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-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-b5bddb180a4cdcab.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`
50412026-06-02T17:40:10.698Z 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=dd23b65e2b7ad83c -C extra-filename=-6cd183be6fd07367 --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-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-29fd3a6bb1edf079.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`
50422026-06-02T17:40:10.731Z 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=1e4f39514179c9ff -C extra-filename=-532fe0b046109756 --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-749bb146383f20a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
50432026-06-02T17:40:10.904Z 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=e63df738958fecc8 -C extra-filename=-f706c0fb33f7a3d6 --out-dir /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-334a9d6975c1b79b.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-16ddd68c8933d661.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
50442026-06-02T17:40:10.984Z 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=44d3ab43b4e4d01c -C extra-filename=-a37a21ac6b60bda0 --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-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
50452026-06-02T17:40:11.627Z 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=8de763af18348afd -C extra-filename=-0e229d784e999ec8 --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-712813eb82f41e6e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
50462026-06-02T17:40:11.711Z 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=90341df0161c31fb -C extra-filename=-423fd0fb96e81e4b --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-f00608f8269704ad.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-f9bc8458507ddb3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
50472026-06-02T17:40:11.751Z 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=418d6b36ab5132c3 -C extra-filename=-055865f19ae2212e --out-dir /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-f00608f8269704ad.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-7e31d466a43d30f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-fe06f291e4e1ffc0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.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`
50482026-06-02T17:40:11.751Z 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=4d76f37e10dc9d92 -C extra-filename=-7c7679c69604b081 --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-0a9c3703f84347ce.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-f00608f8269704ad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
50492026-06-02T17:40:11.822Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50502026-06-02T17:40:11.826Z 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=2c1943800889230a -C extra-filename=-931fe83ee061cbbe --out-dir /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-d62b7cd9ab5877a1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-fe06f291e4e1ffc0.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`
50512026-06-02T17:40:11.860Z 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=cc20c7b29dadbe81 -C extra-filename=-44612ae431567dea --out-dir /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-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fa2ef81737ff992b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-69fa19d8df64e9da.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-c14197392eb515c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
50522026-06-02T17:40:11.963Z 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=c36b8784e0eeb969 -C extra-filename=-8108ba4e27f48065 --out-dir /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-fa2ef81737ff992b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.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-c14197392eb515c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
50532026-06-02T17:40:12.156Z 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=b1807b3d0e087ad1 -C extra-filename=-8b562bb6db755c33 --out-dir /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-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fa2ef81737ff992b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-69fa19d8df64e9da.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-c14197392eb515c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
50542026-06-02T17:40:12.253Z 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=c58963de63a96c4e -C extra-filename=-2aa37b352534537f --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-bd3a73593854ac88.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-c8e78a4fb5f043c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-086a633223612a75.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`
50552026-06-02T17:40:12.290Z 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=91718377df8595a5 -C extra-filename=-a9ddc5bf047e6800 --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-bd3a73593854ac88.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-c8e78a4fb5f043c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-086a633223612a75.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`
50562026-06-02T17:40:15.391Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50572026-06-02T17:40:15.391Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50582026-06-02T17:40:15.395Z 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=d26aca179363c995 -C extra-filename=-7f74e9d7fe7660b1 --out-dir /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-bd3a73593854ac88.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-334a9d6975c1b79b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-e574f5fbef84be00.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-fe06f291e4e1ffc0.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`
50592026-06-02T17:40:15.395Z 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=8c5b7bd0ef832039 -C extra-filename=-7419010536bd42e8 --out-dir /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-772a0e5df93d9945.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-334a9d6975c1b79b.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-86f66510ed8ca3fa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.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-e574f5fbef84be00.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-dd3241566cb6880a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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=/usr/lib/amd64`
50602026-06-02T17:40:16.529Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50612026-06-02T17:40:16.529Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50622026-06-02T17:40:16.534Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50632026-06-02T17:40:16.534Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
50642026-06-02T17:40:16.534Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
50652026-06-02T17:40:16.534Z 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=e03dfd0d80e98324 -C extra-filename=-741417fcea57eb36 --out-dir /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-16ddd68c8933d661.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-712813eb82f41e6e.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-c3375757754b439a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90f3a36fe30ab74e.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-46b5b0d17dce412f.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-2da54143895cbf99.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-7f74e9d7fe7660b1.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)'`
50662026-06-02T17:40:16.534Z 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=8155825d976e08f0 -C extra-filename=-72d0a3dbaaef59c0 --out-dir /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-e6adacc0f13b4f32.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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`
50672026-06-02T17:40:16.534Z 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=6ea7488743f8b644 -C extra-filename=-e42e8763cbc9b1b6 --out-dir /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-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-e19bb0a4485bed99.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`
50682026-06-02T17:40:16.534Z 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=9bff9be745653c03 -C extra-filename=-a9f4a7d52eefdaf5 --out-dir /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-3f22757b3b133472.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-536b836f85a43781.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.rmeta --cfg 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`
50692026-06-02T17:40:16.534Z 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=e908e0a1d833a277 -C extra-filename=-d5a61d6430887257 --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-bd3a73593854ac88.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-334a9d6975c1b79b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-90dffd5533c16daa.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-1d13318fd79ea3e2.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-16ddd68c8933d661.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-e19bb0a4485bed99.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`
50702026-06-02T17:40:16.579Z 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=dfc404bb338ac8b4 -C extra-filename=-02e5946cfdcb6f97 --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-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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`
50712026-06-02T17:40:17.224Z 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=37f3bfbc6aca04d0 -C extra-filename=-776564cb776122e1 --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-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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`
50722026-06-02T17:40:17.229Z 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=47c516fbb6d13144 -C extra-filename=-f6572714d72fd190 --out-dir /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-772a0e5df93d9945.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-334a9d6975c1b79b.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-86f66510ed8ca3fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.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-e574f5fbef84be00.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-dd3241566cb6880a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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=/usr/lib/amd64`
50732026-06-02T17:40:17.229Z 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=bedaf205325072d6 -C extra-filename=-196f151d0f324ab6 --out-dir /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-e6adacc0f13b4f32.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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`
50742026-06-02T17:40:17.229Z 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=e87bcd62d61ddc1c -C extra-filename=-1f54f2b8de2969fc --out-dir /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-bd3a73593854ac88.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-334a9d6975c1b79b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-e574f5fbef84be00.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-fe06f291e4e1ffc0.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`
50752026-06-02T17:40:17.229Z 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=f26e8389a83281d7 -C extra-filename=-40d3c0015953700e --out-dir /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-3f22757b3b133472.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-1f7fb59fa0fc8bef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-90b9264fd07878d9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-536b836f85a43781.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.rlib --cfg 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-06-02T17:40:17.229Z 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=4c7e4fcbb25e096d -C extra-filename=-42be2c70aa5ec697 --out-dir /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-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-e19bb0a4485bed99.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`
50772026-06-02T17:40:17.560Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
50782026-06-02T17:40:17.563Z 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=4517edfc40e3321d -C extra-filename=-43c7e689bf92a676 --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-72d0a3dbaaef59c0.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-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
50792026-06-02T17:40:17.828Z 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=b1b88924ca61f71f -C extra-filename=-884d94a07fd510ba --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-72d0a3dbaaef59c0.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-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
50802026-06-02T17:40:17.862Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50812026-06-02T17:40:17.865Z 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=55642085922da1a0 -C extra-filename=-430d6302bf22a59f --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-bd3a73593854ac88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-1d13318fd79ea3e2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-d5a61d6430887257.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rmeta --cfg 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`
50822026-06-02T17:40:17.929Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
50832026-06-02T17:40:17.932Z 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=6b750dc1276605d5 -C extra-filename=-589408e37a1491ea --out-dir /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-d62b7cd9ab5877a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0077173aa0dac760.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-eaf3efaa769a232b.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-9d7a52a468efadfb.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.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`
50842026-06-02T17:40:17.932Z 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=7377ddd5f1f45b26 -C extra-filename=-497ca6ecf459960d --out-dir /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-d62b7cd9ab5877a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0077173aa0dac760.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-eaf3efaa769a232b.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-9d7a52a468efadfb.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.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`
50852026-06-02T17:40:17.998Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
50862026-06-02T17:40:18.001Z 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/ccede3c/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=5a3090c84a2b020f -C extra-filename=-a10b22ca34b40cbe --out-dir /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-d62b7cd9ab5877a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1bb0f803b6b17453.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3ff1fd20cadd42ac.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-ca842da08c4d32b9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-374a3886dee50f8b.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`
50872026-06-02T17:40:18.259Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
50882026-06-02T17:40:18.262Z 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="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zone"))' -C metadata=98c28e9ccc97f29e -C extra-filename=-8459a2b30eb810d5 --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 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 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_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.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=/usr/lib/amd64`
50892026-06-02T17:40:18.262Z 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=c13f436596ba94c7 -C extra-filename=-c14af9f19cfd1d7f --out-dir /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-d62b7cd9ab5877a1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.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-16ddd68c8933d661.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-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.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-7956961cdfc2f189.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`
50902026-06-02T17:40:18.326Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
50912026-06-02T17:40:18.329Z 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=c89ec3c2ce4c78b0 -C extra-filename=-6f42bd3359359c78 --out-dir /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-a10b22ca34b40cbe.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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`
50922026-06-02T17:40:18.370Z 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="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zone"))' -C metadata=456497025b597098 -C extra-filename=-7a1d27f2ab6bc01b --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 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 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_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.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=/usr/lib/amd64`
50932026-06-02T17:40:18.833Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
50942026-06-02T17:40:18.840Z 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=86fe8f1bc6585dac -C extra-filename=-e365e03a42be4cba --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-02e5946cfdcb6f97.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-086a633223612a75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a9f4a7d52eefdaf5.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`
50952026-06-02T17:40:18.840Z 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=b832660cc4751b56 -C extra-filename=-452e3ae1ba3b34f4 --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-bd3a73593854ac88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-1d13318fd79ea3e2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-d5a61d6430887257.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --cfg 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`
50962026-06-02T17:40:19.008Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50972026-06-02T17:40:19.011Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
50982026-06-02T17:40:19.011Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50992026-06-02T17:40:19.011Z 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=988444f9d3f39cc1 -C extra-filename=-590577dd4f4409ab --out-dir /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-741417fcea57eb36.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-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-086a633223612a75.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`
51002026-06-02T17:40:19.040Z 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=e739457d69d45ee2 -C extra-filename=-2b3f8bcedbe649fd --out-dir /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-d62b7cd9ab5877a1.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7ac00261800dcb93.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-26c6d8bf24d35b70.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0a9c3703f84347ce.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
51012026-06-02T17:40:19.043Z 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=29caab47eef061e0 -C extra-filename=-47a020161b3c0d17 --out-dir /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-741417fcea57eb36.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-7e31d466a43d30f6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-b5bddb180a4cdcab.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`
51022026-06-02T17:40:19.043Z 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=462f9355bb1a87a5 -C extra-filename=-57440c52b8852ece --out-dir /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-d62b7cd9ab5877a1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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`
51032026-06-02T17:40:19.152Z 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=ebf285bdbe107d72 -C extra-filename=-7ac04ad1d4f36747 --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-02e5946cfdcb6f97.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-086a633223612a75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a9f4a7d52eefdaf5.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`
51042026-06-02T17:40:19.626Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
51052026-06-02T17:40:19.629Z 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=4f8684ce2fcfb3e7 -C extra-filename=-5e4e2cf87ec25885 --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-6f42bd3359359c78.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-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1582871f976a43fe.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.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-46344c48b1d3bf78.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`
51062026-06-02T17:40:20.065Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
51072026-06-02T17:40:20.068Z 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=528f91703031550d -C extra-filename=-da90f6ce146193cc --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-72d0a3dbaaef59c0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a9f4a7d52eefdaf5.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`
51082026-06-02T17:40:20.130Z 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=441c711f3107ebfb -C extra-filename=-002f8e45c0685875 --out-dir /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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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`
51092026-06-02T17:40:20.296Z 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=49fcd79a04fdae2a -C extra-filename=-e897946fea6f7d18 --out-dir /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-741417fcea57eb36.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-7e31d466a43d30f6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-b5bddb180a4cdcab.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`
51102026-06-02T17:40:20.360Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
51112026-06-02T17:40:20.363Z 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=a2d41659b7f27e49 -C extra-filename=-c9a66393fdd4ac37 --out-dir /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-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-51a708b829c7f25c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-590577dd4f4409ab.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`
51122026-06-02T17:40:20.401Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
51132026-06-02T17:40:20.404Z 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=58edcfb43c35771e -C extra-filename=-af851aeccad46cf4 --out-dir /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-d62b7cd9ab5877a1.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-741417fcea57eb36.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-2b98ae8c902f92fb.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c48b5c9325418462.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-7956961cdfc2f189.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-590577dd4f4409ab.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`
51142026-06-02T17:40:20.441Z 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=99c47a0fbcafe788 -C extra-filename=-7883bb40ce0238aa --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-72d0a3dbaaef59c0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e0588355046ab563.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a9f4a7d52eefdaf5.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`
51152026-06-02T17:40:20.488Z 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=eb450275bb26f8cb -C extra-filename=-0a584370e99a4dd6 --out-dir /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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-57440c52b8852ece.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`
51162026-06-02T17:40:20.901Z 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=84a8d287add84696 -C extra-filename=-8461bec03f3c5f24 --out-dir /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-d62b7cd9ab5877a1.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-741417fcea57eb36.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-2b98ae8c902f92fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c48b5c9325418462.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-7956961cdfc2f189.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-590577dd4f4409ab.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`
51172026-06-02T17:40:21.319Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
51182026-06-02T17:40:21.323Z 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=7f9983500ad47545 -C extra-filename=-a59261aefd09cc82 --out-dir /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-741417fcea57eb36.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-51a708b829c7f25c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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`
51192026-06-02T17:40:21.379Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51202026-06-02T17:40:21.382Z 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=70bb9874048c6ae7 -C extra-filename=-beff3589df8484c3 --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-d633ad4bb6deea6a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
51212026-06-02T17:40:21.462Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
51222026-06-02T17:40:21.466Z 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=2e5ed151a99d112f -C extra-filename=-2e2e26fed9723a1c --out-dir /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-d62b7cd9ab5877a1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.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-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-80888c881ed73189.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0d6cdd77bf2d0382.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-e6adacc0f13b4f32.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-590577dd4f4409ab.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-fe06f291e4e1ffc0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.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/`
51232026-06-02T17:40:21.666Z 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=b778b12262d422b5 -C extra-filename=-1433ddfc62a5049f --out-dir /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-741417fcea57eb36.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-51a708b829c7f25c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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`
51242026-06-02T17:40:21.786Z 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=28915130b57d1652 -C extra-filename=-0315f211d5ba3434 --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-d633ad4bb6deea6a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
51252026-06-02T17:40:22.437Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
51262026-06-02T17:40:22.441Z 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=c69cb9ff15c7abd9 -C extra-filename=-2c39f03ab9a4972d --out-dir /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-741417fcea57eb36.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-2b98ae8c902f92fb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-2da54143895cbf99.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c7dbf622adb40431.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-a59261aefd09cc82.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`
51272026-06-02T17:40:22.914Z 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=98a1d0b1551417e3 -C extra-filename=-1be5681979099d32 --out-dir /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-d62b7cd9ab5877a1.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-741417fcea57eb36.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-af851aeccad46cf4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-c48b5c9325418462.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-7956961cdfc2f189.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-590577dd4f4409ab.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`
51282026-06-02T17:40:23.256Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
51292026-06-02T17:40:23.260Z 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=78d194c641ea1ab5 -C extra-filename=-f96ff476eb702cc1 --out-dir /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-d62b7cd9ab5877a1.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5d8616e1fd9aaec9.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.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-741417fcea57eb36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.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`
51302026-06-02T17:40:23.382Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51312026-06-02T17:40:23.386Z 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=a325c6a62af60e8f -C extra-filename=-3627459722d98b1d --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-f00608f8269704ad.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c39f03ab9a4972d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-e19bb0a4485bed99.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
51322026-06-02T17:40:23.766Z 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=d234c171f4b7fa45 -C extra-filename=-3e65c9ec97087d25 --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-f00608f8269704ad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c39f03ab9a4972d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
51332026-06-02T17:40:24.455Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51342026-06-02T17:40:24.455Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51352026-06-02T17:40:24.459Z 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=ca9c142797be4e83 -C extra-filename=-2ed61e103351ccef --out-dir /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-d62b7cd9ab5877a1.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-e6adacc0f13b4f32.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7956961cdfc2f189.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-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-536b836f85a43781.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-b5bddb180a4cdcab.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a9f4a7d52eefdaf5.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da90f6ce146193cc.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`
51362026-06-02T17:40:24.459Z 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=b35ccd70709c899e -C extra-filename=-2dfe20f10317e1b7 --out-dir /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_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-02e5946cfdcb6f97.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-d62b7cd9ab5877a1.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-3f22757b3b133472.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-6eee55587c555210.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-0d19850314c47f2b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2b007a1926de138b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f3f930d0fffec7e8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-dd3241566cb6880a.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a9f4a7d52eefdaf5.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e365e03a42be4cba.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da90f6ce146193cc.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`
51372026-06-02T17:40:24.520Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51382026-06-02T17:40:24.523Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51392026-06-02T17:40:24.524Z 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=71024a9f37f9bbbc -C extra-filename=-0176ef58ce876bf1 --out-dir /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-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-51a708b829c7f25c.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-712813eb82f41e6e.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-3627459722d98b1d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-590577dd4f4409ab.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-e19bb0a4485bed99.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
51402026-06-02T17:40:24.524Z 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=4f4d3c680aea9033 -C extra-filename=-eb84c601c98b8a68 --out-dir /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-741417fcea57eb36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-3627459722d98b1d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.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`
51412026-06-02T17:40:25.169Z 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=086d49fca2fe4dac -C extra-filename=-3f3a08277a068731 --out-dir /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-741417fcea57eb36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-3627459722d98b1d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.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`
51422026-06-02T17:40:25.202Z 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=96b4e216869c86a4 -C extra-filename=-16372f09511de127 --out-dir /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-8f8c10c7c46afc51.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-d62b7cd9ab5877a1.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-e6adacc0f13b4f32.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7956961cdfc2f189.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-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-536b836f85a43781.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-b5bddb180a4cdcab.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a9f4a7d52eefdaf5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da90f6ce146193cc.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`
51432026-06-02T17:40:25.626Z 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=89d7b59fd0edde2d -C extra-filename=-46619870bafffa47 --out-dir /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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.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-16ddd68c8933d661.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-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.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-7956961cdfc2f189.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`
51442026-06-02T17:40:26.564Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51452026-06-02T17:40:26.569Z 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=67edfd2a64361be2 -C extra-filename=-4d6c8bf9a232c9a2 --out-dir /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-772a0e5df93d9945.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-72d0a3dbaaef59c0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-26c6d8bf24d35b70.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.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-fe06046bb8ce6274.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.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-c14197392eb515c9.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-7419010536bd42e8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.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-7f74e9d7fe7660b1.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-dd3241566cb6880a.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-d5a61d6430887257.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-b5bddb180a4cdcab.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`
51462026-06-02T17:40:27.031Z 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=8aefccc148c89a92 -C extra-filename=-586170265fefad40 --out-dir /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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5d8616e1fd9aaec9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.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-741417fcea57eb36.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f96ff476eb702cc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.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`
51472026-06-02T17:40:27.032Z 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=29035ecbf52505f0 -C extra-filename=-4994f81aa63c71d8 --out-dir /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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5d8616e1fd9aaec9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.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-741417fcea57eb36.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f96ff476eb702cc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.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`
51482026-06-02T17:40:27.035Z 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=e342bc3d0364e77c -C extra-filename=-a6706542ca6345df --out-dir /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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5d8616e1fd9aaec9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.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-741417fcea57eb36.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f96ff476eb702cc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.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`
51492026-06-02T17:40:27.528Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
51502026-06-02T17:40:27.532Z 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=931fb64ce10b7ffa -C extra-filename=-ac9bd782677eed40 --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-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-0176ef58ce876bf1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-fe06f291e4e1ffc0.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`
51512026-06-02T17:40:28.394Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
51522026-06-02T17:40:28.397Z 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=01c3c819f278afaa -C extra-filename=-e442280e33dd4a1e --out-dir /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-16ddd68c8933d661.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-51a708b829c7f25c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-0176ef58ce876bf1.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-ac9bd782677eed40.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.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`
51532026-06-02T17:40:28.593Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51542026-06-02T17:40:28.596Z 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=ad78a9aa34321dda -C extra-filename=-578fa9081d8303e3 --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-2ed61e103351ccef.rmeta --cfg 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`
51552026-06-02T17:40:29.018Z 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=b9892383f969724c -C extra-filename=-fa02a2d46355ce9e --out-dir /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-16ddd68c8933d661.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-51a708b829c7f25c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-0176ef58ce876bf1.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-ac9bd782677eed40.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.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`
51562026-06-02T17:40:29.022Z 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=f5286c0102b80e69 -C extra-filename=-ecadc17b9d8ca64e --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-d633ad4bb6deea6a.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-0176ef58ce876bf1.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-beff3589df8484c3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-fe06f291e4e1ffc0.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`
51572026-06-02T17:40:29.052Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
51582026-06-02T17:40:29.087Z 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=7c160cf918664570 -C extra-filename=-2cf93814da2a3e41 --out-dir /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-bd3a73593854ac88.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-334a9d6975c1b79b.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-1d13318fd79ea3e2.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-16ddd68c8933d661.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-e442280e33dd4a1e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-b73b1c67cff3cd99.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-d5a61d6430887257.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.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/`
51592026-06-02T17:40:31.648Z 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=7d4e4f44a672ba18 -C extra-filename=-6660ac1a6ed28485 --out-dir /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-8f8c10c7c46afc51.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-d62b7cd9ab5877a1.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-e6adacc0f13b4f32.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7956961cdfc2f189.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-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-536b836f85a43781.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-b5bddb180a4cdcab.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2ed61e103351ccef.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a9f4a7d52eefdaf5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da90f6ce146193cc.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`
51602026-06-02T17:40:31.648Z 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=70f0afb740ace86c -C extra-filename=-456f4c455acb10cc --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-2ed61e103351ccef.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-578fa9081d8303e3.rlib --cfg 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`
51612026-06-02T17:40:31.652Z 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=75898aca69400904 -C extra-filename=-549ad4d268633141 --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-2ed61e103351ccef.rlib --cfg 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`
51622026-06-02T17:40:31.652Z 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=167b76d79e62e2e2 -C extra-filename=-d4cc643beb9b3803 --out-dir /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-d62b7cd9ab5877a1.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-e6adacc0f13b4f32.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7956961cdfc2f189.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-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-536b836f85a43781.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-b5bddb180a4cdcab.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2ed61e103351ccef.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a9f4a7d52eefdaf5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da90f6ce146193cc.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`
51632026-06-02T17:40:31.677Z 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=96538cd62e519381 -C extra-filename=-584891b4ff219866 --out-dir /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-d62b7cd9ab5877a1.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-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-2ed61e103351ccef.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-578fa9081d8303e3.rlib --cfg 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`
51642026-06-02T17:40:31.681Z 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=083d04699e041471 -C extra-filename=-e126be0cef513dda --out-dir /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-8f8c10c7c46afc51.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-d62b7cd9ab5877a1.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-e6adacc0f13b4f32.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7956961cdfc2f189.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-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-536b836f85a43781.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-b5bddb180a4cdcab.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2ed61e103351ccef.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a9f4a7d52eefdaf5.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da90f6ce146193cc.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`
51652026-06-02T17:40:33.667Z 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=2b57b00e9af1b885 -C extra-filename=-33ea62158918b28e --out-dir /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_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-02e5946cfdcb6f97.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-d62b7cd9ab5877a1.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-3f22757b3b133472.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-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-0d19850314c47f2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2b007a1926de138b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f3f930d0fffec7e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-dd3241566cb6880a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a9f4a7d52eefdaf5.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2dfe20f10317e1b7.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e365e03a42be4cba.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da90f6ce146193cc.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`
51662026-06-02T17:40:35.830Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51672026-06-02T17:40:35.830Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
51682026-06-02T17:40:35.833Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
51692026-06-02T17:40:35.833Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
51702026-06-02T17:40:35.833Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
51712026-06-02T17:40:35.833Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
51722026-06-02T17:40:35.833Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
51732026-06-02T17:40:35.833Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
51742026-06-02T17:40:35.833Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
51752026-06-02T17:40:35.833Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
51762026-06-02T17:40:35.833Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
51772026-06-02T17:40:35.865Z 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=8a742d61232e1623 -C extra-filename=-968707a7b30c2b7d --out-dir /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-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.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`
51782026-06-02T17:40:35.869Z 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=c7a78b49fd89f9fa -C extra-filename=-ca27d7739cb6f8c3 --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-16ddd68c8933d661.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.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`
51792026-06-02T17:40:35.869Z 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=825b0dbe2810aa76 -C extra-filename=-333bef3ccc8b13e1 --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-72d0a3dbaaef59c0.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-16ddd68c8933d661.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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`
51802026-06-02T17:40:35.869Z 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=4c7f081091b0826f -C extra-filename=-ed4cd2283c4b7d33 --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-f00608f8269704ad.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-e574f5fbef84be00.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`
51812026-06-02T17:40:35.869Z 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=d55b824dbb4ffd16 -C extra-filename=-586057804891d044 --out-dir /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-772a0e5df93d9945.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-f00608f8269704ad.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-4d6c8bf9a232c9a2.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7419010536bd42e8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-d8ba6dced092b5e6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.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-e19bb0a4485bed99.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
51822026-06-02T17:40:35.869Z 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=6856e5b2db7bbab1 -C extra-filename=-ee3cced892be35ba --out-dir /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-2f47bacece9459b4.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a091483e62fbc0eb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-26c6d8bf24d35b70.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-ca751e8828ef9817.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-e42e8763cbc9b1b6.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-beff3589df8484c3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-fe06f291e4e1ffc0.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-241ee6bc01c47e55.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`
51832026-06-02T17:40:35.869Z 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=cf661a8d120bfb1a -C extra-filename=-eed53988ac9b5dd1 --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-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
51842026-06-02T17:40:35.869Z 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=014e84e796a6e283 -C extra-filename=-eabfc5299efe3893 --out-dir /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-16ddd68c8933d661.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-241ee6bc01c47e55.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`
51852026-06-02T17:40:35.869Z 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=82384b477fd21773 -C extra-filename=-a16cb4173234cfa0 --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-6eee55587c555210.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-293a1a0020f87086.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-e42e8763cbc9b1b6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-e19bb0a4485bed99.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
51862026-06-02T17:40:35.869Z 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=7c3dc895c17d14b0 -C extra-filename=-7a83e57e5f70f17a --out-dir /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-d62b7cd9ab5877a1.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-c3ea92799463e4fb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d19850314c47f2b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
51872026-06-02T17:40:35.870Z 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=aa522d9ee9eb1f40 -C extra-filename=-7a0531393a815d87 --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-4d6c8bf9a232c9a2.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7419010536bd42e8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-086a633223612a75.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.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`
51882026-06-02T17:40:37.823Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51892026-06-02T17:40:37.827Z 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=a8c5033e74b5dd5d -C extra-filename=-88f92b82a97e0b71 --out-dir /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-968707a7b30c2b7d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-7956961cdfc2f189.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`
51902026-06-02T17:40:37.827Z 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=d247e569fe607f65 -C extra-filename=-a63f894a86e2d3a7 --out-dir /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-8aa1fce567c489f4.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-26c6d8bf24d35b70.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-93d03fa39a106506.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-fe06046bb8ce6274.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.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-968707a7b30c2b7d.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1febbe3af962a0c4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f3f930d0fffec7e8.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-ca751e8828ef9817.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-e42e8763cbc9b1b6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-d5a61d6430887257.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
51912026-06-02T17:40:38.112Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
51922026-06-02T17:40:38.112Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
51932026-06-02T17:40:38.115Z 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=df314d22e38bdd8a -C extra-filename=-f8f6790c17f85131 --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-df88dc691034d226.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ca27d7739cb6f8c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-687be2f0282934a9.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`
51942026-06-02T17:40:38.115Z 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=0634237308d17fde -C extra-filename=-64b41cd1434a5bb9 --out-dir /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-d62b7cd9ab5877a1.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-df88dc691034d226.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ca27d7739cb6f8c3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5290ac34e2a6b657.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.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-7956961cdfc2f189.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`
51952026-06-02T17:40:38.180Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
51962026-06-02T17:40:38.183Z 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=485ba8f7e626198f -C extra-filename=-49b900098ce12253 --out-dir /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-d62b7cd9ab5877a1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-26c6d8bf24d35b70.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.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-6eee55587c555210.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.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-df88dc691034d226.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-968707a7b30c2b7d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-eed53988ac9b5dd1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-e42e8763cbc9b1b6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-7a83e57e5f70f17a.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-a60f219b3d010a50.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-241ee6bc01c47e55.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.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`
51972026-06-02T17:40:39.026Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
51982026-06-02T17:40:39.032Z 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=3c9505e6bc08107a -C extra-filename=-3150d391fd7e56bf --out-dir /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-8aa1fce567c489f4.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-26c6d8bf24d35b70.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-93d03fa39a106506.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-fe06046bb8ce6274.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.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-968707a7b30c2b7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1febbe3af962a0c4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-f3f930d0fffec7e8.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-ca751e8828ef9817.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-d5a61d6430887257.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
51992026-06-02T17:40:39.032Z 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=1bf5776b16064242 -C extra-filename=-66d393bbc8f3ae2a --out-dir /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-d62b7cd9ab5877a1.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-c3ea92799463e4fb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d19850314c47f2b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-7a83e57e5f70f17a.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`
52002026-06-02T17:40:39.032Z 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=f97cb09f6c4a6d62 -C extra-filename=-63bf573ebee28dd6 --out-dir /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-d62b7cd9ab5877a1.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-c3ea92799463e4fb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5287902c097ec795.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d19850314c47f2b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
52012026-06-02T17:40:39.032Z 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=b0b574ba3db73a1c -C extra-filename=-7b589924001f3705 --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-f00608f8269704ad.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-e574f5fbef84be00.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`
52022026-06-02T17:40:39.032Z 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=7a1782e937d9ba85 -C extra-filename=-24f32af4b73944bb --out-dir /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-968707a7b30c2b7d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-7956961cdfc2f189.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`
52032026-06-02T17:40:39.032Z 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=b80ffe12286804aa -C extra-filename=-367fc6319d66a491 --out-dir /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-d62b7cd9ab5877a1.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-6eee55587c555210.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a16cb4173234cfa0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bd6ca8938744fc68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-fe06f291e4e1ffc0.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`
52042026-06-02T17:40:39.059Z 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=65f757306ae57da5 -C extra-filename=-574bbf02df93abe6 --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-16ddd68c8933d661.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.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`
52052026-06-02T17:40:39.063Z 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=f162c62ad088a6e6 -C extra-filename=-490188cf6448c0ea --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-72d0a3dbaaef59c0.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-16ddd68c8933d661.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ba8ab60006030851.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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`
52062026-06-02T17:40:39.063Z 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=f2a9eb4f75ced4f4 -C extra-filename=-6bbcff96f4f5e571 --out-dir /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-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.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`
52072026-06-02T17:40:39.063Z 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=e2ba5995c8d2a236 -C extra-filename=-a5ac4d14e75effb8 --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-4d6c8bf9a232c9a2.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7419010536bd42e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-086a633223612a75.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.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`
52082026-06-02T17:40:39.063Z 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=249fb238be3de8c5 -C extra-filename=-37bfbc163aa85274 --out-dir /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-772a0e5df93d9945.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-f00608f8269704ad.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-4d6c8bf9a232c9a2.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7419010536bd42e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-d8ba6dced092b5e6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.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-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
52092026-06-02T17:40:39.400Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
52102026-06-02T17:40:39.403Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
52112026-06-02T17:40:39.403Z 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=07e913f74bd9e6b3 -C extra-filename=-1c882cbec2171adc --out-dir /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-afed1e5f5a6150d9.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0077173aa0dac760.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.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`
52122026-06-02T17:40:39.403Z 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=5c8a9652e0d6c583 -C extra-filename=-05d56249f1331c2a --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-88f92b82a97e0b71.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
52132026-06-02T17:40:39.432Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52142026-06-02T17:40:39.468Z 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=25d8a09a9deca804 -C extra-filename=-545caac1aff2aeca --out-dir /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-d62b7cd9ab5877a1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-69c447cb3f1ce5d0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-cc5a9ad3890b17c6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-f9bc8458507ddb3a.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-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0d6cdd77bf2d0382.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.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-fe06f291e4e1ffc0.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/`
52152026-06-02T17:40:39.977Z 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=e522545dcc42135a -C extra-filename=-e2ac25047f90b221 --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-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
52162026-06-02T17:40:40.043Z 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=df8c766bb793863c -C extra-filename=-8fa95b4c59862505 --out-dir /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-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fa2ef81737ff992b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-69fa19d8df64e9da.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.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-c14197392eb515c9.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-749bb146383f20a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
52172026-06-02T17:40:40.047Z 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=48ab02a82db6ee8c -C extra-filename=-3b2b5f846a4e51db --out-dir /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-d62b7cd9ab5877a1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-69fa19d8df64e9da.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.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-c14197392eb515c9.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-749bb146383f20a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
52182026-06-02T17:40:40.075Z 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=474fbf2edd8f0890 -C extra-filename=-de6ce6369b2df776 --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-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
52192026-06-02T17:40:40.287Z 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=05c8d3b753b4dbc9 -C extra-filename=-b1ee4ade84a58477 --out-dir /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-d62b7cd9ab5877a1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2e2e26fed9723a1c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-80888c881ed73189.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0d6cdd77bf2d0382.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-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-7956961cdfc2f189.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-590577dd4f4409ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.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/`
52202026-06-02T17:40:40.324Z 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=acf9d2ea7d10053c -C extra-filename=-ef9d1b5aee52eec1 --out-dir /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-d62b7cd9ab5877a1.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-05d56249f1331c2a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
52212026-06-02T17:40:40.325Z 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=23c910516f08d9c2 -C extra-filename=-3eca68d253785f87 --out-dir /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-d62b7cd9ab5877a1.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-05d56249f1331c2a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
52222026-06-02T17:40:40.426Z 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=be578a55b4a01b16 -C extra-filename=-edf711c463f7404d --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-328e8c5aafe73fa3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-bd3a73593854ac88.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-334a9d6975c1b79b.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-1d13318fd79ea3e2.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-16ddd68c8933d661.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-430d6302bf22a59f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.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`
52232026-06-02T17:40:40.429Z 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=92a31877921fb1ac -C extra-filename=-69d9cf1c3f44d857 --out-dir /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-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fa2ef81737ff992b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-69fa19d8df64e9da.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.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-c14197392eb515c9.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-749bb146383f20a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
52242026-06-02T17:40:40.430Z 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=004da3def04faf14 -C extra-filename=-e6bdcd2cb3e9fad1 --out-dir /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-328e8c5aafe73fa3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-bd3a73593854ac88.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-334a9d6975c1b79b.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-1d13318fd79ea3e2.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-16ddd68c8933d661.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-e442280e33dd4a1e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-b73b1c67cff3cd99.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-5f1372683b91d320.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-d5a61d6430887257.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-430d6302bf22a59f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.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/`
52252026-06-02T17:40:40.521Z 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=12a57c31e4be19fe -C extra-filename=-2d451afe0f43fdbe --out-dir /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-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fa2ef81737ff992b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.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-c14197392eb515c9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
52262026-06-02T17:40:40.598Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
52272026-06-02T17:40:40.641Z 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=eb2c34661d9dcefa -C extra-filename=-7a827bc06d8f22ef --out-dir /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-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
52282026-06-02T17:40:41.036Z 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=94e6f0ecfd7ca868 -C extra-filename=-a762715dd91d52be --out-dir /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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5d8616e1fd9aaec9.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0946a7d982f7771b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.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-741417fcea57eb36.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f96ff476eb702cc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1c882cbec2171adc.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 --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/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`
52292026-06-02T17:40:41.190Z 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=0cf443a06ea6b1c4 -C extra-filename=-e2a10cef50ad9fac --out-dir /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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.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-16ddd68c8933d661.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-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1c882cbec2171adc.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.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-7956961cdfc2f189.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`
52302026-06-02T17:40:41.437Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
52312026-06-02T17:40:41.440Z 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=c78971da053a80b7 -C extra-filename=-1a74e137437b4c85 --out-dir /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-ee3cced892be35ba.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.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-fe06f291e4e1ffc0.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-241ee6bc01c47e55.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`
52322026-06-02T17:40:41.474Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
52332026-06-02T17:40:41.477Z 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=5615fb84ae0c21ff -C extra-filename=-20d59039a81af37b --out-dir /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_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-43c7e689bf92a676.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-14842183da3c6f4a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5d8616e1fd9aaec9.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7ac00261800dcb93.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-69fa19d8df64e9da.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-7ced9842f99701f8.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-f00608f8269704ad.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-69c447cb3f1ce5d0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2b007a1926de138b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-586057804891d044.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ed4cd2283c4b7d33.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7a0531393a815d87.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-83bc75e2490c69b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-5290ac34e2a6b657.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-8b1b4817280911cd.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-3627459722d98b1d.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e365e03a42be4cba.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`
52342026-06-02T17:40:41.591Z 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=d82fb2217b8cef32 -C extra-filename=-4589341446d82f9a --out-dir /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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5d8616e1fd9aaec9.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0946a7d982f7771b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.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-741417fcea57eb36.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f96ff476eb702cc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1c882cbec2171adc.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 --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/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`
52352026-06-02T17:40:41.635Z 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=34ffe6e10c3e0f63 -C extra-filename=-052a283d1e1289bb --out-dir /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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5d8616e1fd9aaec9.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0946a7d982f7771b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.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-741417fcea57eb36.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f96ff476eb702cc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1c882cbec2171adc.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 --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/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`
52362026-06-02T17:40:41.850Z 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=eb7ba4913c24648b -C extra-filename=-866e97c878abb46d --out-dir /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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5d8616e1fd9aaec9.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0946a7d982f7771b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.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-741417fcea57eb36.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f96ff476eb702cc1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1c882cbec2171adc.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 --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/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`
52372026-06-02T17:40:42.127Z 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=21d2965aaebcce80 -C extra-filename=-02b8507d3aef018d --out-dir /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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.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-16ddd68c8933d661.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-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1c882cbec2171adc.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.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-7956961cdfc2f189.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`
52382026-06-02T17:40:42.321Z 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=0047665390c72044 -C extra-filename=-9d58b7cb935cb985 --out-dir /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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5d8616e1fd9aaec9.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0946a7d982f7771b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.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-741417fcea57eb36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1c882cbec2171adc.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 --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-69178f5f405916b0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-fd2399a9b192b759/out -L native=/work/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`
52392026-06-02T17:40:42.478Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
52402026-06-02T17:40:42.481Z 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=217e8131c47c2ae5 -C extra-filename=-1c4d0a6603bf12be --out-dir /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-0946a7d982f7771b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1c882cbec2171adc.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`
52412026-06-02T17:40:42.514Z 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=679b22bb7fa18b65 -C extra-filename=-e81c0a50b4eb6023 --out-dir /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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afed1e5f5a6150d9.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.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-16ddd68c8933d661.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-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-1c882cbec2171adc.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.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-7956961cdfc2f189.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`
52422026-06-02T17:40:42.820Z 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=5319309e3ff3b118 -C extra-filename=-d14677f86a2de85a --out-dir /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-d62b7cd9ab5877a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-bfba6f81d18e2daa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
52432026-06-02T17:40:42.820Z 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=2d296ab9f78d945a -C extra-filename=-74d4abbb6fd64a15 --out-dir /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-d62b7cd9ab5877a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-bfba6f81d18e2daa.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-2b218b07a6431742.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
52442026-06-02T17:40:43.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=95c82e67c64b983c -C extra-filename=-0d945f0238dc01e9 --out-dir /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-d62b7cd9ab5877a1.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-c14197392eb515c9.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-ee3cced892be35ba.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-eed53988ac9b5dd1.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1a74e137437b4c85.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bd6ca8938744fc68.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.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-a60f219b3d010a50.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.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`
52452026-06-02T17:40:43.546Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
52462026-06-02T17:40:43.550Z 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=ba24cc882386d042 -C extra-filename=-03d3eb7aa6014390 --out-dir /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-bd3a73593854ac88.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-72d0a3dbaaef59c0.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-3b36ed0b8d82be84.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5e4e2cf87ec25885.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-86f66510ed8ca3fa.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-378d02d8e0e669c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-e42e8763cbc9b1b6.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0176ef58ce876bf1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-2cf93814da2a3e41.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-d5a61d6430887257.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.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/`
52472026-06-02T17:40:43.817Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
52482026-06-02T17:40:43.820Z 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=252a566394dd37b8 -C extra-filename=-fb01ba18457dfd37 --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-6eee55587c555210.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-545caac1aff2aeca.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7a83e57e5f70f17a.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/`
52492026-06-02T17:40:43.973Z 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=5225629905a064b8 -C extra-filename=-0e79f9ac2712d0fe --out-dir /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-d62b7cd9ab5877a1.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-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
52502026-06-02T17:40:44.265Z 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=c1b37c15d823209b -C extra-filename=-bd80464e0a6de078 --out-dir /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-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fa2ef81737ff992b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.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-c14197392eb515c9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
52512026-06-02T17:40:44.351Z 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=2bd1bfb3c5e6c8e5 -C extra-filename=-932b9a5935bbb6e2 --out-dir /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-d62b7cd9ab5877a1.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-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
52522026-06-02T17:40:44.760Z 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=e85aee0190664686 -C extra-filename=-9f6a4edf449dfb49 --out-dir /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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-51a708b829c7f25c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-590577dd4f4409ab.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`
52532026-06-02T17:40:44.897Z 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=202f0f68c6dc49c0 -C extra-filename=-c914312db0fd0799 --out-dir /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-d62b7cd9ab5877a1.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ca27d7739cb6f8c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5290ac34e2a6b657.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.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-7956961cdfc2f189.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`
52542026-06-02T17:40:45.608Z 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=46dad931994251b6 -C extra-filename=-8d26ac03d16df7d8 --out-dir /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-d62b7cd9ab5877a1.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-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
52552026-06-02T17:40:45.837Z 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=f314bea0164bc9ba -C extra-filename=-79226b7b0077c237 --out-dir /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-d62b7cd9ab5877a1.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-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
52562026-06-02T17:40:46.182Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
52572026-06-02T17:40:46.186Z 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=9690e0739a927bcd -C extra-filename=-73cb322da9b262d8 --out-dir /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-bd3a73593854ac88.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-43c7e689bf92a676.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.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-bbaed369d3f1b87b.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-5e4e2cf87ec25885.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 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-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-51a708b829c7f25c.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-ca27d7739cb6f8c3.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90f3a36fe30ab74e.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a1b7f72e09e29273.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-8ccf77cde06196fd.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-8b1b4817280911cd.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-293a1a0020f87086.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-3627459722d98b1d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0176ef58ce876bf1.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-eb84c601c98b8a68.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e442280e33dd4a1e.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-03d3eb7aa6014390.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-ac9bd782677eed40.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c39f03ab9a4972d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-590577dd4f4409ab.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-7a83e57e5f70f17a.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b73b1c67cff3cd99.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 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-83bb8bd957affd77.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-2cf93814da2a3e41.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-d5a61d6430887257.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52582026-06-02T17:40:47.105Z 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=e5784908fca1d724 -C extra-filename=-43f1282cb86322a1 --out-dir /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-d62b7cd9ab5877a1.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ca27d7739cb6f8c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5290ac34e2a6b657.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-64b41cd1434a5bb9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.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-7956961cdfc2f189.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`
52592026-06-02T17:40:47.298Z 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=0548a8b99842db14 -C extra-filename=-a079513979c53ddc --out-dir /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-d62b7cd9ab5877a1.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ca27d7739cb6f8c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5290ac34e2a6b657.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-64b41cd1434a5bb9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.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-7956961cdfc2f189.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`
52602026-06-02T17:40:47.334Z 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=f149d5076cf9d91f -C extra-filename=-4c39c6323fc04adf --out-dir /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-d62b7cd9ab5877a1.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ca27d7739cb6f8c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5290ac34e2a6b657.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-64b41cd1434a5bb9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.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-7956961cdfc2f189.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`
52612026-06-02T17:40:47.534Z 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=cb5e05d232d02a65 -C extra-filename=-dc04133311721561 --out-dir /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-fe06046bb8ce6274.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-241ee6bc01c47e55.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`
52622026-06-02T17:40:47.708Z 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=0f30d3dbcdebb7e3 -C extra-filename=-9f2922324053141d --out-dir /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-ee3cced892be35ba.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.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-fe06f291e4e1ffc0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-241ee6bc01c47e55.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`
52632026-06-02T17:40:48.197Z 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=8d49005d88eb1d9d -C extra-filename=-bad5bb8f68af2424 --out-dir /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-bd3a73593854ac88.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-43c7e689bf92a676.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.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-bbaed369d3f1b87b.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-5e4e2cf87ec25885.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 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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-51a708b829c7f25c.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-ca27d7739cb6f8c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90f3a36fe30ab74e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a1b7f72e09e29273.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-8ccf77cde06196fd.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-8b1b4817280911cd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-293a1a0020f87086.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-3627459722d98b1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0176ef58ce876bf1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-eb84c601c98b8a68.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e442280e33dd4a1e.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-03d3eb7aa6014390.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-ac9bd782677eed40.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c39f03ab9a4972d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-590577dd4f4409ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-7a83e57e5f70f17a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b73b1c67cff3cd99.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 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-83bb8bd957affd77.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-2cf93814da2a3e41.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-d5a61d6430887257.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.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-a59261aefd09cc82.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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52642026-06-02T17:40:50.516Z 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=bb81503d1535977c -C extra-filename=-015ed05b76e26291 --out-dir /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-bd3a73593854ac88.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-72d0a3dbaaef59c0.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-3b36ed0b8d82be84.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-5e4e2cf87ec25885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-86f66510ed8ca3fa.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-eed53988ac9b5dd1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4631c617a980eb28.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-378d02d8e0e669c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-e42e8763cbc9b1b6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0176ef58ce876bf1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-2cf93814da2a3e41.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-d5a61d6430887257.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.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/`
52652026-06-02T17:40:51.111Z 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=2385f3fd5912f8a5 -C extra-filename=-2a114ff09e95546d --out-dir /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-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-0d44330098dd4e08.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-bb26dc1dd0d5bfa6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-c14197392eb515c9.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-ee3cced892be35ba.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-eed53988ac9b5dd1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1a74e137437b4c85.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bd6ca8938744fc68.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.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-a60f219b3d010a50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.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`
52662026-06-02T17:40:51.578Z 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=a99f3bb492fb65fa -C extra-filename=-24acdcb592be373d --out-dir /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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.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-69c447cb3f1ce5d0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-cc5a9ad3890b17c6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-f9bc8458507ddb3a.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0d6cdd77bf2d0382.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-545caac1aff2aeca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.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-7a83e57e5f70f17a.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-fe06f291e4e1ffc0.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/`
52672026-06-02T17:40:53.843Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
52682026-06-02T17:40:53.846Z 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=4260e3cb298ffa1d -C extra-filename=-40af03f5d8876ef0 --out-dir /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-d62b7cd9ab5877a1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-545caac1aff2aeca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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/`
52692026-06-02T17:40:53.879Z 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=aad0c4d1c51ab5ad -C extra-filename=-32af8dc85f524a61 --out-dir /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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-69c447cb3f1ce5d0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-cc5a9ad3890b17c6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-f9bc8458507ddb3a.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0d6cdd77bf2d0382.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-545caac1aff2aeca.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.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-fe06f291e4e1ffc0.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/`
52702026-06-02T17:40:54.307Z 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=f2a5d682654e9dd6 -C extra-filename=-ef1898d6ab5710e8 --out-dir /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_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-02e5946cfdcb6f97.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-d62b7cd9ab5877a1.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-3f22757b3b133472.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-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-0d19850314c47f2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2e2e26fed9723a1c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2b007a1926de138b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-80888c881ed73189.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-f3f930d0fffec7e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-0176ef58ce876bf1.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-ac9bd782677eed40.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-beff3589df8484c3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-dd3241566cb6880a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a60f219b3d010a50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2ed61e103351ccef.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a9f4a7d52eefdaf5.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2dfe20f10317e1b7.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e365e03a42be4cba.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da90f6ce146193cc.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/`
52712026-06-02T17:40:55.205Z 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=9b9be08e58e5ccae -C extra-filename=-a083b9716d3b6631 --out-dir /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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.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-69c447cb3f1ce5d0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-cc5a9ad3890b17c6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-f9bc8458507ddb3a.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0d6cdd77bf2d0382.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.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-7a83e57e5f70f17a.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-fe06f291e4e1ffc0.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/`
52722026-06-02T17:40:55.348Z 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=c740c8eb1627d398 -C extra-filename=-a340f5e557edb15a --out-dir /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-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d19850314c47f2b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-8b1b4817280911cd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-293a1a0020f87086.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-3627459722d98b1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c39f03ab9a4972d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-7a83e57e5f70f17a.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-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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/`
52732026-06-02T17:40:55.792Z 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=0bdf8ec7b0840103 -C extra-filename=-c0dadbe107309ac5 --out-dir /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-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0d19850314c47f2b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a16cb4173234cfa0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-8b1b4817280911cd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-293a1a0020f87086.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-3627459722d98b1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c39f03ab9a4972d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-7a83e57e5f70f17a.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-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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/`
52742026-06-02T17:40:56.236Z 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=7fba17ff40f1b93d -C extra-filename=-ff7039fa6090ce55 --out-dir /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-d62b7cd9ab5877a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-0d945f0238dc01e9.rlib --cfg 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=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52752026-06-02T17:40:57.191Z 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=d23b10641230bc3c -C extra-filename=-03b5d5cb652b5f9f --out-dir /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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-26c6d8bf24d35b70.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.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-6eee55587c555210.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-968707a7b30c2b7d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-eed53988ac9b5dd1.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1a74e137437b4c85.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-bfba6f81d18e2daa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-0d945f0238dc01e9.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-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-7a83e57e5f70f17a.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-83bb8bd957affd77.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a60f219b3d010a50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-241ee6bc01c47e55.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.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`
52762026-06-02T17:40:57.680Z 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=b8dbf6858e066c3a -C extra-filename=-3e01667844e5c7f8 --out-dir /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-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-0d44330098dd4e08.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-bb26dc1dd0d5bfa6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-c14197392eb515c9.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-ee3cced892be35ba.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-eed53988ac9b5dd1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1a74e137437b4c85.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bd6ca8938744fc68.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-0d945f0238dc01e9.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-7f74e9d7fe7660b1.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-a60f219b3d010a50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.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`
52772026-06-02T17:40:58.047Z 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=77d944c518e2e133 -C extra-filename=-35ce9d58059f912f --out-dir /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-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-0d44330098dd4e08.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-bb26dc1dd0d5bfa6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-c14197392eb515c9.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-ee3cced892be35ba.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-eed53988ac9b5dd1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1a74e137437b4c85.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bd6ca8938744fc68.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-0d945f0238dc01e9.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-7f74e9d7fe7660b1.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-a60f219b3d010a50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.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`
52782026-06-02T17:40:59.956Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
52792026-06-02T17:40:59.960Z 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=de4fe5a5d350b418 -C extra-filename=-4a0f3e008ff16550 --out-dir /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-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bd6ca8938744fc68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-0d945f0238dc01e9.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-086a633223612a75.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-d5a61d6430887257.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-430d6302bf22a59f.rlib --cfg 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=/opt/ooce/pgsql-18/lib/amd64`
52802026-06-02T17:41:00.295Z 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=118e818067448a90 -C extra-filename=-5fa5f461cfc3f5f5 --out-dir /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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-26c6d8bf24d35b70.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.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-6eee55587c555210.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-968707a7b30c2b7d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-eed53988ac9b5dd1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1a74e137437b4c85.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-bfba6f81d18e2daa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-0d945f0238dc01e9.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-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-7a83e57e5f70f17a.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-83bb8bd957affd77.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a60f219b3d010a50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-241ee6bc01c47e55.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.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`
52812026-06-02T17:41:00.531Z 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=7b674c41f9b09fce -C extra-filename=-07970b412d470319 --out-dir /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-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-e8260ba4e9f18d20.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-c14197392eb515c9.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-ee3cced892be35ba.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-eed53988ac9b5dd1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1a74e137437b4c85.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bd6ca8938744fc68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-0d945f0238dc01e9.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-7f74e9d7fe7660b1.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-a60f219b3d010a50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.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`
52822026-06-02T17:41:00.694Z 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=2076e8406ed87751 -C extra-filename=-d31e47b0678bdbb6 --out-dir /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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.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-69c447cb3f1ce5d0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-cc5a9ad3890b17c6.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-f9bc8458507ddb3a.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0d6cdd77bf2d0382.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-545caac1aff2aeca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.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-7a83e57e5f70f17a.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-fe06f291e4e1ffc0.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/`
52832026-06-02T17:41:00.837Z 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=6ca2230a2229a9eb -C extra-filename=-5ce3e83268312392 --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-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-545caac1aff2aeca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7a83e57e5f70f17a.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/`
52842026-06-02T17:41:01.348Z 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=6d694fb88203cf20 -C extra-filename=-8377318937857880 --out-dir /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_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-02e5946cfdcb6f97.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-d62b7cd9ab5877a1.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-3f22757b3b133472.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-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-0d19850314c47f2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2e2e26fed9723a1c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2b007a1926de138b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-80888c881ed73189.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-f3f930d0fffec7e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-0176ef58ce876bf1.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-ac9bd782677eed40.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-beff3589df8484c3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-dd3241566cb6880a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a60f219b3d010a50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2ed61e103351ccef.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a9f4a7d52eefdaf5.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-2dfe20f10317e1b7.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e365e03a42be4cba.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da90f6ce146193cc.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/`
52852026-06-02T17:41:01.472Z 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=fedf6821eeb66658 -C extra-filename=-1dc6c562595e407a --out-dir /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_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-02e5946cfdcb6f97.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-d62b7cd9ab5877a1.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-3f22757b3b133472.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-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-0d19850314c47f2b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e275e6e74e916034.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2e2e26fed9723a1c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2b007a1926de138b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-80888c881ed73189.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-f3f930d0fffec7e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-0176ef58ce876bf1.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-ac9bd782677eed40.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-beff3589df8484c3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-dd3241566cb6880a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-536b836f85a43781.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a60f219b3d010a50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-da9081ae5c21635c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-2ed61e103351ccef.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-a9f4a7d52eefdaf5.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-e365e03a42be4cba.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-da90f6ce146193cc.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/`
52862026-06-02T17:41:01.615Z 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=abaad0461dfffa99 -C extra-filename=-30cddae949b1e2fe --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-49b900098ce12253.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
52872026-06-02T17:41:01.918Z 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=3e85226b0ff9cebb -C extra-filename=-0fd56687fcb07ab4 --out-dir /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-d62b7cd9ab5877a1.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ca27d7739cb6f8c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5290ac34e2a6b657.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-64b41cd1434a5bb9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.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-7956961cdfc2f189.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`
52882026-06-02T17:41:02.742Z 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=726f2f853273422d -C extra-filename=-92fe85e24b2ea15f --out-dir /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-d62b7cd9ab5877a1.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ca27d7739cb6f8c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5290ac34e2a6b657.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-64b41cd1434a5bb9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.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-7956961cdfc2f189.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`
52892026-06-02T17:41:02.869Z 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=6aae2d1aa7375a51 -C extra-filename=-a32d33af32b86797 --out-dir /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-d62b7cd9ab5877a1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-80888c881ed73189.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-0d6cdd77bf2d0382.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-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-7956961cdfc2f189.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-590577dd4f4409ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.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/`
52902026-06-02T17:41:02.952Z 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=10ec40c98a9b0c7b -C extra-filename=-368f961e9733af69 --out-dir /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-bd3a73593854ac88.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-334a9d6975c1b79b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-e6adacc0f13b4f32.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-6359cd8ed24a1cd3.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.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-086a633223612a75.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-05d785b36e075383.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
52912026-06-02T17:41:03.522Z 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=abe8e0c8a19e8943 -C extra-filename=-1dab334b0ced23a5 --out-dir /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-fa2ef81737ff992b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-69fa19d8df64e9da.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.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-c14197392eb515c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-db4632270cccb91d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
52922026-06-02T17:41:04.008Z 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=08c91d92953da1f6 -C extra-filename=-31910d491688f18b --out-dir /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-d62b7cd9ab5877a1.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ca27d7739cb6f8c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-687be2f0282934a9.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`
52932026-06-02T17:41:05.976Z 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=0ef049f4ccf39a85 -C extra-filename=-761c1404dcddcb95 --out-dir /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-afed1e5f5a6150d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0077173aa0dac760.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f82cf1042026d496.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`
52942026-06-02T17:41:08.395Z 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=22080bed03fd6883 -C extra-filename=-2b6ac0b72999cd64 --out-dir /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-772a0e5df93d9945.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-72d0a3dbaaef59c0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-033f92b7d2688a9a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-26c6d8bf24d35b70.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-455ff897770a9865.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.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-fe06046bb8ce6274.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-6eee55587c555210.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.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-c14197392eb515c9.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-7419010536bd42e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.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-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-dd3241566cb6880a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-d5a61d6430887257.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-b5bddb180a4cdcab.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`
52952026-06-02T17:41:08.964Z 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=dd3114a1c05f5a43 -C extra-filename=-969fcb7213294ef9 --out-dir /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-d62b7cd9ab5877a1.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-0d19850314c47f2b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-dd3241566cb6880a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a60f219b3d010a50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.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`
52962026-06-02T17:41:13.713Z 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=5f7c4949764a6412 -C extra-filename=-ca1375576d49574a --out-dir /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-741417fcea57eb36.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-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e5797ea9908f0e04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-2da54143895cbf99.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c7dbf622adb40431.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-c9a66393fdd4ac37.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-a59261aefd09cc82.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`
52972026-06-02T17:41:14.917Z 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=d54fa63580da4c2a -C extra-filename=-07112f29cd2e47e5 --out-dir /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-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fa2ef81737ff992b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-69fa19d8df64e9da.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.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-c14197392eb515c9.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-749bb146383f20a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
52982026-06-02T17:41:15.495Z 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=8b7d13692514b1ef -C extra-filename=-9f36dbe455a64f6f --out-dir /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-741417fcea57eb36.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-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-086a633223612a75.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`
52992026-06-02T17:41:15.771Z 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=7cedd5362e2002f6 -C extra-filename=-f98e8194faa5e775 --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-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-40fdd86715f143cc.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`
53002026-06-02T17:41:15.821Z 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=4c9e857d4bc978ef -C extra-filename=-e423de8dec08b057 --out-dir /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-6be5bdda9e411dd2.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-06bed6ddf665ddd0.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-16ddd68c8933d661.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-712813eb82f41e6e.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-c3375757754b439a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90f3a36fe30ab74e.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-46b5b0d17dce412f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-2da54143895cbf99.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-7f74e9d7fe7660b1.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)'`
53012026-06-02T17:41:16.252Z 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=bbbb40cb5fec1d85 -C extra-filename=-1d798f922d96988b --out-dir /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-d62b7cd9ab5877a1.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-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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`
53022026-06-02T17:41:17.581Z 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=71f3640d22be0454 -C extra-filename=-71983c6c4a411ffe --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-328e8c5aafe73fa3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-bd3a73593854ac88.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-334a9d6975c1b79b.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-1d13318fd79ea3e2.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-16ddd68c8933d661.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-d5a61d6430887257.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-430d6302bf22a59f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.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`
53032026-06-02T17:41:17.944Z 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=8d95c0f384f8b94c -C extra-filename=-e7e4c19b05f08eb9 --out-dir /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-d62b7cd9ab5877a1.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-fa2ef81737ff992b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-69fa19d8df64e9da.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.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-c14197392eb515c9.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-749bb146383f20a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4e50982a21137ede.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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`
53042026-06-02T17:41:17.996Z 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=9e0dba9928cc3506 -C extra-filename=-36d4db794abb2f78 --out-dir /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-d633ad4bb6deea6a.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-51a708b829c7f25c.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-712813eb82f41e6e.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-3627459722d98b1d.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-beff3589df8484c3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-590577dd4f4409ab.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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`
53052026-06-02T17:41:18.651Z 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=a4785ac2b84d019e -C extra-filename=-edd5e27295662265 --out-dir /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-d62b7cd9ab5877a1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.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-bfba6f81d18e2daa.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-2b218b07a6431742.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
53062026-06-02T17:41:22.261Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
53072026-06-02T17:41:22.265Z 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=c9464f10f00ee244 -C extra-filename=-d942a6514d31ba6c --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-d2d25f9487a12a76.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-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-3c5c410d401f5832.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-df88dc691034d226.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-333bef3ccc8b13e1.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-00a428463270953f.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53082026-06-02T17:41:24.779Z 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=ef05566699083b38 -C extra-filename=-40221b4c50d36961 --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-a63f894a86e2d3a7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
53092026-06-02T17:41:26.069Z 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=e152eababe065bcd -C extra-filename=-1471b47a261416c7 --out-dir /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-2deee4dec6f7245a.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-40221b4c50d36961.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.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-4a1c4b21d12eae93.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`
53102026-06-02T17:41:29.550Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
53112026-06-02T17:41:29.554Z 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=504e6a20cbba409b -C extra-filename=-51e189874e06d4a2 --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-1471b47a261416c7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
53122026-06-02T17:41:30.446Z 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=ce26215567691341 -C extra-filename=-86ab1f4dda065d0c --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-93d03fa39a106506.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-1471b47a261416c7.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-51e189874e06d4a2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
53132026-06-02T17:41:30.730Z 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=fda3d6689026d4bd -C extra-filename=-b192e94fe11c27cb --out-dir /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-d62b7cd9ab5877a1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
53142026-06-02T17:41:30.730Z 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=16f9133f1bec533e -C extra-filename=-19c0f9f60ceac9af --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-1471b47a261416c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
53152026-06-02T17:41:30.730Z 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=e539a62d42da4e95 -C extra-filename=-14cb1c418462add9 --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-a63f894a86e2d3a7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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`
53162026-06-02T17:41:30.758Z 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=47c293e882cc058b -C extra-filename=-df0d376293d0d910 --out-dir /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-2deee4dec6f7245a.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-40221b4c50d36961.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.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-4a1c4b21d12eae93.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`
53172026-06-02T17:41:34.760Z 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=f5513f073aea1ee7 -C extra-filename=-6020b913ea696cfa --out-dir /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-8aa1fce567c489f4.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-26c6d8bf24d35b70.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-93d03fa39a106506.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-fe06046bb8ce6274.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-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-1471b47a261416c7.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-51e189874e06d4a2.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-40221b4c50d36961.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.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-ca751e8828ef9817.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-20a6bf7dbc00b692.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-e42e8763cbc9b1b6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-d5a61d6430887257.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53182026-06-02T17:41:36.434Z 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=a214c507deed6f90 -C extra-filename=-1a164c82af14946c --out-dir /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-bd3a73593854ac88.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-43c7e689bf92a676.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.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-bbaed369d3f1b87b.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-5e4e2cf87ec25885.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 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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-51a708b829c7f25c.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-ca27d7739cb6f8c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90f3a36fe30ab74e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a1b7f72e09e29273.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-8ccf77cde06196fd.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-8b1b4817280911cd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-293a1a0020f87086.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-3627459722d98b1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0176ef58ce876bf1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-eb84c601c98b8a68.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e442280e33dd4a1e.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-03d3eb7aa6014390.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-ac9bd782677eed40.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c39f03ab9a4972d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-590577dd4f4409ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-7a83e57e5f70f17a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b73b1c67cff3cd99.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 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-83bb8bd957affd77.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-2cf93814da2a3e41.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-d5a61d6430887257.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.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-a59261aefd09cc82.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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53192026-06-02T17:41:36.434Z 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=d2f8481ead241e3d -C extra-filename=-e0a2349864954aad --out-dir /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-bd3a73593854ac88.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-43c7e689bf92a676.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.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-bbaed369d3f1b87b.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-5e4e2cf87ec25885.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 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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-51a708b829c7f25c.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-ca27d7739cb6f8c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90f3a36fe30ab74e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a1b7f72e09e29273.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-8ccf77cde06196fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-8b1b4817280911cd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-293a1a0020f87086.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-3627459722d98b1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0176ef58ce876bf1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-eb84c601c98b8a68.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e442280e33dd4a1e.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-03d3eb7aa6014390.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-ac9bd782677eed40.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c39f03ab9a4972d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-590577dd4f4409ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-7a83e57e5f70f17a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b73b1c67cff3cd99.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 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-83bb8bd957affd77.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-2cf93814da2a3e41.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-d5a61d6430887257.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53202026-06-02T17:41:36.437Z 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=c0ef84cae68d422e -C extra-filename=-887c966f68b1311a --out-dir /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-bd3a73593854ac88.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-43c7e689bf92a676.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.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-bbaed369d3f1b87b.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-5e4e2cf87ec25885.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 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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-51a708b829c7f25c.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-ca27d7739cb6f8c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90f3a36fe30ab74e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a1b7f72e09e29273.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-8ccf77cde06196fd.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-8b1b4817280911cd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-293a1a0020f87086.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-3627459722d98b1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0176ef58ce876bf1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-eb84c601c98b8a68.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e442280e33dd4a1e.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-03d3eb7aa6014390.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-ac9bd782677eed40.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c39f03ab9a4972d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-590577dd4f4409ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-7a83e57e5f70f17a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b73b1c67cff3cd99.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 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-83bb8bd957affd77.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-2cf93814da2a3e41.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-d5a61d6430887257.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.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-a59261aefd09cc82.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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53212026-06-02T17:41:36.465Z 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=bcb9e5462d37a6b9 -C extra-filename=-ffca09597225ea6e --out-dir /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-bd3a73593854ac88.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-43c7e689bf92a676.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.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-bbaed369d3f1b87b.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-5e4e2cf87ec25885.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 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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-51a708b829c7f25c.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-ca27d7739cb6f8c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90f3a36fe30ab74e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a1b7f72e09e29273.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-8ccf77cde06196fd.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-8b1b4817280911cd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-293a1a0020f87086.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-3627459722d98b1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0176ef58ce876bf1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-eb84c601c98b8a68.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e442280e33dd4a1e.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-03d3eb7aa6014390.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-ac9bd782677eed40.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c39f03ab9a4972d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-590577dd4f4409ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-7a83e57e5f70f17a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b73b1c67cff3cd99.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 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-83bb8bd957affd77.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-2cf93814da2a3e41.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-d5a61d6430887257.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.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-a59261aefd09cc82.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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53222026-06-02T17:41:36.468Z 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=58d96fe5a0ebc639 -C extra-filename=-95ab6ae51b267734 --out-dir /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-bd3a73593854ac88.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-43c7e689bf92a676.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.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-bbaed369d3f1b87b.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-5e4e2cf87ec25885.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 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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-51a708b829c7f25c.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-ca27d7739cb6f8c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90f3a36fe30ab74e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a1b7f72e09e29273.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-8ccf77cde06196fd.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-8b1b4817280911cd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-293a1a0020f87086.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-3627459722d98b1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0176ef58ce876bf1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-eb84c601c98b8a68.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e442280e33dd4a1e.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-03d3eb7aa6014390.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-ac9bd782677eed40.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c39f03ab9a4972d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-590577dd4f4409ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-7a83e57e5f70f17a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b73b1c67cff3cd99.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 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-83bb8bd957affd77.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-2cf93814da2a3e41.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-d5a61d6430887257.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.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-a59261aefd09cc82.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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53232026-06-02T17:41:36.530Z 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=8458cbfff6594190 -C extra-filename=-2eaa42b592cb57cf --out-dir /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-bd3a73593854ac88.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-43c7e689bf92a676.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.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-bbaed369d3f1b87b.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-5e4e2cf87ec25885.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 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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-51a708b829c7f25c.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-ca27d7739cb6f8c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90f3a36fe30ab74e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a1b7f72e09e29273.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-8ccf77cde06196fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-8b1b4817280911cd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-293a1a0020f87086.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-3627459722d98b1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0176ef58ce876bf1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-eb84c601c98b8a68.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e442280e33dd4a1e.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-03d3eb7aa6014390.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-ac9bd782677eed40.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c39f03ab9a4972d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-590577dd4f4409ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-7a83e57e5f70f17a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b73b1c67cff3cd99.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 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-83bb8bd957affd77.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-2cf93814da2a3e41.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-d5a61d6430887257.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53242026-06-02T17:41:36.564Z 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=64cba9cbe7857323 -C extra-filename=-f0904cb5bf77119e --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-d2d25f9487a12a76.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-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.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-d942a6514d31ba6c.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-333bef3ccc8b13e1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-00a428463270953f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53252026-06-02T17:41:36.567Z 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=a57cec71144f49c3 -C extra-filename=-c28907c2e6177dbd --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-d2d25f9487a12a76.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-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.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-d942a6514d31ba6c.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-333bef3ccc8b13e1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-00a428463270953f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53262026-06-02T17:41:36.568Z 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=74ec4511a6fea2b8 -C extra-filename=-7127e2fb7ce739a2 --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-d2d25f9487a12a76.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-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.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-d942a6514d31ba6c.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-333bef3ccc8b13e1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-00a428463270953f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53272026-06-02T17:41:36.602Z 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=cf4369abaf3a1925 -C extra-filename=-a6de80be24e30ceb --out-dir /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-bd3a73593854ac88.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-43c7e689bf92a676.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.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-bbaed369d3f1b87b.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-5e4e2cf87ec25885.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 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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-51a708b829c7f25c.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-ca27d7739cb6f8c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90f3a36fe30ab74e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a1b7f72e09e29273.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-8ccf77cde06196fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-8b1b4817280911cd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-293a1a0020f87086.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-3627459722d98b1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0176ef58ce876bf1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-eb84c601c98b8a68.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e442280e33dd4a1e.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-03d3eb7aa6014390.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-ac9bd782677eed40.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c39f03ab9a4972d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-590577dd4f4409ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-7a83e57e5f70f17a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b73b1c67cff3cd99.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 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-83bb8bd957affd77.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-2cf93814da2a3e41.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-d5a61d6430887257.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53282026-06-02T17:41:36.605Z 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=8c4eaf5446655703 -C extra-filename=-ef09e2ae3c2b20cf --out-dir /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-2f47bacece9459b4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a091483e62fbc0eb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-26c6d8bf24d35b70.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.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-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f038e62f8dba66c9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a121c9cfd8c3a9f0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ca27d7739cb6f8c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-ca751e8828ef9817.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-933ea8a694882c77.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-e42e8763cbc9b1b6.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-beff3589df8484c3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-fe06f291e4e1ffc0.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-241ee6bc01c47e55.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/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53292026-06-02T17:41:36.605Z 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=7d941d1c5fcb8d0c -C extra-filename=-ac89497eba2ebda7 --out-dir /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-bd3a73593854ac88.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-43c7e689bf92a676.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.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-bbaed369d3f1b87b.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-5e4e2cf87ec25885.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 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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-51a708b829c7f25c.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-ca27d7739cb6f8c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90f3a36fe30ab74e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5fbbdcbeeb865a0f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6a115619937c4b49.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a1b7f72e09e29273.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-8ccf77cde06196fd.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-8b1b4817280911cd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-293a1a0020f87086.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-3627459722d98b1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0176ef58ce876bf1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-eb84c601c98b8a68.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e442280e33dd4a1e.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-03d3eb7aa6014390.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-ac9bd782677eed40.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c39f03ab9a4972d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-590577dd4f4409ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-7a83e57e5f70f17a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b73b1c67cff3cd99.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 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-83bb8bd957affd77.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-2cf93814da2a3e41.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-d5a61d6430887257.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.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-a59261aefd09cc82.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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53302026-06-02T17:41:36.633Z 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=da068a311b28f5d9 -C extra-filename=-9ac247cbc2b844cb --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-d2d25f9487a12a76.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-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cf740bb0db11076e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-3c5c410d401f5832.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-333bef3ccc8b13e1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-00a428463270953f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53312026-06-02T17:41:36.663Z 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=03dbf387cc36db44 -C extra-filename=-f999361c60333901 --out-dir /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-bd3a73593854ac88.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-43c7e689bf92a676.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.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-bbaed369d3f1b87b.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-5e4e2cf87ec25885.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 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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-47a020161b3c0d17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-51a708b829c7f25c.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-ca27d7739cb6f8c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c3375757754b439a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5421faadb7c54770.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-c8e78a4fb5f043c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90f3a36fe30ab74e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a1b7f72e09e29273.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-e3a6cbb274ddd91f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7cc7d279d5622af3.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-8ccf77cde06196fd.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-8b1b4817280911cd.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-293a1a0020f87086.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-3627459722d98b1d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-0176ef58ce876bf1.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-eb84c601c98b8a68.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e442280e33dd4a1e.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-03d3eb7aa6014390.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-ac9bd782677eed40.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c39f03ab9a4972d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-590577dd4f4409ab.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c9a66393fdd4ac37.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-7a83e57e5f70f17a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b73b1c67cff3cd99.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 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-83bb8bd957affd77.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-2cf93814da2a3e41.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-d5a61d6430887257.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-39eb27e326a35722.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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53322026-06-02T17:42:03.850Z 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=2949c1124d29b1b3 -C extra-filename=-4e29a1e08444abdd --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-72d0a3dbaaef59c0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.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/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53332026-06-02T17:42:03.854Z 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=ab2334267718500a -C extra-filename=-54459548d1b2aa56 --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 nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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/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`
53342026-06-02T17:42:03.894Z 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=83a425d090aa00f4 -C extra-filename=-913827be452c5868 --out-dir /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-6020b913ea696cfa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53352026-06-02T17:42:03.894Z 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=04ddbfd2aafb8215 -C extra-filename=-bbf2e409db71dd01 --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 nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.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=/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`
53362026-06-02T17:42:03.898Z 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=9bd90f57ccc36087 -C extra-filename=-d5cf8904133e4a35 --out-dir /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-6eee55587c555210.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-86ab1f4dda065d0c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53372026-06-02T17:42:03.930Z 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=f38769774965917d -C extra-filename=-ef378564725094d1 --out-dir /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-a63f894a86e2d3a7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53382026-06-02T17:42:04.388Z 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=ec579323d2591547 -C extra-filename=-c8baf85c83cf2f15 --out-dir /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-72d0a3dbaaef59c0.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-03f5f5da4a3ec52e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f22757b3b133472.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_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.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-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ca27d7739cb6f8c3.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4e29a1e08444abdd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-2b3f8bcedbe649fd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-64b41cd1434a5bb9.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-e42e8763cbc9b1b6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.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-83bb8bd957affd77.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/ -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`
53392026-06-02T17:42:05.708Z 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=910aec55473a9ff0 -C extra-filename=-e9371d140a567b34 --out-dir /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-2f47bacece9459b4.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a091483e62fbc0eb.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4fd500f72e357744.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b36ed0b8d82be84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-968707a7b30c2b7d.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a16cb4173234cfa0.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5cf8904133e4a35.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.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-b5bddb180a4cdcab.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`
53402026-06-02T17:42:07.982Z 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=b12203b4f0851a94 -C extra-filename=-51b5ea0a144d6b9e --out-dir /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-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53412026-06-02T17:42:07.986Z 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=ac5f6e3ab3fad47c -C extra-filename=-cc7e215a3d273bf9 --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-93d03fa39a106506.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-1471b47a261416c7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-51e189874e06d4a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53422026-06-02T17:42:08.012Z 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=9511f5e0f17e7968 -C extra-filename=-a1190271fbd60646 --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-72d0a3dbaaef59c0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-7f74e9d7fe7660b1.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/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53432026-06-02T17:42:08.017Z 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=82e8d1366f1ebf43 -C extra-filename=-6875f310f749e62d --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-93d03fa39a106506.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-1471b47a261416c7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-51e189874e06d4a2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53442026-06-02T17:42:08.017Z 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=fdee2c6800e06258 -C extra-filename=-59d0685981912a20 --out-dir /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-72d0a3dbaaef59c0.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-03f5f5da4a3ec52e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f22757b3b133472.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_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ca27d7739cb6f8c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4e29a1e08444abdd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-2b3f8bcedbe649fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-64b41cd1434a5bb9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.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-83bb8bd957affd77.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/ -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`
53452026-06-02T17:42:08.017Z 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=827fcfd0b23c3fde -C extra-filename=-1decc59b195b6b89 --out-dir /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-6eee55587c555210.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-86ab1f4dda065d0c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53462026-06-02T17:42:08.043Z 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=ae6a6c8469e73f3c -C extra-filename=-5a8174edf7867a44 --out-dir /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-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53472026-06-02T17:42:08.216Z 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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=b396fb27a023b040 -C extra-filename=-aea2650a1994f39d --out-dir /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-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2f47bacece9459b4.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a091483e62fbc0eb.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4fd500f72e357744.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b36ed0b8d82be84.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-45c5de1a90aeea4a.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-5d97e2ae929e8fe2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f22757b3b133472.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-567e8c4a24c21eca.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-86f66510ed8ca3fa.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1471b47a261416c7.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-27f9579434fa6728.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1febbe3af962a0c4.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-586057804891d044.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-eabfc5299efe3893.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ed4cd2283c4b7d33.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7a0531393a815d87.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bbf2e409db71dd01.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a16cb4173234cfa0.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5cf8904133e4a35.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e9371d140a567b34.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-913827be452c5868.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-54459548d1b2aa56.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4e29a1e08444abdd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7419010536bd42e8.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.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-ca751e8828ef9817.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c7dbf622adb40431.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-68004d1839d49401.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6b404f20eee1ed0f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.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-8ccf77cde06196fd.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-378d02d8e0e669c4.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 reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.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-e42e8763cbc9b1b6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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 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-dd3241566cb6880a.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.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/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53482026-06-02T17:42:09.408Z 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=1c451baa4b405f8d -C extra-filename=-5b1b07391976e134 --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 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-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.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/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`
53492026-06-02T17:42:09.414Z 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=d8458d8354e59121 -C extra-filename=-ecf691ceeac10d41 --out-dir /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-d62b7cd9ab5877a1.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7ac00261800dcb93.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-26c6d8bf24d35b70.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0a9c3703f84347ce.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 http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-2b3f8bcedbe649fd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.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-7956961cdfc2f189.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 /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`
53502026-06-02T17:42:09.414Z 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=d85720c161dfe654 -C extra-filename=-f1e42dda06fadee7 --out-dir /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-d62b7cd9ab5877a1.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7ac00261800dcb93.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-26c6d8bf24d35b70.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0a9c3703f84347ce.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 http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e058889f11375ada.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.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-7956961cdfc2f189.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 /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`
53512026-06-02T17:42:09.414Z 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=4a739090dc5f1019 -C extra-filename=-19ee5ee45e19184f --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 nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1471b47a261416c7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bb4203efd4b89e8c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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/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`
53522026-06-02T17:42:09.466Z 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=35d9c5871d265260 -C extra-filename=-a8ee21d713534de2 --out-dir /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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.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-c8baf85c83cf2f15.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-83bc75e2490c69b4.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-210ad8585ce84f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.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-7956961cdfc2f189.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/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`
53532026-06-02T17:42:09.469Z 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=6a2f978ab68bf453 -C extra-filename=-07f916dc61fc3314 --out-dir /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-8aa1fce567c489f4.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-26c6d8bf24d35b70.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-33eeed745c52ea4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-93d03fa39a106506.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-fe06046bb8ce6274.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-6eee55587c555210.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-1471b47a261416c7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-51e189874e06d4a2.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-40221b4c50d36961.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.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-ca751e8828ef9817.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-589408e37a1491ea.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-f3f17e39b6d660db.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-20a6bf7dbc00b692.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-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-d5a61d6430887257.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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/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`
53542026-06-02T17:42:09.501Z 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=2d595b01da9980fb -C extra-filename=-b0e6a3068fa721c3 --out-dir /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-d62b7cd9ab5877a1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.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-c8baf85c83cf2f15.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-83bc75e2490c69b4.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-210ad8585ce84f63.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-36b7646b1901c7b8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.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-7956961cdfc2f189.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/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`
53552026-06-02T17:42:10.261Z 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=ad1579061eb196da -C extra-filename=-6932be9d5f362b44 --out-dir /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-d62b7cd9ab5877a1.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a16cb4173234cfa0.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e9371d140a567b34.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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-293a1a0020f87086.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-b5bddb180a4cdcab.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`
53562026-06-02T17:42:11.616Z 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=a47641b130e04f6f -C extra-filename=-aeffd6c83817e723 --out-dir /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-5d97e2ae929e8fe2.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-299ddd336e8a4990.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.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/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53572026-06-02T17:42:11.619Z 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=a05898cc006b19a7 -C extra-filename=-5a424d86314b8d13 --out-dir /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-5d97e2ae929e8fe2.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-299ddd336e8a4990.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-7f74e9d7fe7660b1.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/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53582026-06-02T17:42:11.647Z 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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce1d30d119b26ba9 -C extra-filename=-e475c231919e7eff --out-dir /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-02e5946cfdcb6f97.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4fd500f72e357744.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-03f5f5da4a3ec52e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-45c5de1a90aeea4a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.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-fe06046bb8ce6274.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-16ddd68c8933d661.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-968707a7b30c2b7d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-51e189874e06d4a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-54459548d1b2aa56.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-7956961cdfc2f189.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-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-b5bddb180a4cdcab.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 /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`
53592026-06-02T17:44:42.946Z 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=36704a266b6d32c7 -C extra-filename=-0b42195aa0f4f160 --out-dir /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-d62b7cd9ab5877a1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bb4203efd4b89e8c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-aea2650a1994f39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-0d945f0238dc01e9.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=/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`
53602026-06-02T17:44:42.946Z 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=66de99dcd93dc550 -C extra-filename=-4fca372b568c5d6d --out-dir /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-2f47bacece9459b4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a091483e62fbc0eb.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4fd500f72e357744.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b36ed0b8d82be84.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.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-16ddd68c8933d661.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-968707a7b30c2b7d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a16cb4173234cfa0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5cf8904133e4a35.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bb4203efd4b89e8c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-aea2650a1994f39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.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-b5bddb180a4cdcab.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 /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`
53612026-06-02T17:44:42.950Z 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=14c16acf1f7e8e14 -C extra-filename=-4e42527afde7ac38 --out-dir /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-d62b7cd9ab5877a1.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 gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4e29a1e08444abdd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-05d56249f1331c2a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-aea2650a1994f39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-00a428463270953f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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/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`
53622026-06-02T17:44:42.950Z 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=4fa538324a5b79ba -C extra-filename=-3bdceec5f88194c3 --out-dir /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-d62b7cd9ab5877a1.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-6eee55587c555210.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4e29a1e08444abdd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-aea2650a1994f39d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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/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`
53632026-06-02T17:44:42.982Z 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9341772e555291f -C extra-filename=-9114a62fb0504ab9 --out-dir /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-02e5946cfdcb6f97.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4fd500f72e357744.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-03f5f5da4a3ec52e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-45c5de1a90aeea4a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.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-fe06046bb8ce6274.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-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-16ddd68c8933d661.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-968707a7b30c2b7d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-51e189874e06d4a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-54459548d1b2aa56.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bb4203efd4b89e8c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-aea2650a1994f39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-7956961cdfc2f189.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-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-b5bddb180a4cdcab.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 /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`
53642026-06-02T17:44:42.986Z 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6073750098f513f5 -C extra-filename=-7f1780617cc26ef2 --out-dir /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-02e5946cfdcb6f97.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4fd500f72e357744.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-03f5f5da4a3ec52e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-45c5de1a90aeea4a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.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-fe06046bb8ce6274.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-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-16ddd68c8933d661.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-968707a7b30c2b7d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-51e189874e06d4a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-54459548d1b2aa56.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bb4203efd4b89e8c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-aea2650a1994f39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-7956961cdfc2f189.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-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-b5bddb180a4cdcab.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 /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`
53652026-06-02T17:44:42.986Z 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=1e814641d408212d -C extra-filename=-0614706dbb26034a --out-dir /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-d62b7cd9ab5877a1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bb4203efd4b89e8c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-aea2650a1994f39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-0d945f0238dc01e9.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=/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`
53662026-06-02T17:44:43.013Z 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=3c6119c3b389fb5e -C extra-filename=-05f4bb6ff04e6ee9 --out-dir /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-d62b7cd9ab5877a1.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 gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4e29a1e08444abdd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-05d56249f1331c2a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-aea2650a1994f39d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-00a428463270953f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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/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`
53672026-06-02T17:46:22.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 32s
53682026-06-02T17:46:22.620Z
53692026-06-02T17:46:22.620Zreal 7:33.251618381
53702026-06-02T17:46:22.620Zuser 1:09:09.987059921
53712026-06-02T17:46:22.620Zsys 21:10.262537216
53722026-06-02T17:46:22.624Ztrap 1.981952632
53732026-06-02T17:46:22.624Ztflt 4.312391289
53742026-06-02T17:46:22.624Zdflt 25.289093055
53752026-06-02T17:46:22.624Zkflt 0.108932575
53762026-06-02T17:46:22.624Zlock 4:22:06.305565671
53772026-06-02T17:46:22.624Zslp 4:27:22.258272904
53782026-06-02T17:46:22.624Zlat 2:11.251357600
53792026-06-02T17:46:22.624Zstop 32:49.407510082
53802026-06-02T17:46:22.624Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
53812026-06-02T17:46:23.982Z Fresh unicode-ident v1.0.24
53822026-06-02T17:46:23.985Z Fresh cfg-if v1.0.4
53832026-06-02T17:46:23.985Z Fresh memchr v2.8.0
53842026-06-02T17:46:23.985Z Fresh smallvec v1.15.1
53852026-06-02T17:46:23.985Z Fresh log v0.4.29
53862026-06-02T17:46:23.986Z Fresh itoa v1.0.17
53872026-06-02T17:46:23.986Z Fresh version_check v0.9.5
53882026-06-02T17:46:23.986Z Fresh autocfg v1.5.0
53892026-06-02T17:46:23.986Z Fresh scopeguard v1.2.0
53902026-06-02T17:46:23.986Z Fresh stable_deref_trait v1.2.1
53912026-06-02T17:46:23.986Z Fresh percent-encoding v2.3.2
53922026-06-02T17:46:23.986Z Fresh litemap v0.8.1
53932026-06-02T17:46:23.986Z Fresh writeable v0.6.2
53942026-06-02T17:46:23.986Z Fresh utf8_iter v1.0.4
53952026-06-02T17:46:23.986Z Fresh shlex v1.3.0
53962026-06-02T17:46:23.986Z Fresh find-msvc-tools v0.1.9
53972026-06-02T17:46:23.986Z Fresh rand_core v0.10.0
53982026-06-02T17:46:23.986Z Fresh subtle v2.6.1
53992026-06-02T17:46:23.986Z Fresh pin-project-lite v0.2.17
54002026-06-02T17:46:23.986Z Fresh equivalent v1.0.2
54012026-06-02T17:46:23.986Z Fresh proc-macro2 v1.0.106
54022026-06-02T17:46:23.986Z Fresh lock_api v0.4.14
54032026-06-02T17:46:23.986Z Fresh form_urlencoded v1.2.2
54042026-06-02T17:46:23.986Z Fresh critical-section v1.2.0
54052026-06-02T17:46:23.986Z Fresh heck v0.5.0
54062026-06-02T17:46:23.986Z Fresh fnv v1.0.7
54072026-06-02T17:46:23.986Z Fresh iana-time-zone v0.1.65
54082026-06-02T17:46:23.986Z Fresh hashbrown v0.17.0
54092026-06-02T17:46:23.986Z Fresh regex-syntax v0.8.10
54102026-06-02T17:46:23.986Z Fresh futures-core v0.3.32
54112026-06-02T17:46:23.986Z Fresh dyn-clone v1.0.20
54122026-06-02T17:46:23.986Z Fresh strsim v0.11.1
54132026-06-02T17:46:23.987Z Fresh aho-corasick v1.1.4
54142026-06-02T17:46:23.991Z Fresh quote v1.0.45
54152026-06-02T17:46:23.991Z Fresh libc v0.2.185
54162026-06-02T17:46:23.991Z Fresh serde_core v1.0.228
54172026-06-02T17:46:23.991Z Fresh zmij v1.0.21
54182026-06-02T17:46:23.991Z Fresh libm v0.2.16
54192026-06-02T17:46:23.991Z Fresh icu_properties_data v2.1.2
54202026-06-02T17:46:23.991Z Fresh icu_normalizer_data v2.1.1
54212026-06-02T17:46:23.991Z Fresh regex-automata v0.4.14
54222026-06-02T17:46:23.991Z Fresh const-oid v0.9.6
54232026-06-02T17:46:23.991Z Fresh futures-sink v0.3.32
54242026-06-02T17:46:23.991Z Fresh byteorder v1.5.0
54252026-06-02T17:46:23.991Z Fresh futures-io v0.3.32
54262026-06-02T17:46:23.991Z Fresh slab v0.4.12
54272026-06-02T17:46:23.991Z Fresh futures-task v0.3.32
54282026-06-02T17:46:23.991Z Fresh cpufeatures v0.2.17
54292026-06-02T17:46:23.991Z Fresh pkg-config v0.3.32
54302026-06-02T17:46:23.991Z Fresh base64 v0.22.1
54312026-06-02T17:46:23.991Z Fresh allocator-api2 v0.2.21
54322026-06-02T17:46:23.991Z Fresh ident_case v1.0.1
54332026-06-02T17:46:23.991Z Fresh syn v2.0.117
54342026-06-02T17:46:23.991Z Fresh errno v0.3.14
54352026-06-02T17:46:23.991Z Fresh getrandom v0.2.17
54362026-06-02T17:46:23.991Z Fresh serde_json v1.0.149
54372026-06-02T17:46:23.991Z Fresh num-traits v0.2.19
54382026-06-02T17:46:23.992Z Fresh bitflags v2.11.0
54392026-06-02T17:46:23.992Z Fresh semver v1.0.28
54402026-06-02T17:46:23.992Z Fresh jobserver v0.1.34
54412026-06-02T17:46:23.992Z Fresh parking_lot_core v0.9.12
54422026-06-02T17:46:23.992Z Fresh getrandom v0.4.1
54432026-06-02T17:46:23.992Z Fresh portable-atomic v1.13.1
54442026-06-02T17:46:23.992Z Fresh mio v1.2.0
54452026-06-02T17:46:23.992Z Fresh socket2 v0.6.3
54462026-06-02T17:46:23.992Z Fresh typenum v1.19.0
54472026-06-02T17:46:23.992Z Fresh indexmap v2.14.0
54482026-06-02T17:46:23.992Z Fresh rustversion v1.0.22
54492026-06-02T17:46:23.992Z Fresh futures-channel v0.3.32
54502026-06-02T17:46:23.992Z Fresh regex v1.12.3
54512026-06-02T17:46:23.992Z Fresh either v1.15.0
54522026-06-02T17:46:23.992Z Fresh untrusted v0.9.0
54532026-06-02T17:46:23.996Z Fresh anstyle v1.0.13
54542026-06-02T17:46:23.996Z Fresh utf8parse v0.2.2
54552026-06-02T17:46:23.996Z Fresh ryu v1.0.23
54562026-06-02T17:46:23.996Z Fresh base64ct v1.8.3
54572026-06-02T17:46:23.996Z Fresh anstyle-query v1.1.5
54582026-06-02T17:46:23.996Z Fresh serde_derive v1.0.228
54592026-06-02T17:46:23.996Z Fresh zeroize_derive v1.4.3
54602026-06-02T17:46:23.996Z Fresh synstructure v0.13.2
54612026-06-02T17:46:23.996Z Fresh zerovec-derive v0.11.2
54622026-06-02T17:46:23.996Z Fresh displaydoc v0.2.5
54632026-06-02T17:46:23.996Z Fresh cc v1.2.56
54642026-06-02T17:46:23.996Z Fresh parking_lot v0.12.5
54652026-06-02T17:46:23.996Z Fresh zerocopy-derive v0.8.40
54662026-06-02T17:46:23.996Z Fresh once_cell v1.21.3
54672026-06-02T17:46:23.997Z Fresh thiserror-impl v2.0.18
54682026-06-02T17:46:23.997Z Fresh rand_core v0.6.4
54692026-06-02T17:46:23.997Z Fresh signal-hook-registry v1.4.8
54702026-06-02T17:46:23.997Z Fresh tokio-macros v2.7.0
54712026-06-02T17:46:23.997Z Fresh uuid v1.23.0
54722026-06-02T17:46:23.997Z Fresh serde_derive_internals v0.29.1
54732026-06-02T17:46:23.997Z Fresh futures-macro v0.3.32
54742026-06-02T17:46:23.997Z Fresh rustix v1.1.3
54752026-06-02T17:46:23.997Z Fresh thiserror-impl v1.0.69
54762026-06-02T17:46:23.997Z Fresh syn v1.0.109
54772026-06-02T17:46:23.997Z Fresh getrandom v0.3.4
54782026-06-02T17:46:23.997Z Fresh tracing-attributes v0.1.31
54792026-06-02T17:46:23.997Z Fresh anyhow v1.0.102
54802026-06-02T17:46:23.997Z Fresh anstyle-parse v0.2.7
54812026-06-02T17:46:23.997Z Fresh is_terminal_polyfill v1.70.2
54822026-06-02T17:46:23.997Z Fresh num-conv v0.2.0
54832026-06-02T17:46:23.997Z Fresh powerfmt v0.2.0
54842026-06-02T17:46:23.997Z Fresh colorchoice v1.0.4
54852026-06-02T17:46:23.997Z Fresh time-core v0.1.8
54862026-06-02T17:46:23.997Z Fresh num_threads v0.1.7
54872026-06-02T17:46:23.997Z Fresh atomic-waker v1.1.2
54882026-06-02T17:46:23.997Z Fresh serde v1.0.228
54892026-06-02T17:46:23.997Z Fresh zeroize v1.8.2
54902026-06-02T17:46:23.997Z Fresh zerofrom-derive v0.1.6
54912026-06-02T17:46:23.997Z Fresh yoke-derive v0.8.1
54922026-06-02T17:46:23.997Z Fresh zerocopy v0.8.40
54932026-06-02T17:46:23.997Z Fresh thiserror v2.0.18
54942026-06-02T17:46:23.998Z Fresh schemars_derive v0.8.22
54952026-06-02T17:46:23.998Z Fresh futures-util v0.3.32
54962026-06-02T17:46:23.998Z Fresh thiserror v1.0.69
54972026-06-02T17:46:23.998Z Fresh tracing-core v0.1.36
54982026-06-02T17:46:23.998Z Fresh httparse v1.10.1
54992026-06-02T17:46:23.998Z Fresh crossbeam-utils v0.8.21
55002026-06-02T17:46:23.998Z Fresh time-macros v0.2.27
55012026-06-02T17:46:24.008Z Fresh anstream v0.6.21
55022026-06-02T17:46:24.008Z Fresh deranged v0.5.8
55032026-06-02T17:46:24.008Z Fresh terminal_size v0.4.3
55042026-06-02T17:46:24.008Z Fresh try-lock v0.2.5
55052026-06-02T17:46:24.008Z Fresh httpdate v1.0.3
55062026-06-02T17:46:24.008Z Fresh cmake v0.1.57
55072026-06-02T17:46:24.008Z Fresh pem-rfc7468 v0.7.0
55082026-06-02T17:46:24.008Z Fresh clap_lex v1.0.0
55092026-06-02T17:46:24.008Z Fresh fs_extra v1.3.0
55102026-06-02T17:46:24.008Z Fresh tower-layer v0.3.3
55112026-06-02T17:46:24.008Z Fresh pin-utils v0.1.0
55122026-06-02T17:46:24.008Z Fresh tower-service v0.3.3
55132026-06-02T17:46:24.008Z Fresh dunce v1.0.5
55142026-06-02T17:46:24.008Z Fresh rand_core v0.9.5
55152026-06-02T17:46:24.008Z Fresh clap_derive v4.5.55
55162026-06-02T17:46:24.008Z Fresh der_derive v0.7.3
55172026-06-02T17:46:24.008Z Fresh bytes v1.11.1
55182026-06-02T17:46:24.008Z Fresh zerofrom v0.1.6
55192026-06-02T17:46:24.009Z Fresh chrono v0.4.44
55202026-06-02T17:46:24.009Z Fresh generic-array v0.14.7
55212026-06-02T17:46:24.009Z Fresh ppv-lite86 v0.2.21
55222026-06-02T17:46:24.009Z Fresh serde_tokenstream v0.2.3
55232026-06-02T17:46:24.009Z Fresh tracing v0.1.44
55242026-06-02T17:46:24.009Z Fresh ipnet v2.11.0
55252026-06-02T17:46:24.009Z Fresh rustls-pki-types v1.14.0
55262026-06-02T17:46:24.009Z Fresh time v0.3.47
55272026-06-02T17:46:24.009Z Fresh want v0.3.1
55282026-06-02T17:46:24.009Z Fresh clap_builder v4.5.60
55292026-06-02T17:46:24.009Z Fresh flagset v0.4.7
55302026-06-02T17:46:24.009Z Fresh erased-serde v0.3.31
55312026-06-02T17:46:24.009Z Fresh unicode-segmentation v1.12.0
55322026-06-02T17:46:24.009Z Fresh spin v0.9.8
55332026-06-02T17:46:24.009Z Fresh vcpkg v0.2.15
55342026-06-02T17:46:24.009Z Fresh foldhash v0.2.0
55352026-06-02T17:46:24.009Z Fresh ucd-trie v0.1.7
55362026-06-02T17:46:24.009Z Fresh async-trait v0.1.89
55372026-06-02T17:46:24.009Z Fresh pretty-hex v0.4.1
55382026-06-02T17:46:24.009Z Fresh untrusted v0.7.1
55392026-06-02T17:46:24.009Z Fresh serde_urlencoded v0.7.1
55402026-06-02T17:46:24.009Z Fresh fastrand v2.3.0
55412026-06-02T17:46:24.009Z Fresh plain v0.2.3
55422026-06-02T17:46:24.009Z Fresh openssl-probe v0.2.1
55432026-06-02T17:46:24.009Z Fresh yoke v0.8.1
55442026-06-02T17:46:24.009Z Fresh tokio v1.52.1
55452026-06-02T17:46:24.009Z Fresh crypto-common v0.1.7
55462026-06-02T17:46:24.009Z Fresh block-buffer v0.10.4
55472026-06-02T17:46:24.010Z Fresh http v1.4.0
55482026-06-02T17:46:24.010Z Fresh ring v0.17.14
55492026-06-02T17:46:24.010Z Fresh block-padding v0.3.3
55502026-06-02T17:46:24.010Z Fresh clap v4.5.60
55512026-06-02T17:46:24.010Z Fresh der v0.7.10
55522026-06-02T17:46:24.010Z Fresh slog v2.8.2
55532026-06-02T17:46:24.010Z Fresh rand_chacha v0.9.0
55542026-06-02T17:46:24.010Z Fresh camino v1.2.2
55552026-06-02T17:46:24.010Z Fresh pest v2.8.6
55562026-06-02T17:46:24.010Z Fresh hashbrown v0.16.1
55572026-06-02T17:46:24.010Z Fresh hex v0.4.3
55582026-06-02T17:46:24.010Z Fresh openapiv3 v2.2.0
55592026-06-02T17:46:24.010Z Fresh rand_chacha v0.3.1
55602026-06-02T17:46:24.010Z Fresh tempfile v3.25.0
55612026-06-02T17:46:24.010Z Fresh rustc_version v0.4.1
55622026-06-02T17:46:24.010Z Fresh winnow v0.7.14
55632026-06-02T17:46:24.010Z Fresh rustls-native-certs v0.8.3
55642026-06-02T17:46:24.010Z Fresh sync_wrapper v1.0.2
55652026-06-02T17:46:24.010Z Fresh simd-adler32 v0.3.8
55662026-06-02T17:46:24.010Z Fresh webpki-roots v1.0.6
55672026-06-02T17:46:24.010Z Fresh adler2 v2.0.1
55682026-06-02T17:46:24.010Z Fresh iri-string v0.7.10
55692026-06-02T17:46:24.010Z Fresh futures-executor v0.3.32
55702026-06-02T17:46:24.010Z Fresh darling_core v0.21.3
55712026-06-02T17:46:24.010Z Fresh mime v0.3.17
55722026-06-02T17:46:24.010Z Fresh zerovec v0.11.5
55732026-06-02T17:46:24.010Z Fresh zerotrie v0.2.3
55742026-06-02T17:46:24.010Z Fresh digest v0.10.7
55752026-06-02T17:46:24.011Z Fresh tokio-util v0.7.18
55762026-06-02T17:46:24.011Z Fresh inout v0.1.4
55772026-06-02T17:46:24.011Z Fresh http-body v1.0.1
55782026-06-02T17:46:24.011Z Fresh rand v0.9.2
55792026-06-02T17:46:24.011Z Fresh aws-lc-sys v0.40.0
55802026-06-02T17:46:24.011Z Fresh pest_meta v2.8.6
55812026-06-02T17:46:24.011Z Fresh spki v0.7.3
55822026-06-02T17:46:24.011Z Fresh rand v0.8.6
55832026-06-02T17:46:24.011Z Fresh tower v0.5.3
55842026-06-02T17:46:24.011Z Fresh miniz_oxide v0.8.9
55852026-06-02T17:46:24.011Z Fresh darling_macro v0.21.3
55862026-06-02T17:46:24.011Z Fresh futures v0.3.32
55872026-06-02T17:46:24.011Z Fresh static_assertions v1.1.0
55882026-06-02T17:46:24.011Z Fresh lazy_static v1.5.0
55892026-06-02T17:46:24.011Z Fresh toml_datetime v0.6.11
55902026-06-02T17:46:24.011Z Fresh serde_spanned v0.6.9
55912026-06-02T17:46:24.011Z Fresh hubpack_derive v0.1.1
55922026-06-02T17:46:24.011Z Fresh scroll_derive v0.13.1
55932026-06-02T17:46:24.011Z Fresh strum_macros v0.26.4
55942026-06-02T17:46:24.011Z Fresh encoding_rs v0.8.35
55952026-06-02T17:46:24.011Z Fresh toml_parser v1.0.9+spec-1.1.0
55962026-06-02T17:46:24.011Z Fresh zlib-rs v0.6.2
55972026-06-02T17:46:24.011Z Fresh foreign-types-shared v0.1.1
55982026-06-02T17:46:24.011Z Fresh tinystr v0.8.2
55992026-06-02T17:46:24.011Z Fresh potential_utf v0.1.4
56002026-06-02T17:46:24.011Z Fresh cipher v0.4.4
56012026-06-02T17:46:24.016Z Fresh sha2 v0.10.9
56022026-06-02T17:46:24.016Z Fresh h2 v0.4.13
56032026-06-02T17:46:24.016Z Fresh hmac v0.12.1
56042026-06-02T17:46:24.016Z Fresh http-body-util v0.1.3
56052026-06-02T17:46:24.016Z Fresh aws-lc-rs v1.16.3
56062026-06-02T17:46:24.016Z Fresh pest_generator v2.8.6
56072026-06-02T17:46:24.016Z Fresh tower-http v0.6.8
56082026-06-02T17:46:24.016Z Fresh darling v0.21.3
56092026-06-02T17:46:24.016Z Fresh crc32fast v1.5.0
56102026-06-02T17:46:24.016Z Fresh signature v2.2.0
56112026-06-02T17:46:24.016Z Fresh hubpack v0.1.2
56122026-06-02T17:46:24.016Z Fresh scroll v0.13.0
56132026-06-02T17:46:24.016Z Fresh strum v0.26.3
56142026-06-02T17:46:24.016Z Fresh sha1 v0.10.6
56152026-06-02T17:46:24.016Z Fresh foreign-types v0.3.2
56162026-06-02T17:46:24.016Z Fresh openssl-sys v0.9.115
56172026-06-02T17:46:24.016Z Fresh heck v0.4.1
56182026-06-02T17:46:24.016Z Fresh openssl-macros v0.1.1
56192026-06-02T17:46:24.016Z Fresh thread-id v5.1.0
56202026-06-02T17:46:24.017Z Fresh tinyvec_macros v0.1.1
56212026-06-02T17:46:24.017Z Fresh num-integer v0.1.46
56222026-06-02T17:46:24.017Z Fresh memmap2 v0.9.10
56232026-06-02T17:46:24.017Z Fresh litrs v1.0.0
56242026-06-02T17:46:24.017Z Fresh icu_locale_core v2.1.1
56252026-06-02T17:46:24.017Z Fresh icu_collections v2.1.1
56262026-06-02T17:46:24.017Z Fresh hyper v1.8.1
56272026-06-02T17:46:24.017Z Fresh rustls-webpki v0.103.9
56282026-06-02T17:46:24.017Z Fresh pbkdf2 v0.12.2
56292026-06-02T17:46:24.017Z Fresh aes v0.8.4
56302026-06-02T17:46:24.017Z Fresh pest_derive v2.8.6
56312026-06-02T17:46:24.017Z Fresh cbc v0.1.2
56322026-06-02T17:46:24.017Z Fresh salsa20 v0.10.2
56332026-06-02T17:46:24.018Z Fresh paste v1.0.15
56342026-06-02T17:46:24.019Z Fresh goblin v0.10.5
56352026-06-02T17:46:24.019Z Fresh flate2 v1.1.9
56362026-06-02T17:46:24.019Z Fresh tinyvec v1.10.0
56372026-06-02T17:46:24.019Z Fresh openssl v0.10.79
56382026-06-02T17:46:24.019Z Fresh data-encoding v2.10.0
56392026-06-02T17:46:24.019Z Fresh document-features v0.2.12
56402026-06-02T17:46:24.019Z Fresh psl-types v2.0.11
56412026-06-02T17:46:24.019Z Fresh base16ct v0.2.0
56422026-06-02T17:46:24.019Z Fresh bit-vec v0.8.0
56432026-06-02T17:46:24.019Z Fresh ff v0.13.1
56442026-06-02T17:46:24.019Z Fresh scroll_derive v0.12.1
56452026-06-02T17:46:24.019Z Fresh wait-timeout v0.2.1
56462026-06-02T17:46:24.019Z Fresh hkdf v0.12.4
56472026-06-02T17:46:24.019Z Fresh num-iter v0.1.45
56482026-06-02T17:46:24.019Z Fresh crypto-bigint v0.5.5
56492026-06-02T17:46:24.019Z Fresh crossbeam-epoch v0.9.18
56502026-06-02T17:46:24.019Z Fresh zerocopy-derive v0.7.35
56512026-06-02T17:46:24.019Z Fresh bstr v1.12.1
56522026-06-02T17:46:24.019Z Fresh icu_provider v2.1.1
56532026-06-02T17:46:24.019Z Fresh hyper-util v0.1.20
56542026-06-02T17:46:24.019Z Fresh rustls v0.23.37
56552026-06-02T17:46:24.019Z Fresh scrypt v0.11.0
56562026-06-02T17:46:24.019Z Fresh dof v0.4.0
56572026-06-02T17:46:24.019Z Fresh dtrace-parser v0.3.0
56582026-06-02T17:46:24.019Z Fresh bit-set v0.8.0
56592026-06-02T17:46:24.019Z Fresh native-tls v0.2.18
56602026-06-02T17:46:24.020Z Fresh cookie v0.18.1
56612026-06-02T17:46:24.020Z Fresh group v0.13.0
56622026-06-02T17:46:24.020Z Fresh scroll v0.12.0
56632026-06-02T17:46:24.020Z Fresh cfg_aliases v0.2.1
56642026-06-02T17:46:24.020Z Fresh quick-error v1.2.3
56652026-06-02T17:46:24.020Z Fresh siphasher v1.0.2
56662026-06-02T17:46:24.020Z Fresh zerocopy v0.7.35
56672026-06-02T17:46:24.020Z Fresh rand_xorshift v0.4.0
56682026-06-02T17:46:24.020Z Fresh darling_core v0.20.11
56692026-06-02T17:46:24.020Z Fresh itertools v0.13.0
56702026-06-02T17:46:24.020Z Fresh unarray v0.1.4
56712026-06-02T17:46:24.020Z Fresh winnow v0.5.40
56722026-06-02T17:46:24.020Z Fresh dtrace-parser v0.2.0
56732026-06-02T17:46:24.020Z Fresh x509-cert v0.2.5
56742026-06-02T17:46:24.020Z Fresh toml_datetime v0.7.5+spec-1.1.0
56752026-06-02T17:46:24.020Z Fresh thread-id v4.2.2
56762026-06-02T17:46:24.020Z Fresh rfc6979 v0.4.0
56772026-06-02T17:46:24.020Z Fresh icu_properties v2.1.2
56782026-06-02T17:46:24.020Z Fresh icu_normalizer v2.1.1
56792026-06-02T17:46:24.020Z Fresh tokio-rustls v0.26.4
56802026-06-02T17:46:24.020Z Fresh pkcs5 v0.7.1
56812026-06-02T17:46:24.020Z Fresh usdt-impl v0.6.0
56822026-06-02T17:46:24.020Z Fresh object v0.37.3
56832026-06-02T17:46:24.020Z Fresh rustls-platform-verifier v0.6.2
56842026-06-02T17:46:24.020Z Fresh ahash v0.8.12
56852026-06-02T17:46:24.020Z Fresh tokio-native-tls v0.3.1
56862026-06-02T17:46:24.020Z Fresh goblin v0.8.2
56872026-06-02T17:46:24.021Z Fresh rusty-fork v0.3.1
56882026-06-02T17:46:24.021Z Fresh darling_macro v0.20.11
56892026-06-02T17:46:24.021Z Fresh toml_edit v0.19.15
56902026-06-02T17:46:24.021Z Fresh curve25519-dalek-derive v0.1.1
56912026-06-02T17:46:24.021Z Fresh serde_with_macros v3.17.0
56922026-06-02T17:46:24.021Z Fresh daft-derive v0.1.5
56932026-06-02T17:46:24.021Z Fresh env_filter v1.0.0
56942026-06-02T17:46:24.021Z Fresh keccak v0.1.6
56952026-06-02T17:46:24.021Z Fresh toml_write v0.1.2
56962026-06-02T17:46:24.021Z Fresh same-file v1.0.6
56972026-06-02T17:46:24.021Z Fresh bitflags v1.3.2
56982026-06-02T17:46:24.021Z Fresh unicode-normalization v0.1.25
56992026-06-02T17:46:24.021Z Fresh enum-as-inner v0.6.1
57002026-06-02T17:46:24.021Z Fresh idna_adapter v1.2.1
57012026-06-02T17:46:24.026Z Fresh hyper-rustls v0.27.7
57022026-06-02T17:46:24.026Z Fresh pkcs8 v0.10.2
57032026-06-02T17:46:24.026Z Fresh usdt-attr-macro v0.6.0
57042026-06-02T17:46:24.026Z Fresh usdt-macro v0.6.0
57052026-06-02T17:46:24.026Z Fresh hyper-tls v0.6.0
57062026-06-02T17:46:24.026Z Fresh rustix v0.38.44
57072026-06-02T17:46:24.026Z Fresh proptest v1.10.0
57082026-06-02T17:46:24.026Z Fresh dof v0.3.0
57092026-06-02T17:46:24.026Z Fresh num-bigint-dig v0.8.6
57102026-06-02T17:46:24.026Z Fresh darling v0.20.11
57112026-06-02T17:46:24.026Z Fresh memoffset v0.9.1
57122026-06-02T17:46:24.026Z Fresh curve25519-dalek v4.1.3
57132026-06-02T17:46:24.026Z Fresh toml_edit v0.22.27
57142026-06-02T17:46:24.026Z Fresh walkdir v2.5.0
57152026-06-02T17:46:24.026Z Fresh env_logger v0.11.9
57162026-06-02T17:46:24.026Z Fresh sha3 v0.10.8
57172026-06-02T17:46:24.026Z Fresh managed v0.8.0
57182026-06-02T17:46:24.026Z Fresh phf_shared v0.11.3
57192026-06-02T17:46:24.027Z Fresh cargo-platform v0.1.9
57202026-06-02T17:46:24.027Z Fresh ref-cast-impl v1.0.25
57212026-06-02T17:46:24.027Z Fresh rustc-hash v2.1.1
57222026-06-02T17:46:24.027Z Fresh precomputed-hash v0.1.1
57232026-06-02T17:46:24.027Z Fresh idna v1.1.0
57242026-06-02T17:46:24.027Z Fresh sec1 v0.7.3
57252026-06-02T17:46:24.027Z Fresh usdt v0.6.0
57262026-06-02T17:46:24.027Z Fresh pkcs1 v0.7.5
57272026-06-02T17:46:24.027Z Fresh usdt-impl v0.5.0
57282026-06-02T17:46:24.027Z Fresh derive_builder_core v0.20.2
57292026-06-02T17:46:24.027Z Fresh ed25519 v2.2.3
57302026-06-02T17:46:24.027Z Fresh signal-hook v0.3.18
57312026-06-02T17:46:24.027Z Fresh bzip2-sys v0.1.13+1.0.8
57322026-06-02T17:46:24.027Z Fresh nix v0.31.2
57332026-06-02T17:46:24.027Z Fresh new_debug_unreachable v1.0.6
57342026-06-02T17:46:24.027Z Fresh foldhash v0.1.5
57352026-06-02T17:46:24.027Z Fresh fixedbitset v0.4.2
57362026-06-02T17:46:24.027Z Fresh zstd-sys v2.0.16+zstd.1.5.7
57372026-06-02T17:46:24.027Z Fresh cargo_metadata v0.19.2
57382026-06-02T17:46:24.027Z Fresh toml v0.7.8
57392026-06-02T17:46:24.027Z Fresh globset v0.4.18
57402026-06-02T17:46:24.027Z Fresh pin-project-internal v1.1.11
57412026-06-02T17:46:24.027Z Fresh bumpalo v3.20.2
57422026-06-02T17:46:24.027Z Fresh lalrpop-util v0.19.12
57432026-06-02T17:46:24.027Z Fresh libbz2-rs-sys v0.2.2
57442026-06-02T17:46:24.027Z Fresh similar v2.7.0
57452026-06-02T17:46:24.028Z Fresh snafu-derive v0.8.9
57462026-06-02T17:46:24.028Z Fresh tokio-stream v0.1.18
57472026-06-02T17:46:24.028Z Fresh serde-big-array v0.5.1
57482026-06-02T17:46:24.028Z Fresh pem v3.0.6
57492026-06-02T17:46:24.028Z Fresh url v2.5.8
57502026-06-02T17:46:24.028Z Fresh publicsuffix v2.3.0
57512026-06-02T17:46:24.028Z Fresh elliptic-curve v0.13.8
57522026-06-02T17:46:24.028Z Fresh rsa v0.9.10
57532026-06-02T17:46:24.028Z Fresh derive_builder_macro v0.20.2
57542026-06-02T17:46:24.028Z Fresh ed25519-dalek v2.2.0
57552026-06-02T17:46:24.028Z Fresh hashbrown v0.15.5
57562026-06-02T17:46:24.028Z Fresh signal-hook-mio v0.2.5
57572026-06-02T17:46:24.028Z Fresh petgraph v0.6.5
57582026-06-02T17:46:24.028Z Fresh ref-cast v1.0.25
57592026-06-02T17:46:24.028Z Fresh string_cache v0.8.9
57602026-06-02T17:46:24.028Z Fresh bzip2 v0.4.4
57612026-06-02T17:46:24.028Z Fresh fs-err v3.3.0
57622026-06-02T17:46:24.028Z Fresh pin-project v1.1.11
57632026-06-02T17:46:24.028Z Fresh zstd-safe v7.2.4
57642026-06-02T17:46:24.028Z Fresh zopfli v0.8.3
57652026-06-02T17:46:24.028Z Fresh bzip2 v0.6.1
57662026-06-02T17:46:24.028Z Fresh hash32 v0.2.1
57672026-06-02T17:46:24.028Z Fresh unicode-properties v0.1.4
57682026-06-02T17:46:24.028Z Fresh unicode-bidi v0.3.18
57692026-06-02T17:46:24.028Z Fresh jiff v0.2.21
57702026-06-02T17:46:24.029Z Fresh predicates-core v1.0.10
57712026-06-02T17:46:24.029Z Fresh olpc-cjson v0.1.4
57722026-06-02T17:46:24.029Z Fresh md-5 v0.10.6
57732026-06-02T17:46:24.029Z Fresh serde_plain v1.0.2
57742026-06-02T17:46:24.029Z Fresh async-recursion v1.1.1
57752026-06-02T17:46:24.029Z Fresh float-cmp v0.10.0
57762026-06-02T17:46:24.029Z Fresh strum_macros v0.27.2
57772026-06-02T17:46:24.029Z Fresh difflib v0.4.0
57782026-06-02T17:46:24.029Z Fresh normalize-line-endings v0.3.0
57792026-06-02T17:46:24.029Z Fresh schemars v0.8.22
57802026-06-02T17:46:24.029Z Fresh cookie_store v0.22.1
57812026-06-02T17:46:24.029Z Fresh reqwest v0.12.28
57822026-06-02T17:46:24.029Z Fresh ecdsa v0.16.9
57832026-06-02T17:46:24.029Z Fresh derive_builder v0.20.2
57842026-06-02T17:46:24.029Z Fresh zip v0.6.6
57852026-06-02T17:46:24.029Z Fresh zstd v0.13.3
57862026-06-02T17:46:24.029Z Fresh crossterm v0.28.1
57872026-06-02T17:46:24.029Z Fresh stringprep v0.1.5
57882026-06-02T17:46:24.029Z Fresh heapless v0.7.17
57892026-06-02T17:46:24.029Z Fresh snafu v0.8.9
57902026-06-02T17:46:24.029Z Fresh hickory-proto v0.25.2
57912026-06-02T17:46:24.029Z Fresh typed-path v0.9.3
57922026-06-02T17:46:24.029Z Fresh fallible-iterator v0.2.0
57932026-06-02T17:46:24.029Z Fresh predicates v3.1.4
57942026-06-02T17:46:24.029Z Fresh strum v0.27.2
57952026-06-02T17:46:24.029Z Fresh phf_shared v0.13.1
57962026-06-02T17:46:24.030Z Fresh buf-list v1.1.2
57972026-06-02T17:46:24.030Z Fresh serde_repr v0.1.20
57982026-06-02T17:46:24.030Z Fresh peg-runtime v0.8.5
57992026-06-02T17:46:24.030Z Fresh fixedbitset v0.5.7
58002026-06-02T17:46:24.030Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
58012026-06-02T17:46:24.034Z Fresh whoami v2.1.0
58022026-06-02T17:46:24.034Z Fresh is-terminal v0.4.17
58032026-06-02T17:46:24.034Z Fresh crossbeam-channel v0.5.15
58042026-06-02T17:46:24.034Z Fresh thread_local v1.1.9
58052026-06-02T17:46:24.034Z Fresh term v1.2.1
58062026-06-02T17:46:24.034Z Fresh take_mut v0.2.2
58072026-06-02T17:46:24.034Z Fresh structmeta-derive v0.3.0
58082026-06-02T17:46:24.034Z Fresh match_cfg v0.1.0
58092026-06-02T17:46:24.034Z Fresh ipnetwork v0.21.1
58102026-06-02T17:46:24.034Z Fresh reqwest v0.13.2
58112026-06-02T17:46:24.034Z Fresh newtype-uuid v1.3.2
58122026-06-02T17:46:24.034Z Fresh serde_with v3.17.0
58132026-06-02T17:46:24.034Z Fresh vergen-lib v0.1.6
58142026-06-02T17:46:24.034Z Fresh zip v4.6.1
58152026-06-02T17:46:24.034Z Fresh tough v0.22.0
58162026-06-02T17:46:24.034Z Fresh postgres-protocol v0.6.10
58172026-06-02T17:46:24.034Z Fresh smoltcp v0.9.1
58182026-06-02T17:46:24.034Z Fresh phf v0.13.1
58192026-06-02T17:46:24.035Z Fresh petgraph v0.8.3
58202026-06-02T17:46:24.035Z Fresh slog-term v2.9.2
58212026-06-02T17:46:24.035Z Fresh structmeta v0.3.0
58222026-06-02T17:46:24.035Z Fresh hostname v0.3.1
58232026-06-02T17:46:24.035Z Fresh slog-json v2.6.1
58242026-06-02T17:46:24.035Z Fresh newtype-uuid-macros v0.1.0
58252026-06-02T17:46:24.035Z Fresh debug-ignore v1.0.5
58262026-06-02T17:46:24.035Z Fresh serde_spanned v1.0.4
58272026-06-02T17:46:24.035Z Fresh toml_writer v1.0.6+spec-1.1.0
58282026-06-02T17:46:24.035Z Fresh rustls-webpki v0.102.8
58292026-06-02T17:46:24.035Z Fresh serde_path_to_error v0.1.20
58302026-06-02T17:46:24.035Z Fresh async-stream-impl v0.3.6
58312026-06-02T17:46:24.035Z Fresh rustls-pemfile v2.2.0
58322026-06-02T17:46:24.035Z Fresh waitgroup v0.1.2
58332026-06-02T17:46:24.035Z Fresh toml_datetime v1.0.0+spec-1.1.0
58342026-06-02T17:46:24.035Z Fresh hostname v0.4.2
58352026-06-02T17:46:24.035Z Fresh compression-core v0.4.31
58362026-06-02T17:46:24.035Z Fresh dropshot_endpoint v0.17.0
58372026-06-02T17:46:24.035Z Fresh oxnet v0.1.4
58382026-06-02T17:46:24.035Z Fresh vergen v9.0.6
58392026-06-02T17:46:24.035Z Fresh postgres-types v0.2.12
58402026-06-02T17:46:24.035Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
58412026-06-02T17:46:24.035Z Fresh slog-async v2.8.0
58422026-06-02T17:46:24.035Z Fresh slog-bunyan v2.5.0
58432026-06-02T17:46:24.035Z Fresh derive-ex v0.1.8
58442026-06-02T17:46:24.035Z Fresh async-stream v0.3.6
58452026-06-02T17:46:24.035Z Fresh compression-codecs v0.4.37
58462026-06-02T17:46:24.036Z Fresh toml v1.0.6+spec-1.1.0
58472026-06-02T17:46:24.036Z Fresh regress v0.10.5
58482026-06-02T17:46:24.036Z Fresh itertools v0.14.0
58492026-06-02T17:46:24.036Z Fresh progenitor-client v0.14.0
58502026-06-02T17:46:24.036Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58512026-06-02T17:46:24.036Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
58522026-06-02T17:46:24.036Z Fresh macaddr v1.0.1
58532026-06-02T17:46:24.036Z Fresh instant v0.1.13
58542026-06-02T17:46:24.036Z Fresh parse-display-derive v0.10.0
58552026-06-02T17:46:24.036Z Fresh progenitor-client v0.10.0
58562026-06-02T17:46:24.036Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
58572026-06-02T17:46:24.036Z Fresh backon v1.6.0
58582026-06-02T17:46:24.036Z Fresh unicode-width v0.2.0
58592026-06-02T17:46:24.036Z Fresh convert_case v0.4.0
58602026-06-02T17:46:24.036Z Fresh half v2.7.1
58612026-06-02T17:46:24.036Z Fresh ciborium-io v0.2.2
58622026-06-02T17:46:24.036Z Fresh unsafe-libyaml v0.2.11
58632026-06-02T17:46:24.036Z Fresh secrecy v0.10.3
58642026-06-02T17:46:24.036Z Fresh regress v0.11.1
58652026-06-02T17:46:24.036Z Fresh universal-hash v0.5.1
58662026-06-02T17:46:24.036Z Fresh daft v0.1.5
58672026-06-02T17:46:24.036Z Fresh tokio-postgres v0.7.16
58682026-06-02T17:46:24.036Z Fresh test-strategy v0.4.5
58692026-06-02T17:46:24.036Z Fresh rustls v0.22.4
58702026-06-02T17:46:24.036Z Fresh multer v3.1.0
58712026-06-02T17:46:24.036Z Fresh async-compression v0.4.41
58722026-06-02T17:46:24.036Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58732026-06-02T17:46:24.037Z Fresh parse-display v0.10.0
58742026-06-02T17:46:24.037Z Fresh backoff v0.4.0
58752026-06-02T17:46:24.037Z Fresh progenitor-extras v0.2.0
58762026-06-02T17:46:24.037Z Fresh derive_more v0.99.20
58772026-06-02T17:46:24.037Z Fresh ciborium-ll v0.2.2
58782026-06-02T17:46:24.037Z Fresh serde_yaml v0.9.34+deprecated
58792026-06-02T17:46:24.037Z Fresh typify-impl v0.6.2
58802026-06-02T17:46:24.037Z Fresh opaque-debug v0.3.1
58812026-06-02T17:46:24.037Z Fresh indent_write v2.2.0
58822026-06-02T17:46:24.037Z Fresh camino-tempfile v1.4.1
58832026-06-02T17:46:24.037Z Fresh aead v0.5.2
58842026-06-02T17:46:24.037Z Fresh chacha20 v0.9.1
58852026-06-02T17:46:24.037Z Fresh thiserror-impl-no-std v2.0.2
58862026-06-02T17:46:24.037Z Fresh byte-wrapper v0.1.0
58872026-06-02T17:46:24.037Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
58882026-06-02T17:46:24.037Z Fresh blake2 v0.10.6
58892026-06-02T17:46:24.037Z Fresh password-hash v0.5.0
58902026-06-02T17:46:24.037Z Fresh swrite v0.1.0
58912026-06-02T17:46:24.037Z Fresh toml v0.8.23
58922026-06-02T17:46:24.037Z Fresh crossbeam-deque v0.8.6
58932026-06-02T17:46:24.037Z Fresh glob v0.3.3
58942026-06-02T17:46:24.037Z Fresh iddqd v0.3.18
58952026-06-02T17:46:24.037Z Fresh tokio-rustls v0.25.0
58962026-06-02T17:46:24.037Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
58972026-06-02T17:46:24.037Z Fresh ciborium v0.2.2
58982026-06-02T17:46:24.038Z Fresh typify-macro v0.6.2
58992026-06-02T17:46:24.038Z Fresh poly1305 v0.8.0
59002026-06-02T17:46:24.038Z Fresh thiserror-no-std v2.0.2
59012026-06-02T17:46:24.042Z Fresh argon2 v0.5.3
59022026-06-02T17:46:24.042Z Fresh toml_edit v0.23.10+spec-1.0.0
59032026-06-02T17:46:24.042Z Fresh unicode-width v0.1.14
59042026-06-02T17:46:24.042Z Fresh tabwriter v1.4.1
59052026-06-02T17:46:24.042Z Fresh ingot-macros v0.1.1
59062026-06-02T17:46:24.042Z Fresh hash32 v0.3.1
59072026-06-02T17:46:24.042Z Fresh cobs v0.3.0
59082026-06-02T17:46:24.042Z Fresh colored v3.1.1
59092026-06-02T17:46:24.042Z Fresh proc-macro-crate v1.3.1
59102026-06-02T17:46:24.042Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
59112026-06-02T17:46:24.042Z Fresh foreign-types-macros v0.2.3
59122026-06-02T17:46:24.042Z Fresh foreign-types-shared v0.3.1
59132026-06-02T17:46:24.042Z Fresh cpufeatures v0.3.0
59142026-06-02T17:46:24.042Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59152026-06-02T17:46:24.042Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
59162026-06-02T17:46:24.042Z Fresh dropshot v0.17.0
59172026-06-02T17:46:24.042Z Fresh typify v0.6.2
59182026-06-02T17:46:24.042Z Fresh crucible-workspace-hack v0.1.0
59192026-06-02T17:46:24.042Z Fresh vsss-rs v3.3.4
59202026-06-02T17:46:24.042Z Fresh chacha20poly1305 v0.10.1
59212026-06-02T17:46:24.042Z Fresh rayon-core v1.13.0
59222026-06-02T17:46:24.042Z Fresh proc-macro-error-attr v1.0.4
59232026-06-02T17:46:24.043Z Fresh proc-macro-crate v3.4.0
59242026-06-02T17:46:24.043Z Fresh ingot-types v0.1.2
59252026-06-02T17:46:24.043Z Fresh postcard v1.1.3
59262026-06-02T17:46:24.043Z Fresh chacha20 v0.10.0
59272026-06-02T17:46:24.043Z Fresh foreign-types v0.5.0
59282026-06-02T17:46:24.043Z Fresh num_enum_derive v0.5.11
59292026-06-02T17:46:24.043Z Fresh sigpipe v0.1.3
59302026-06-02T17:46:24.043Z Fresh cstr-argument v0.1.2
59312026-06-02T17:46:24.043Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59322026-06-02T17:46:24.043Z Fresh atomicwrites v0.4.4
59332026-06-02T17:46:24.043Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
59342026-06-02T17:46:24.043Z Fresh itertools v0.12.1
59352026-06-02T17:46:24.043Z Fresh num-derive v0.4.2
59362026-06-02T17:46:24.043Z Fresh smf v0.2.3
59372026-06-02T17:46:24.043Z Fresh whoami v1.6.1
59382026-06-02T17:46:24.043Z Fresh usdt-attr-macro v0.5.0
59392026-06-02T17:46:24.043Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
59402026-06-02T17:46:24.043Z Fresh progenitor-impl v0.14.0
59412026-06-02T17:46:24.043Z Fresh proc-macro-error v1.0.4
59422026-06-02T17:46:24.043Z Fresh rayon v1.11.0
59432026-06-02T17:46:24.043Z Fresh heapless v0.8.0
59442026-06-02T17:46:24.043Z Fresh ingot v0.1.1
59452026-06-02T17:46:24.043Z Fresh num_enum_derive v0.7.5
59462026-06-02T17:46:24.043Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59472026-06-02T17:46:24.043Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
59482026-06-02T17:46:24.043Z Fresh num_enum v0.5.11
59492026-06-02T17:46:24.044Z Fresh rand v0.10.0
59502026-06-02T17:46:24.044Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
59512026-06-02T17:46:24.044Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59522026-06-02T17:46:24.044Z Fresh usdt-macro v0.5.0
59532026-06-02T17:46:24.044Z Fresh memmap v0.7.0
59542026-06-02T17:46:24.044Z Fresh console v0.15.11
59552026-06-02T17:46:24.044Z Fresh num-rational v0.4.2
59562026-06-02T17:46:24.044Z Fresh num-complex v0.4.6
59572026-06-02T17:46:24.044Z Fresh derive-where v1.6.0
59582026-06-02T17:46:24.044Z Fresh newline-converter v0.3.0
59592026-06-02T17:46:24.044Z Fresh float-ord v0.3.2
59602026-06-02T17:46:24.044Z Fresh bytecount v0.6.9
59612026-06-02T17:46:24.044Z Fresh progenitor-impl v0.13.0
59622026-06-02T17:46:24.044Z Fresh progenitor-client v0.13.0
59632026-06-02T17:46:24.044Z Fresh libsw-core v0.3.2
59642026-06-02T17:46:24.044Z Fresh linear-map v1.2.0
59652026-06-02T17:46:24.044Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
59662026-06-02T17:46:24.044Z Fresh progenitor-macro v0.14.0
59672026-06-02T17:46:24.044Z Fresh smoltcp v0.11.0
59682026-06-02T17:46:24.044Z Fresh num_enum v0.7.5
59692026-06-02T17:46:24.044Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59702026-06-02T17:46:24.044Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59712026-06-02T17:46:24.044Z Fresh zone_cfg_derive v0.3.1
59722026-06-02T17:46:24.044Z Fresh usdt v0.5.0
59732026-06-02T17:46:24.044Z Fresh num v0.4.3
59742026-06-02T17:46:24.045Z Fresh expectorate v1.2.0
59752026-06-02T17:46:24.045Z Fresh progenitor-macro v0.13.0
59762026-06-02T17:46:24.045Z Fresh libsw v3.5.0
59772026-06-02T17:46:24.045Z Fresh gethostname v0.5.0
59782026-06-02T17:46:24.045Z Fresh unicode-xid v0.2.6
59792026-06-02T17:46:24.045Z Fresh resolv-conf v0.7.6
59802026-06-02T17:46:24.045Z Fresh convert_case v0.10.0
59812026-06-02T17:46:24.045Z Fresh smawk v0.3.2
59822026-06-02T17:46:24.045Z Fresh unicode-linebreak v0.1.5
59832026-06-02T17:46:24.045Z Fresh tabled_derive v0.7.0
59842026-06-02T17:46:24.045Z Fresh papergrid v0.11.0
59852026-06-02T17:46:24.045Z Fresh termtree v0.5.1
59862026-06-02T17:46:24.045Z Fresh fd-lock v4.0.4
59872026-06-02T17:46:24.045Z Fresh vte v0.14.1
59882026-06-02T17:46:24.045Z Fresh minimal-lexical v0.2.1
59892026-06-02T17:46:24.045Z Fresh linked-hash-map v0.5.6
59902026-06-02T17:46:24.045Z Fresh hickory-proto v0.24.4
59912026-06-02T17:46:24.045Z Fresh nu-ansi-term v0.50.3
59922026-06-02T17:46:24.045Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
59932026-06-02T17:46:24.045Z Fresh progenitor v0.14.0
59942026-06-02T17:46:24.045Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
59952026-06-02T17:46:24.045Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
59962026-06-02T17:46:24.045Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
59972026-06-02T17:46:24.045Z Fresh zone v0.3.1
59982026-06-02T17:46:24.045Z Fresh tokio-dtrace v0.1.1
59992026-06-02T17:46:24.045Z Fresh progenitor v0.13.0
60002026-06-02T17:46:24.045Z Fresh owo-colors v4.3.0
60012026-06-02T17:46:24.051Z Fresh cancel-safe-futures v0.1.5
60022026-06-02T17:46:24.051Z Fresh derive_more-impl v2.1.1
60032026-06-02T17:46:24.051Z Fresh tabled v0.15.0
60042026-06-02T17:46:24.051Z Fresh lru-cache v0.1.2
60052026-06-02T17:46:24.051Z Fresh strip-ansi-escapes v0.2.1
60062026-06-02T17:46:24.051Z Fresh nom v7.1.3
60072026-06-02T17:46:24.051Z Fresh display-error-chain v0.2.2
60082026-06-02T17:46:24.051Z Fresh ar_archive_writer v0.5.1
60092026-06-02T17:46:24.051Z Fresh textwrap v0.16.2
60102026-06-02T17:46:24.051Z Fresh csv-core v0.1.13
60112026-06-02T17:46:24.051Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
60122026-06-02T17:46:24.051Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
60132026-06-02T17:46:24.051Z Fresh oxide-tokio-rt v0.1.4
60142026-06-02T17:46:24.051Z Fresh prettyplease v0.2.37
60152026-06-02T17:46:24.051Z Fresh derive_more v2.1.1
60162026-06-02T17:46:24.052Z Fresh slog-dtrace v0.3.0
60172026-06-02T17:46:24.052Z Fresh reedline v0.40.0
60182026-06-02T17:46:24.052Z Fresh hickory-resolver v0.24.4
60192026-06-02T17:46:24.052Z Fresh cfg_aliases v0.1.1
60202026-06-02T17:46:24.052Z Fresh semver v0.1.20
60212026-06-02T17:46:24.052Z Fresh highway v1.3.0
60222026-06-02T17:46:24.052Z Fresh humantime v2.3.0
60232026-06-02T17:46:24.052Z Fresh csv v1.4.0
60242026-06-02T17:46:24.052Z Fresh nibble_vec v0.1.0
60252026-06-02T17:46:24.052Z Fresh home v0.5.12
60262026-06-02T17:46:24.052Z Fresh endian-type v0.1.2
60272026-06-02T17:46:24.052Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
60282026-06-02T17:46:24.052Z Fresh phf_shared v0.12.1
60292026-06-02T17:46:24.052Z Fresh recursive-proc-macro-impl v0.1.1
60302026-06-02T17:46:24.052Z Fresh const_format_proc_macros v0.2.34
60312026-06-02T17:46:24.052Z Fresh peg-macros v0.8.5
60322026-06-02T17:46:24.052Z Fresh sqlparser_derive v0.5.0
60332026-06-02T17:46:24.052Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
60342026-06-02T17:46:24.052Z Fresh crossterm v0.29.0
60352026-06-02T17:46:24.052Z Fresh qorb v0.4.1
60362026-06-02T17:46:24.052Z Fresh rustc_version v0.1.7
60372026-06-02T17:46:24.052Z Fresh radix_trie v0.2.1
60382026-06-02T17:46:24.052Z Fresh phf v0.12.1
60392026-06-02T17:46:24.052Z Fresh winnow v0.6.26
60402026-06-02T17:46:24.052Z Fresh unicode_categories v0.1.1
60412026-06-02T17:46:24.052Z Fresh const_format v0.2.35
60422026-06-02T17:46:24.052Z Fresh peg v0.8.5
60432026-06-02T17:46:24.053Z Fresh bcs v0.1.6
60442026-06-02T17:46:24.053Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
60452026-06-02T17:46:24.053Z Fresh filetime v0.2.27
60462026-06-02T17:46:24.053Z Fresh xattr v1.6.1
60472026-06-02T17:46:24.053Z Fresh subprocess v0.2.15
60482026-06-02T17:46:24.053Z Fresh base64 v0.21.7
60492026-06-02T17:46:24.053Z Fresh headers-core v0.3.0
60502026-06-02T17:46:24.053Z Fresh yasna v0.5.2
60512026-06-02T17:46:24.053Z Fresh dropshot-api-manager-types v0.7.1
60522026-06-02T17:46:24.053Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
60532026-06-02T17:46:24.053Z Fresh psm v0.1.30
60542026-06-02T17:46:24.053Z Fresh sqlformat v0.3.5
60552026-06-02T17:46:24.053Z Fresh chrono-tz v0.10.4
60562026-06-02T17:46:24.053Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
60572026-06-02T17:46:24.053Z Fresh tar v0.4.45
60582026-06-02T17:46:24.053Z Fresh headers v0.4.1
60592026-06-02T17:46:24.053Z Fresh rcgen v0.12.1
60602026-06-02T17:46:24.053Z Fresh tagptr v0.2.0
60612026-06-02T17:46:24.053Z Fresh utf-8 v0.7.6
60622026-06-02T17:46:24.053Z Fresh bitfield-struct v0.6.2
60632026-06-02T17:46:24.053Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60642026-06-02T17:46:24.053Z Fresh tap v1.0.1
60652026-06-02T17:46:24.053Z Fresh zerocopy-derive v0.6.6
60662026-06-02T17:46:24.053Z Fresh crc-catalog v2.4.0
60672026-06-02T17:46:24.053Z Fresh funty v2.0.0
60682026-06-02T17:46:24.053Z Fresh packed_struct_codegen v0.10.1
60692026-06-02T17:46:24.054Z Fresh bitfield-macros v0.19.4
60702026-06-02T17:46:24.054Z Fresh stacker v0.1.23
60712026-06-02T17:46:24.054Z Fresh nix v0.28.0
60722026-06-02T17:46:24.054Z Fresh moka v0.12.13
60732026-06-02T17:46:24.054Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60742026-06-02T17:46:24.054Z Fresh tungstenite v0.21.0
60752026-06-02T17:46:24.054Z Fresh wyz v0.5.1
60762026-06-02T17:46:24.054Z Fresh zerocopy v0.6.6
60772026-06-02T17:46:24.054Z Fresh crc v3.4.0
60782026-06-02T17:46:24.054Z Fresh xshell-macros v0.2.7
60792026-06-02T17:46:24.054Z Fresh nodrop v0.1.14
60802026-06-02T17:46:24.054Z Fresh bitfield v0.19.4
60812026-06-02T17:46:24.054Z Fresh hashbrown v0.12.3
60822026-06-02T17:46:24.054Z Fresh ron v0.8.1
60832026-06-02T17:46:24.054Z Fresh hashbrown v0.13.2
60842026-06-02T17:46:24.054Z Fresh crc-any v2.5.0
60852026-06-02T17:46:24.054Z Fresh path-slash v0.1.5
60862026-06-02T17:46:24.054Z Fresh half v1.8.3
60872026-06-02T17:46:24.054Z Fresh recursive v0.1.1
60882026-06-02T17:46:24.054Z Fresh rustyline v14.0.0
60892026-06-02T17:46:24.054Z Fresh newtype_derive v0.1.6
60902026-06-02T17:46:24.054Z Fresh hickory-resolver v0.25.2
60912026-06-02T17:46:24.054Z Fresh libefi-sys v0.1.0
60922026-06-02T17:46:24.054Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60932026-06-02T17:46:24.054Z Fresh tokio-tungstenite v0.21.0
60942026-06-02T17:46:24.054Z Fresh radium v0.7.0
60952026-06-02T17:46:24.054Z Fresh maybe-uninit v2.0.0
60962026-06-02T17:46:24.055Z Fresh array-init v0.0.4
60972026-06-02T17:46:24.055Z Fresh xshell v0.2.7
60982026-06-02T17:46:24.055Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
60992026-06-02T17:46:24.055Z Fresh serde_cbor v0.11.2
61002026-06-02T17:46:24.055Z Fresh num-derive v0.3.3
61012026-06-02T17:46:24.059Z Fresh proc-macro-error-attr2 v2.0.0
61022026-06-02T17:46:24.059Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
61032026-06-02T17:46:24.060Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
61042026-06-02T17:46:24.060Z Fresh papergrid v0.17.0
61052026-06-02T17:46:24.060Z Fresh testing_table v0.3.0
61062026-06-02T17:46:24.060Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
61072026-06-02T17:46:24.060Z Fresh maplit v1.0.2
61082026-06-02T17:46:24.060Z Fresh fxhash v0.2.1
61092026-06-02T17:46:24.060Z Fresh crc8 v0.1.1
61102026-06-02T17:46:24.060Z Fresh unicase v2.9.0
61112026-06-02T17:46:24.060Z Fresh sqlparser v0.61.0
61122026-06-02T17:46:24.060Z Fresh steno v0.4.1
61132026-06-02T17:46:24.060Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
61142026-06-02T17:46:24.060Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
61152026-06-02T17:46:24.060Z Fresh bitvec v1.0.1
61162026-06-02T17:46:24.060Z Fresh smallvec v0.6.14
61172026-06-02T17:46:24.060Z Fresh indexmap v1.9.3
61182026-06-02T17:46:24.060Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
61192026-06-02T17:46:24.060Z Fresh proc-macro-error2 v2.0.1
61202026-06-02T17:46:24.060Z Fresh libscf-sys v1.1.0
61212026-06-02T17:46:24.060Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
61222026-06-02T17:46:24.060Z Fresh diff v0.1.13
61232026-06-02T17:46:24.060Z Fresh dsl_auto_type v0.2.0
61242026-06-02T17:46:24.060Z Fresh git-stub v1.0.0
61252026-06-02T17:46:24.060Z Fresh scheduled-thread-pool v0.2.7
61262026-06-02T17:46:24.061Z Fresh diesel_table_macro_syntax v0.3.0
61272026-06-02T17:46:24.061Z Fresh kstat-rs v0.2.4
61282026-06-02T17:46:24.061Z Fresh downcast-rs v2.0.2
61292026-06-02T17:46:24.061Z Fresh typify-impl v0.4.3
61302026-06-02T17:46:24.061Z Fresh arc-swap v1.8.2
61312026-06-02T17:46:24.061Z Fresh packed_struct v0.10.1
61322026-06-02T17:46:24.061Z Fresh serde-hex v0.1.0
61332026-06-02T17:46:24.061Z Fresh object v0.30.4
61342026-06-02T17:46:24.061Z Fresh tabled_derive v0.11.0
61352026-06-02T17:46:24.061Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
61362026-06-02T17:46:24.061Z Fresh git-stub-vcs v0.1.0
61372026-06-02T17:46:24.061Z Fresh r2d2 v0.8.10
61382026-06-02T17:46:24.061Z Fresh slog-scope v4.4.1
61392026-06-02T17:46:24.061Z Fresh typify-macro v0.4.3
61402026-06-02T17:46:24.061Z Fresh dirs-sys-next v0.1.2
61412026-06-02T17:46:24.061Z Fresh prefix-trie v0.7.0
61422026-06-02T17:46:24.061Z Fresh nanorand v0.7.0
61432026-06-02T17:46:24.061Z Fresh bit-vec v0.6.3
61442026-06-02T17:46:24.061Z Fresh primeorder v0.13.6
61452026-06-02T17:46:24.061Z Fresh itertools v0.10.5
61462026-06-02T17:46:24.061Z Fresh ena v0.14.4
61472026-06-02T17:46:24.061Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
61482026-06-02T17:46:24.061Z Fresh tabled v0.20.0
61492026-06-02T17:46:24.061Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
61502026-06-02T17:46:24.061Z Fresh diesel_derives v2.3.7
61512026-06-02T17:46:24.061Z Fresh vergen-gitcl v1.0.8
61522026-06-02T17:46:24.061Z Fresh parking_lot_core v0.8.6
61532026-06-02T17:46:24.061Z Fresh typify v0.4.3
61542026-06-02T17:46:24.061Z Fresh slog-stdlog v4.1.1
61552026-06-02T17:46:24.061Z Fresh dirs-next v2.0.0
61562026-06-02T17:46:24.061Z Fresh hickory-server v0.25.2
61572026-06-02T17:46:24.062Z Fresh bit-set v0.5.3
61582026-06-02T17:46:24.062Z Fresh flume v0.11.1
61592026-06-02T17:46:24.062Z Fresh libloading v0.8.9
61602026-06-02T17:46:24.062Z Fresh regex-syntax v0.6.29
61612026-06-02T17:46:24.062Z Fresh cexpr v0.6.0
61622026-06-02T17:46:24.062Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
61632026-06-02T17:46:24.062Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
61642026-06-02T17:46:24.062Z Fresh p384 v0.13.1
61652026-06-02T17:46:24.062Z Fresh strum_macros v0.24.3
61662026-06-02T17:46:24.062Z Fresh indoc v1.0.9
61672026-06-02T17:46:24.062Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
61682026-06-02T17:46:24.062Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
61692026-06-02T17:46:24.062Z Fresh diesel v2.3.7
61702026-06-02T17:46:24.062Z Fresh parking_lot v0.11.2
61712026-06-02T17:46:24.062Z Fresh crunchy v0.2.4
61722026-06-02T17:46:24.062Z Fresh slog-envlogger v2.2.0
61732026-06-02T17:46:24.062Z Fresh term v0.7.0
61742026-06-02T17:46:24.062Z Fresh clang-sys v1.8.1
61752026-06-02T17:46:24.062Z Fresh salty v0.3.0
61762026-06-02T17:46:24.062Z Fresh predicates-tree v1.0.13
61772026-06-02T17:46:24.062Z Fresh quick-xml v0.37.5
61782026-06-02T17:46:24.062Z Fresh oso-derive v0.27.3
61792026-06-02T17:46:24.062Z Fresh impl-trait-for-tuples v0.2.3
61802026-06-02T17:46:24.062Z Fresh openssl-probe v0.1.6
61812026-06-02T17:46:24.062Z Fresh progenitor-impl v0.11.2
61822026-06-02T17:46:24.062Z Fresh trait-variant v0.1.2
61832026-06-02T17:46:24.062Z Fresh parse-size v1.1.0
61842026-06-02T17:46:24.062Z Fresh assert_matches v1.5.0
61852026-06-02T17:46:24.062Z Fresh progenitor-impl v0.10.0
61862026-06-02T17:46:24.062Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
61872026-06-02T17:46:24.062Z Fresh sled v0.34.7
61882026-06-02T17:46:24.062Z Fresh tiny-keccak v2.0.2
61892026-06-02T17:46:24.062Z Fresh ascii-canvas v3.0.0
61902026-06-02T17:46:24.062Z Fresh bindgen v0.71.1
61912026-06-02T17:46:24.062Z Fresh libxml v0.3.3
61922026-06-02T17:46:24.062Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
61932026-06-02T17:46:24.062Z Fresh fs-err v2.11.0
61942026-06-02T17:46:24.062Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
61952026-06-02T17:46:24.062Z Fresh progenitor-macro v0.11.2
61962026-06-02T17:46:24.063Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
61972026-06-02T17:46:24.063Z Fresh progenitor-client v0.11.2
61982026-06-02T17:46:24.063Z Fresh progenitor-macro v0.10.0
61992026-06-02T17:46:24.063Z Fresh oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62002026-06-02T17:46:24.063Z Fresh ignore v0.4.25
62012026-06-02T17:46:24.067Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62022026-06-02T17:46:24.067Z Fresh bb8 v0.8.6
62032026-06-02T17:46:24.067Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62042026-06-02T17:46:24.067Z Fresh http-range v0.1.5
62052026-06-02T17:46:24.067Z Fresh corncobs v0.1.4
62062026-06-02T17:46:24.067Z Fresh diesel-dtrace v0.5.0
62072026-06-02T17:46:24.067Z Fresh lalrpop v0.19.12
62082026-06-02T17:46:24.067Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
62092026-06-02T17:46:24.067Z Fresh progenitor v0.11.2
62102026-06-02T17:46:24.067Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
62112026-06-02T17:46:24.067Z Fresh progenitor v0.10.0
62122026-06-02T17:46:24.067Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62132026-06-02T17:46:24.067Z Fresh globwalk v0.9.1
62142026-06-02T17:46:24.067Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62152026-06-02T17:46:24.067Z Fresh async-bb8-diesel v0.2.1
62162026-06-02T17:46:24.068Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62172026-06-02T17:46:24.068Z Fresh secrecy v0.8.0
62182026-06-02T17:46:24.068Z Fresh atty v0.2.14
62192026-06-02T17:46:24.068Z Fresh nonempty v0.12.0
62202026-06-02T17:46:24.068Z Fresh signal-hook-tokio v0.3.1
62212026-06-02T17:46:24.068Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
62222026-06-02T17:46:24.068Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
62232026-06-02T17:46:24.068Z Fresh camino-tempfile-ext v0.3.3
62242026-06-02T17:46:24.068Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62252026-06-02T17:46:24.068Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62262026-06-02T17:46:24.068Z Fresh mime_guess v2.0.5
62272026-06-02T17:46:24.068Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
62282026-06-02T17:46:24.068Z Fresh tungstenite v0.23.0
62292026-06-02T17:46:24.068Z Fresh rand_seeder v0.4.0
62302026-06-02T17:46:24.068Z Fresh void v1.0.2
62312026-06-02T17:46:24.068Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
62322026-06-02T17:46:24.068Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
62332026-06-02T17:46:24.068Z Fresh nix v0.27.1
62342026-06-02T17:46:24.068Z Fresh serde_bytes v0.11.19
62352026-06-02T17:46:24.068Z Fresh yansi v1.0.1
62362026-06-02T17:46:24.068Z Fresh is_ci v1.2.0
62372026-06-02T17:46:24.068Z Fresh samael v0.0.19
62382026-06-02T17:46:24.068Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62392026-06-02T17:46:24.068Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62402026-06-02T17:46:24.068Z Fresh hyper-staticfile v0.10.1
62412026-06-02T17:46:24.068Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
62422026-06-02T17:46:24.068Z Fresh tokio-tungstenite v0.23.1
62432026-06-02T17:46:24.068Z Fresh lzss v0.8.2
62442026-06-02T17:46:24.068Z Fresh pretty_assertions v1.4.1
62452026-06-02T17:46:24.068Z Fresh darling_core v0.23.0
62462026-06-02T17:46:24.068Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
62472026-06-02T17:46:24.068Z Fresh indoc v2.0.7
62482026-06-02T17:46:24.068Z Fresh castaway v0.2.4
62492026-06-02T17:46:24.068Z Fresh unicode-truncate v1.1.0
62502026-06-02T17:46:24.068Z Fresh lru v0.12.5
62512026-06-02T17:46:24.068Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
62522026-06-02T17:46:24.068Z Fresh cassowary v0.3.0
62532026-06-02T17:46:24.068Z Fresh console v0.16.2
62542026-06-02T17:46:24.069Z Fresh polar-core v0.27.3
62552026-06-02T17:46:24.069Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
62562026-06-02T17:46:24.069Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
62572026-06-02T17:46:24.069Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
62582026-06-02T17:46:24.069Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
62592026-06-02T17:46:24.069Z Fresh darling_macro v0.23.0
62602026-06-02T17:46:24.069Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
62612026-06-02T17:46:24.069Z Fresh compact_str v0.8.1
62622026-06-02T17:46:24.069Z Fresh libz-sys v1.1.24
62632026-06-02T17:46:24.069Z Fresh unit-prefix v0.5.2
62642026-06-02T17:46:24.069Z Fresh supports-color v3.0.2
62652026-06-02T17:46:24.069Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
62662026-06-02T17:46:24.069Z Fresh sct v0.7.1
62672026-06-02T17:46:24.069Z Fresh rustls-webpki v0.101.7
62682026-06-02T17:46:24.069Z Fresh oso v0.27.3
62692026-06-02T17:46:24.069Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
62702026-06-02T17:46:24.069Z Fresh darling v0.23.0
62712026-06-02T17:46:24.069Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
62722026-06-02T17:46:24.069Z Fresh libgit2-sys v0.18.3+1.9.2
62732026-06-02T17:46:24.069Z Fresh indicatif v0.18.4
62742026-06-02T17:46:24.069Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
62752026-06-02T17:46:24.069Z Fresh toml v0.9.12+spec-1.1.0
62762026-06-02T17:46:24.069Z Fresh dropshot_endpoint v0.16.7
62772026-06-02T17:46:24.069Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62782026-06-02T17:46:24.069Z Fresh rustls-pemfile v1.0.4
62792026-06-02T17:46:24.069Z Fresh colored v2.2.0
62802026-06-02T17:46:24.069Z Fresh twox-hash v2.1.2
62812026-06-02T17:46:24.069Z Fresh hex-literal v0.4.1
62822026-06-02T17:46:24.069Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
62832026-06-02T17:46:24.069Z Fresh instability v0.3.11
62842026-06-02T17:46:24.069Z Fresh git2 v0.20.4
62852026-06-02T17:46:24.069Z Fresh rustls v0.21.12
62862026-06-02T17:46:24.069Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
62872026-06-02T17:46:24.069Z Fresh nix v0.29.0
62882026-06-02T17:46:24.069Z Fresh shell-words v1.1.1
62892026-06-02T17:46:24.069Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
62902026-06-02T17:46:24.070Z Fresh fatfs v0.3.6
62912026-06-02T17:46:24.070Z Fresh ordered-float v2.10.1
62922026-06-02T17:46:24.070Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
62932026-06-02T17:46:24.070Z Fresh seq-macro v0.3.6
62942026-06-02T17:46:24.070Z Fresh concurrent-queue v2.5.0
62952026-06-02T17:46:24.070Z Fresh parking v2.2.1
62962026-06-02T17:46:24.070Z Fresh plotters-backend v0.3.7
62972026-06-02T17:46:24.070Z Fresh cargo-platform v0.2.0
62982026-06-02T17:46:24.070Z Fresh sapling-renderdag v0.1.0
62992026-06-02T17:46:24.070Z Fresh rtoolbox v0.0.3
63002026-06-02T17:46:24.070Z Fresh sync-ptr v0.1.4
63012026-06-02T17:46:24.074Z Fresh cast v0.3.0
63022026-06-02T17:46:24.074Z Fresh tinytemplate v1.2.1
63032026-06-02T17:46:24.226Z 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=0325e6ddb85c97bc -C extra-filename=-ec169aab2930f561 --out-dir /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-fe06046bb8ce6274.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-241ee6bc01c47e55.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`
63042026-06-02T17:46:24.235Z Fresh ratatui v0.29.0
63052026-06-02T17:46:24.235Z Fresh vergen-git2 v1.0.7
63062026-06-02T17:46:24.235Z Fresh tokio-rustls v0.24.1
63072026-06-02T17:46:24.235Z Fresh typeid v1.0.3
63082026-06-02T17:46:24.235Z Fresh dropshot v0.16.7
63092026-06-02T17:46:24.235Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
63102026-06-02T17:46:24.235Z Fresh serde-value v0.7.0
63112026-06-02T17:46:24.235Z Fresh event-listener v5.4.1
63122026-06-02T17:46:24.239Z Fresh plotters-svg v0.3.7
63132026-06-02T17:46:24.239Z Fresh rpassword v7.4.0
63142026-06-02T17:46:24.239Z Fresh criterion-plot v0.6.0
63152026-06-02T17:46:24.239Z Fresh futures-timer v3.0.3
63162026-06-02T17:46:24.239Z Fresh anes v0.1.6
63172026-06-02T17:46:24.239Z Fresh oorandom v11.1.5
63182026-06-02T17:46:24.239Z Fresh polyval v0.6.2
63192026-06-02T17:46:24.239Z Fresh gimli v0.32.3
63202026-06-02T17:46:24.239Z Fresh ctr v0.9.2
63212026-06-02T17:46:24.239Z Fresh serde_regex v1.1.0
63222026-06-02T17:46:24.239Z Fresh assert-json-diff v2.0.2
63232026-06-02T17:46:24.240Z Fresh path-tree v0.8.3
63242026-06-02T17:46:24.240Z Fresh stringmetrics v2.2.2
63252026-06-02T17:46:24.240Z Fresh erased-serde v0.4.9
63262026-06-02T17:46:24.240Z Fresh petname v2.0.2
63272026-06-02T17:46:24.240Z Fresh event-listener-strategy v0.5.4
63282026-06-02T17:46:24.240Z Fresh tui-tree-widget v0.23.1
63292026-06-02T17:46:24.240Z Fresh plotters v0.3.7
63302026-06-02T17:46:24.240Z Fresh ghash v0.5.1
63312026-06-02T17:46:24.240Z Fresh addr2line v0.25.1
63322026-06-02T17:46:24.240Z Fresh rustc-demangle v0.1.27
63332026-06-02T17:46:24.240Z Fresh blowfish v0.9.1
63342026-06-02T17:46:24.240Z Fresh ssh-encoding v0.2.0
63352026-06-02T17:46:24.240Z Fresh arrayref v0.3.9
63362026-06-02T17:46:24.240Z Fresh arrayvec v0.7.6
63372026-06-02T17:46:24.240Z Fresh constant_time_eq v0.4.2
63382026-06-02T17:46:24.240Z Fresh supports-color v2.1.0
63392026-06-02T17:46:24.240Z Fresh textwrap v0.15.2
63402026-06-02T17:46:24.240Z Fresh supports-unicode v2.1.0
63412026-06-02T17:46:24.240Z Fresh supports-hyperlinks v2.1.0
63422026-06-02T17:46:24.240Z Fresh hashbrown v0.14.5
63432026-06-02T17:46:24.240Z Fresh password-hash v0.4.2
63442026-06-02T17:46:24.240Z Fresh miette-derive v5.10.0
63452026-06-02T17:46:24.240Z Fresh cargo-platform v0.3.2
63462026-06-02T17:46:24.240Z Fresh terminal_size v0.1.17
63472026-06-02T17:46:24.240Z Fresh owo-colors v3.5.0
63482026-06-02T17:46:24.240Z Fresh serde-untagged v0.1.9
63492026-06-02T17:46:24.240Z Fresh criterion v0.7.0
63502026-06-02T17:46:24.240Z Fresh async-lock v3.4.2
63512026-06-02T17:46:24.240Z Fresh target-lexicon v0.13.3
63522026-06-02T17:46:24.240Z Fresh backtrace v0.3.76
63532026-06-02T17:46:24.240Z Fresh aes-gcm v0.10.3
63542026-06-02T17:46:24.240Z Fresh bcrypt-pbkdf v0.10.0
63552026-06-02T17:46:24.240Z Fresh pbkdf2 v0.11.0
63562026-06-02T17:46:24.240Z Fresh cargo_metadata v0.23.1
63572026-06-02T17:46:24.240Z Fresh chumsky v0.9.3
63582026-06-02T17:46:24.240Z Fresh p521 v0.13.3
63592026-06-02T17:46:24.240Z Fresh p256 v0.13.2
63602026-06-02T17:46:24.240Z Fresh knuffel-derive v3.2.0
63612026-06-02T17:46:24.240Z Fresh pathdiff v0.2.3
63622026-06-02T17:46:24.241Z Fresh russh-cryptovec v0.7.3
63632026-06-02T17:46:24.241Z Fresh md5 v0.7.0
63642026-06-02T17:46:24.241Z Fresh nested v0.1.1
63652026-06-02T17:46:24.241Z Fresh httptest v0.16.4
63662026-06-02T17:46:24.248Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
63672026-06-02T17:46:24.248Z Fresh cargo-util-schemas v0.8.2
63682026-06-02T17:46:24.248Z Fresh async-object-pool v0.2.0
63692026-06-02T17:46:24.248Z Fresh guppy-workspace-hack v0.1.0
63702026-06-02T17:46:24.248Z Fresh cfg-expr v0.20.6
63712026-06-02T17:46:24.248Z Fresh backtrace-ext v0.2.1
63722026-06-02T17:46:24.248Z Fresh ssh-cipher v0.2.0
63732026-06-02T17:46:24.248Z Fresh num-bigint v0.4.6
63742026-06-02T17:46:24.248Z Fresh des v0.8.1
63752026-06-02T17:46:24.248Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63762026-06-02T17:46:24.248Z Fresh hickory-client v0.25.2
63772026-06-02T17:46:24.248Z Fresh similar-asserts v1.7.0
63782026-06-02T17:46:24.248Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
63792026-06-02T17:46:24.248Z Fresh socket2 v0.5.10
63802026-06-02T17:46:24.248Z Fresh escape8259 v0.5.3
63812026-06-02T17:46:24.248Z Fresh internet-checksum v0.2.1
63822026-06-02T17:46:24.248Z Fresh topological-sort v0.2.2
63832026-06-02T17:46:24.248Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
63842026-06-02T17:46:24.248Z 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/018ae6f/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=5c4637fa389dfb6b -C extra-filename=-bd47d8588046b6bb --out-dir /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-d62b7cd9ab5877a1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.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`
63852026-06-02T17:46:24.265Z Fresh cargo_metadata v0.21.0
63862026-06-02T17:46:24.268Z Fresh httpmock v0.8.3
63872026-06-02T17:46:24.269Z Fresh miette v5.10.0
63882026-06-02T17:46:24.269Z Fresh ssh-key v0.6.7
63892026-06-02T17:46:24.269Z Fresh target-spec v3.5.7
63902026-06-02T17:46:24.269Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63912026-06-02T17:46:24.269Z Fresh blake3 v1.8.3
63922026-06-02T17:46:24.269Z Fresh libtest-mimic v0.8.1
63932026-06-02T17:46:24.270Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
63942026-06-02T17:46:24.270Z Compiling tokio-test v0.4.5
63952026-06-02T17:46:24.270Z Fresh fancy-regex v0.14.0
63962026-06-02T17:46:24.288Z Fresh support-bundle-viewer v0.1.2
63972026-06-02T17:46:24.291Z Fresh multimap v0.10.1
63982026-06-02T17:46:24.291Z Fresh approx v0.5.1
63992026-06-02T17:46:24.291Z 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`
64002026-06-02T17:46:24.292Z Fresh knuffel v3.2.0
64012026-06-02T17:46:24.292Z Fresh russh-keys v0.45.0
64022026-06-02T17:46:24.292Z Fresh guppy v0.17.25
64032026-06-02T17:46:24.292Z Fresh omicron-zone-package v0.12.2
64042026-06-02T17:46:24.295Z Fresh target-triple v1.0.0
64052026-06-02T17:46:24.295Z Fresh datatest-stable v0.3.3
64062026-06-02T17:46:24.295Z Fresh assert_cmd v2.1.2
64072026-06-02T17:46:24.295Z Fresh uzers v0.12.2
64082026-06-02T17:46:24.295Z Fresh relative-path v1.9.3
64092026-06-02T17:46:24.295Z Fresh termcolor v1.4.1
64102026-06-02T17:46:24.295Z Fresh blake2b_simd v1.0.4
64112026-06-02T17:46:24.295Z Fresh partial-io v0.5.4
64122026-06-02T17:46:24.295Z Fresh rand_distr v0.5.1
64132026-06-02T17:46:24.295Z Fresh drift v0.1.4
64142026-06-02T17:46:24.295Z Fresh russh v0.45.0
64152026-06-02T17:46:24.295Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64162026-06-02T17:46:24.295Z Fresh linkme-impl v0.3.35
64172026-06-02T17:46:24.295Z Fresh trybuild v1.0.116
64182026-06-02T17:46:24.295Z Fresh rstest_macros v0.25.0
64192026-06-02T17:46:24.299Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
64202026-06-02T17:46:24.299Z Fresh constant_time_eq v0.3.1
64212026-06-02T17:46:24.299Z Fresh dropshot-api-manager v0.7.1
64222026-06-02T17:46:24.299Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
64232026-06-02T17:46:24.299Z Fresh cargo_toml v0.21.0
64242026-06-02T17:46:24.299Z Fresh termios v0.3.3
64252026-06-02T17:46:24.299Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
64262026-06-02T17:46:24.299Z Fresh rust-argon2 v2.1.0
64272026-06-02T17:46:24.299Z Fresh linkme v0.3.35
64282026-06-02T17:46:24.299Z Fresh rstest v0.25.0
64292026-06-02T17:46:24.299Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
64302026-06-02T17:46:24.299Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
64312026-06-02T17:46:24.299Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
64322026-06-02T17:46:24.299Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
64332026-06-02T17:46:24.299Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
64342026-06-02T17:46:24.299Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
64352026-06-02T17:46:24.299Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
64362026-06-02T17:46:24.303Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
64372026-06-02T17:46:24.303Z Fresh schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
64382026-06-02T17:46:24.303Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
64392026-06-02T17:46:24.303Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
64402026-06-02T17:46:24.303Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
64412026-06-02T17:46:24.303Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
64422026-06-02T17:46:24.303Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
64432026-06-02T17:46:24.303Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
64442026-06-02T17:46:24.303Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
64452026-06-02T17:46:24.303Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
64462026-06-02T17:46:24.303Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
64472026-06-02T17:46:24.303Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
64482026-06-02T17:46:24.303Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
64492026-06-02T17:46:24.303Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
64502026-06-02T17:46:24.306Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
64512026-06-02T17:46:24.306Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
64522026-06-02T17:46:24.306Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
64532026-06-02T17:46:24.306Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
64542026-06-02T17:46:24.306Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
64552026-06-02T17:46:24.306Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
64562026-06-02T17:46:24.306Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
64572026-06-02T17:46:24.306Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
64582026-06-02T17:46:24.306Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
64592026-06-02T17:46:24.306Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
64602026-06-02T17:46:24.306Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
64612026-06-02T17:46:24.306Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
64622026-06-02T17:46:24.309Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
64632026-06-02T17:46:24.309Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
64642026-06-02T17:46:24.309Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
64652026-06-02T17:46:24.309Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
64662026-06-02T17:46:24.310Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
64672026-06-02T17:46:24.310Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
64682026-06-02T17:46:24.310Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
64692026-06-02T17:46:24.310Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
64702026-06-02T17:46:24.310Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
64712026-06-02T17:46:24.310Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
64722026-06-02T17:46:24.310Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
64732026-06-02T17:46:24.310Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
64742026-06-02T17:46:24.310Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
64752026-06-02T17:46:24.310Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
64762026-06-02T17:46:24.310Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
64772026-06-02T17:46:24.310Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
64782026-06-02T17:46:24.313Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
64792026-06-02T17:46:24.313Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
64802026-06-02T17:46:24.313Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
64812026-06-02T17:46:24.313Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
64822026-06-02T17:46:24.313Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
64832026-06-02T17:46:24.313Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
64842026-06-02T17:46:24.313Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
64852026-06-02T17:46:24.336Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
64862026-06-02T17:46:24.339Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
64872026-06-02T17:46:24.339Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
64882026-06-02T17:46:24.339Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
64892026-06-02T17:46:24.340Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
64902026-06-02T17:46:24.340Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
64912026-06-02T17:46:24.340Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
64922026-06-02T17:46:24.340Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
64932026-06-02T17:46:24.340Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
64942026-06-02T17:46:24.340Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
64952026-06-02T17:46:24.340Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
64962026-06-02T17:46:24.340Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
64972026-06-02T17:46:24.340Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
64982026-06-02T17:46:24.340Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
64992026-06-02T17:46:24.389Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
65002026-06-02T17:46:24.389Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
65012026-06-02T17:46:24.389Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
65022026-06-02T17:46:24.389Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
65032026-06-02T17:46:24.389Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
65042026-06-02T17:46:24.389Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
65052026-06-02T17:46:24.389Z 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=07699bd5b32f5b93 -C extra-filename=-a26b872ea535dd4d --out-dir /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-fe06046bb8ce6274.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-16ddd68c8933d661.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-241ee6bc01c47e55.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`
65062026-06-02T17:46:24.389Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
65072026-06-02T17:46:24.389Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
65082026-06-02T17:46:24.389Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
65092026-06-02T17:46:24.389Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
65102026-06-02T17:46:24.389Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
65112026-06-02T17:46:24.389Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
65122026-06-02T17:46:24.389Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
65132026-06-02T17:46:24.389Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
65142026-06-02T17:46:24.389Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
65152026-06-02T17:46:24.389Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
65162026-06-02T17:46:24.389Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
65172026-06-02T17:46:24.390Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
65182026-06-02T17:46:24.390Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
65192026-06-02T17:46:24.390Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
65202026-06-02T17:46:24.390Z Fresh dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
65212026-06-02T17:46:24.390Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
65222026-06-02T17:46:24.390Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
65232026-06-02T17:46:24.390Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
65242026-06-02T17:46:24.390Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
65252026-06-02T17:46:24.390Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
65262026-06-02T17:46:24.390Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
65272026-06-02T17:46:24.390Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
65282026-06-02T17:46:24.390Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
65292026-06-02T17:46:24.390Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
65302026-06-02T17:46:24.390Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
65312026-06-02T17:46:24.390Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
65322026-06-02T17:46:24.390Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
65332026-06-02T17:46:24.390Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
65342026-06-02T17:46:24.390Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
65352026-06-02T17:46:24.390Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
65362026-06-02T17:46:24.390Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
65372026-06-02T17:46:24.390Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
65382026-06-02T17:46:24.390Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
65392026-06-02T17:46:24.390Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
65402026-06-02T17:46:24.390Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
65412026-06-02T17:46:24.390Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
65422026-06-02T17:46:24.390Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
65432026-06-02T17:46:24.390Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
65442026-06-02T17:46:24.390Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
65452026-06-02T17:46:24.390Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
65462026-06-02T17:46:24.390Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
65472026-06-02T17:46:24.390Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
65482026-06-02T17:46:24.390Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
65492026-06-02T17:46:24.390Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
65502026-06-02T17:46:24.390Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
65512026-06-02T17:46:24.390Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
65522026-06-02T17:46:24.390Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
65532026-06-02T17:46:24.390Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
65542026-06-02T17:46:24.390Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
65552026-06-02T17:46:24.390Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
65562026-06-02T17:46:24.390Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
65572026-06-02T17:46:24.391Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
65582026-06-02T17:46:24.391Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
65592026-06-02T17:46:24.391Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
65602026-06-02T17:46:24.391Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
65612026-06-02T17:46:24.391Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
65622026-06-02T17:46:24.391Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
65632026-06-02T17:46:24.391Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
65642026-06-02T17:46:24.391Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
65652026-06-02T17:46:24.391Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
65662026-06-02T17:46:24.391Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
65672026-06-02T17:46:24.391Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
65682026-06-02T17:46:24.391Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
65692026-06-02T17:46:24.391Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
65702026-06-02T17:46:24.391Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
65712026-06-02T17:46:24.391Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
65722026-06-02T17:46:24.391Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
65732026-06-02T17:46:24.391Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
65742026-06-02T17:46:24.391Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
65752026-06-02T17:46:24.391Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
65762026-06-02T17:46:24.391Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
65772026-06-02T17:46:24.391Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
65782026-06-02T17:46:24.391Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
65792026-06-02T17:46:24.391Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
65802026-06-02T17:46:24.391Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
65812026-06-02T17:46:24.391Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
65822026-06-02T17:46:24.391Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
65832026-06-02T17:46:24.391Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
65842026-06-02T17:46:24.391Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
65852026-06-02T17:46:24.391Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
65862026-06-02T17:46:24.391Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
65872026-06-02T17:46:24.391Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
65882026-06-02T17:46:24.391Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
65892026-06-02T17:46:24.391Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
65902026-06-02T17:46:24.391Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
65912026-06-02T17:46:24.391Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
65922026-06-02T17:46:24.391Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
65932026-06-02T17:46:24.391Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
65942026-06-02T17:46:24.391Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
65952026-06-02T17:46:24.392Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
65962026-06-02T17:46:24.392Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
65972026-06-02T17:46:24.392Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
65982026-06-02T17:46:24.392Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
65992026-06-02T17:46:24.396Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66002026-06-02T17:46:24.396Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
66012026-06-02T17:46:24.396Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
66022026-06-02T17:46:24.396Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
66032026-06-02T17:46:24.996Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
66042026-06-02T17:46:25.002Z 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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=47f9c106e6420ee1 -C extra-filename=-2f786590d5d9a7e3 --out-dir /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-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2f47bacece9459b4.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a091483e62fbc0eb.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4fd500f72e357744.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b36ed0b8d82be84.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-45c5de1a90aeea4a.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-5d97e2ae929e8fe2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f22757b3b133472.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-16ddd68c8933d661.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-567e8c4a24c21eca.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-86f66510ed8ca3fa.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1471b47a261416c7.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-27f9579434fa6728.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1febbe3af962a0c4.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-586057804891d044.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-ec169aab2930f561.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ed4cd2283c4b7d33.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7a0531393a815d87.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bbf2e409db71dd01.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a16cb4173234cfa0.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5cf8904133e4a35.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e9371d140a567b34.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-913827be452c5868.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-54459548d1b2aa56.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4e29a1e08444abdd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7419010536bd42e8.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.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-ca751e8828ef9817.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c7dbf622adb40431.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-68004d1839d49401.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6b404f20eee1ed0f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.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-8ccf77cde06196fd.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-378d02d8e0e669c4.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 reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.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-e42e8763cbc9b1b6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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 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-dd3241566cb6880a.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.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/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66052026-06-02T17:46:25.337Z 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=cd8e7673621f776d -C extra-filename=-9f7c5ca9db834559 --out-dir /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-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2f47bacece9459b4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a091483e62fbc0eb.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4fd500f72e357744.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b36ed0b8d82be84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-45c5de1a90aeea4a.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-fa2ef81737ff992b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f22757b3b133472.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-0d19850314c47f2b.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-567e8c4a24c21eca.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-86f66510ed8ca3fa.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1471b47a261416c7.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-27f9579434fa6728.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ca27d7739cb6f8c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1febbe3af962a0c4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-586057804891d044.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-ec169aab2930f561.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ed4cd2283c4b7d33.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7a0531393a815d87.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bbf2e409db71dd01.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a16cb4173234cfa0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5cf8904133e4a35.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e9371d140a567b34.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-913827be452c5868.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-54459548d1b2aa56.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4e29a1e08444abdd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bb4203efd4b89e8c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7419010536bd42e8.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.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-ca751e8828ef9817.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-69f1fe8d5a1d00fa.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-00a428463270953f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-64b41cd1434a5bb9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c7dbf622adb40431.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-68004d1839d49401.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6b404f20eee1ed0f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.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-8ccf77cde06196fd.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 rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-378d02d8e0e669c4.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 reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-bd47d8588046b6bb.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-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-7a83e57e5f70f17a.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 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-dd3241566cb6880a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a60f219b3d010a50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.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 /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`
66062026-06-02T17:48:48.636Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
66072026-06-02T17:48:48.636Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
66082026-06-02T17:48:48.639Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
66092026-06-02T17:48:48.639Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
66102026-06-02T17:48:48.661Z 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=5dfd25534fb4770d -C extra-filename=-6f871cce9034522d --out-dir /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-d62b7cd9ab5877a1.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 gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4e29a1e08444abdd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-05d56249f1331c2a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2f786590d5d9a7e3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-00a428463270953f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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/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`
66112026-06-02T17:48:48.668Z 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=18c465d53116140f -C extra-filename=-33447a57bf2a2004 --out-dir /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-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2f47bacece9459b4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a091483e62fbc0eb.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4fd500f72e357744.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b36ed0b8d82be84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-45c5de1a90aeea4a.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-fa2ef81737ff992b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f22757b3b133472.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-0d19850314c47f2b.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-567e8c4a24c21eca.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-86f66510ed8ca3fa.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1471b47a261416c7.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-27f9579434fa6728.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ca27d7739cb6f8c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1febbe3af962a0c4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-586057804891d044.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-ec169aab2930f561.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ed4cd2283c4b7d33.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7a0531393a815d87.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bbf2e409db71dd01.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a16cb4173234cfa0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5cf8904133e4a35.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e9371d140a567b34.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-913827be452c5868.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-54459548d1b2aa56.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4e29a1e08444abdd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bb4203efd4b89e8c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7419010536bd42e8.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.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-ca751e8828ef9817.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2f786590d5d9a7e3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-69f1fe8d5a1d00fa.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-00a428463270953f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-64b41cd1434a5bb9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c7dbf622adb40431.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-68004d1839d49401.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6b404f20eee1ed0f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.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-8ccf77cde06196fd.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 rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-378d02d8e0e669c4.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 reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-bd47d8588046b6bb.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-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-7a83e57e5f70f17a.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 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-dd3241566cb6880a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a60f219b3d010a50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.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 /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`
66122026-06-02T17:48:48.668Z 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86d55f8ea17181fe -C extra-filename=-d163c18cb215fc38 --out-dir /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-02e5946cfdcb6f97.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4fd500f72e357744.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-03f5f5da4a3ec52e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-45c5de1a90aeea4a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.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-fe06046bb8ce6274.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-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-16ddd68c8933d661.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-968707a7b30c2b7d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-51e189874e06d4a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-54459548d1b2aa56.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bb4203efd4b89e8c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2f786590d5d9a7e3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-7956961cdfc2f189.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-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-b5bddb180a4cdcab.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 /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`
66132026-06-02T17:48:48.668Z 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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=efb66eda3292aee4 -C extra-filename=-2924734adea6d876 --out-dir /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-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2f47bacece9459b4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a091483e62fbc0eb.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4fd500f72e357744.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b36ed0b8d82be84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-45c5de1a90aeea4a.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-5d97e2ae929e8fe2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f22757b3b133472.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-567e8c4a24c21eca.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-86f66510ed8ca3fa.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1471b47a261416c7.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-27f9579434fa6728.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1febbe3af962a0c4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-586057804891d044.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-ec169aab2930f561.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ed4cd2283c4b7d33.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7a0531393a815d87.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bbf2e409db71dd01.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a16cb4173234cfa0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5cf8904133e4a35.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e9371d140a567b34.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-913827be452c5868.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-54459548d1b2aa56.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4e29a1e08444abdd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7419010536bd42e8.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.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-ca751e8828ef9817.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2f786590d5d9a7e3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c7dbf622adb40431.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-68004d1839d49401.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6b404f20eee1ed0f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.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-8ccf77cde06196fd.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-378d02d8e0e669c4.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 reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.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-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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 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-dd3241566cb6880a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.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/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66142026-06-02T17:48:48.668Z 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=e32a0bf2d4928fe0 -C extra-filename=-cceb37f01fbdbe4c --out-dir /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-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2f47bacece9459b4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a091483e62fbc0eb.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4fd500f72e357744.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b36ed0b8d82be84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-45c5de1a90aeea4a.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-fa2ef81737ff992b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f22757b3b133472.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-0d19850314c47f2b.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-567e8c4a24c21eca.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-86f66510ed8ca3fa.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1471b47a261416c7.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-27f9579434fa6728.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ca27d7739cb6f8c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1febbe3af962a0c4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-586057804891d044.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-ec169aab2930f561.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ed4cd2283c4b7d33.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7a0531393a815d87.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bbf2e409db71dd01.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a16cb4173234cfa0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5cf8904133e4a35.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e9371d140a567b34.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-913827be452c5868.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-54459548d1b2aa56.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4e29a1e08444abdd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bb4203efd4b89e8c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7419010536bd42e8.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.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-ca751e8828ef9817.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2f786590d5d9a7e3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-69f1fe8d5a1d00fa.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-00a428463270953f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-64b41cd1434a5bb9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c7dbf622adb40431.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-68004d1839d49401.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6b404f20eee1ed0f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.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-8ccf77cde06196fd.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 rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-378d02d8e0e669c4.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 reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-bd47d8588046b6bb.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-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-7a83e57e5f70f17a.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 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-dd3241566cb6880a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a60f219b3d010a50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.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 /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`
66152026-06-02T17:48:48.670Z 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59f191ddf20214e9 -C extra-filename=-6b70c6e7bb76e17c --out-dir /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-02e5946cfdcb6f97.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4fd500f72e357744.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-03f5f5da4a3ec52e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-45c5de1a90aeea4a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d701457ac65eaf98.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-334a9d6975c1b79b.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-fe06046bb8ce6274.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-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-16ddd68c8933d661.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-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-968707a7b30c2b7d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-51e189874e06d4a2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-54459548d1b2aa56.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bb4203efd4b89e8c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2f786590d5d9a7e3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-19c591fa5c91bf38.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.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-7956961cdfc2f189.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-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.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-b5bddb180a4cdcab.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 /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`
66162026-06-02T17:48:48.670Z 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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=8f45feb8ece67510 -C extra-filename=-a3e5b3b16d53180c --out-dir /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-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2f47bacece9459b4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a091483e62fbc0eb.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4fd500f72e357744.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b36ed0b8d82be84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-45c5de1a90aeea4a.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-5d97e2ae929e8fe2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f22757b3b133472.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-567e8c4a24c21eca.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-86f66510ed8ca3fa.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1471b47a261416c7.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-27f9579434fa6728.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1febbe3af962a0c4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-586057804891d044.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-ec169aab2930f561.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ed4cd2283c4b7d33.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7a0531393a815d87.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bbf2e409db71dd01.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a16cb4173234cfa0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5cf8904133e4a35.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e9371d140a567b34.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-913827be452c5868.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-54459548d1b2aa56.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4e29a1e08444abdd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7419010536bd42e8.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.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-ca751e8828ef9817.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2f786590d5d9a7e3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-69f1fe8d5a1d00fa.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c7dbf622adb40431.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-68004d1839d49401.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6b404f20eee1ed0f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.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-8ccf77cde06196fd.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-b88efff433eb214c.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-378d02d8e0e669c4.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 reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.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-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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 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-dd3241566cb6880a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.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/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
66172026-06-02T17:48:48.670Z 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=43d6ff65b31a474c -C extra-filename=-eeaa4f8abcf49c08 --out-dir /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-d62b7cd9ab5877a1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bb4203efd4b89e8c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2f786590d5d9a7e3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-0d945f0238dc01e9.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=/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`
66182026-06-02T17:48:48.670Z 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=6e46b8b1092fc25c -C extra-filename=-ee96945d5cbb7fa9 --out-dir /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-d62b7cd9ab5877a1.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 gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4e29a1e08444abdd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-05d56249f1331c2a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2f786590d5d9a7e3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-00a428463270953f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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/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`
66192026-06-02T17:48:48.683Z 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=36f47c8a028fd008 -C extra-filename=-3bdee8f0082a4bfc --out-dir /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-d62b7cd9ab5877a1.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-6eee55587c555210.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-01e0def4c6020b1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4e29a1e08444abdd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2f786590d5d9a7e3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.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/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`
66202026-06-02T17:48:48.686Z 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=16e1271ff36e0573 -C extra-filename=-24210498faf00049 --out-dir /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-2f47bacece9459b4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a091483e62fbc0eb.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4fd500f72e357744.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-8aa1fce567c489f4.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b36ed0b8d82be84.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bfc2b60907f3047d.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-16ddd68c8933d661.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-968707a7b30c2b7d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a16cb4173234cfa0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5cf8904133e4a35.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bb4203efd4b89e8c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2f786590d5d9a7e3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3a9c68edcfc0b182.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.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-b5bddb180a4cdcab.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 /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`
66212026-06-02T17:48:48.686Z 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=339d4a3253ec93f7 -C extra-filename=-e6ceabb25e103381 --out-dir /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-d62b7cd9ab5877a1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bb4203efd4b89e8c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2f786590d5d9a7e3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-0d945f0238dc01e9.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=/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`
66222026-06-02T17:48:48.686Z 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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=b62a12b7fdd4843c -C extra-filename=-5d39f6fa624511b5 --out-dir /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-72d0a3dbaaef59c0.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-d62b7cd9ab5877a1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-2f47bacece9459b4.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a091483e62fbc0eb.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4fd500f72e357744.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-3b36ed0b8d82be84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3bb94b4d2c1d685b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-03f5f5da4a3ec52e.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed958b8c2a437182.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-45c5de1a90aeea4a.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-fa2ef81737ff992b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5d97e2ae929e8fe2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3f22757b3b133472.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5eda8250a90bc255.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fe06046bb8ce6274.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-32065407089088fb.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-9a2a794f60006656.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-6fe428b826511ab9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6eee55587c555210.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-6ca4928452bbcc95.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fb01ba18457dfd37.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bb26dc1dd0d5bfa6.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-0d19850314c47f2b.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-16ddd68c8933d661.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-741417fcea57eb36.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-df88dc691034d226.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-c14197392eb515c9.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-567e8c4a24c21eca.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-86f66510ed8ca3fa.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-1471b47a261416c7.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-27f9579434fa6728.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ca27d7739cb6f8c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-968707a7b30c2b7d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-86ab1f4dda065d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-a63f894a86e2d3a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6020b913ea696cfa.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-e1c3b4bb49750c11.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1febbe3af962a0c4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-586057804891d044.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-ec169aab2930f561.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-ed4cd2283c4b7d33.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-ee3cced892be35ba.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-7a0531393a815d87.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-333bef3ccc8b13e1.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-bbf2e409db71dd01.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-a16cb4173234cfa0.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-d5cf8904133e4a35.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-e9371d140a567b34.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-49b900098ce12253.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ef378564725094d1.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-913827be452c5868.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-54459548d1b2aa56.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-4e29a1e08444abdd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c8baf85c83cf2f15.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bb4203efd4b89e8c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-4d6c8bf9a232c9a2.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-7419010536bd42e8.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-645a43ee2d5bee6a.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-ca751e8828ef9817.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e6adacc0f13b4f32.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-2f786590d5d9a7e3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-69f86ae428a4fefc.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-73cb322da9b262d8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-88f92b82a97e0b71.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b4de23c9c931812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2b98ae8c902f92fb.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-69f1fe8d5a1d00fa.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-00a428463270953f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-19c591fa5c91bf38.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-589408e37a1491ea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-98f2c11315732aa2.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-64b41cd1434a5bb9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c14af9f19cfd1d7f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-8459a2b30eb810d5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f8f6790c17f85131.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-92324a9d1b375fae.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-07946739c0a22a04.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c7dbf622adb40431.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-68004d1839d49401.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-6b404f20eee1ed0f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-a0534bbf6c59e764.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-8ccf77cde06196fd.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 rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-378d02d8e0e669c4.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 reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d5ebf7a699def8aa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7956961cdfc2f189.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-4a1c4b21d12eae93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-2cc59b81b753988c.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-20a6bf7dbc00b692.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-bd47d8588046b6bb.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-e42e8763cbc9b1b6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7f74e9d7fe7660b1.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-e574f5fbef84be00.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-086a633223612a75.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-7a83e57e5f70f17a.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 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-dd3241566cb6880a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-e19bb0a4485bed99.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-a60f219b3d010a50.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-fe06f291e4e1ffc0.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-dd87695f04db1dc4.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9f868134b08867a2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-b5bddb180a4cdcab.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 /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`
66232026-06-02T17:50:57.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 35s
66242026-06-02T17:50:58.354Z
66252026-06-02T17:50:58.354Zreal 4:35.654056230
66262026-06-02T17:50:58.354Zuser 19:15.663012629
66272026-06-02T17:50:58.354Zsys 3:41.576727055
66282026-06-02T17:50:58.354Ztrap 0.161198694
66292026-06-02T17:50:58.354Ztflt 0.094972917
66302026-06-02T17:50:58.354Zdflt 2.397795900
66312026-06-02T17:50:58.357Zkflt 0.000015320
66322026-06-02T17:50:58.357Zlock 1:18:37.057302129
66332026-06-02T17:50:58.357Zslp 1:17:51.012376517
66342026-06-02T17:50:58.357Zlat 0.986463585
66352026-06-02T17:50:58.357Zstop 48.220674661
66362026-06-02T17:50:58.359Z++ ls -t /home/build/.cargo/log/20260602T173848901Z-e4292872132ecfd0.jsonl /home/build/.cargo/log/20260602T174622296Z-e4292872132ecfd0.jsonl
66372026-06-02T17:50:58.360Z++ head -1
66382026-06-02T17:50:58.363Z+ cp /home/build/.cargo/log/20260602T174622296Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
66392026-06-02T17:50:58.367Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
66402026-06-02T17:50:58.367Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
66412026-06-02T17:50:58.370Z++ mktemp -d /tmp/nextest-state.XXXXXX
66422026-06-02T17:50:58.374Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.nEaWWs
66432026-06-02T17:50:58.374Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
66442026-06-02T17:50:58.374Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
66452026-06-02T17:50:58.374Z+ mkdir -p /tmp/nextest-recording-config
66462026-06-02T17:50:58.377Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
66472026-06-02T17:50:58.377Z+ export NEXTEST_STATE_DIR
66482026-06-02T17:50:58.377Z+ banner test
66492026-06-02T17:50:58.377Z
66502026-06-02T17:50:58.377Z ##### ###### #### #####
66512026-06-02T17:50:58.377Z # # # #
66522026-06-02T17:50:58.377Z # ##### #### #
66532026-06-02T17:50:58.377Z # # # #
66542026-06-02T17:50:58.377Z # # # # #
66552026-06-02T17:50:58.377Z # ###### #### #
66562026-06-02T17:50:58.377Z
66572026-06-02T17:50:58.377Z+ NEXTEST_EXIT=0
66582026-06-02T17:50:58.377Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
66592026-06-02T17:50:59.602Zinfo: experimental features enabled: setup-scripts, benchmarks
66602026-06-02T17:51:00.987Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
66612026-06-02T17:51:01.181Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
66622026-06-02T17:51:01.197Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
66632026-06-02T17:51:01.219Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
66642026-06-02T17:51:12.052Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.44s
66652026-06-02T17:51:13.147Z────────────
66662026-06-02T17:51:13.147Z Nextest run ID f8687cc3-e019-4b04-be30-d7df42956d26 with nextest profile: ci
66672026-06-02T17:51:13.148Z Starting 2830 tests across 232 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
66682026-06-02T17:51:13.151Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
66692026-06-02T17:51:13.982Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66702026-06-02T17:51:13.983Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
66712026-06-02T17:51:13.987Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
66722026-06-02T17:51:13.988Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
66732026-06-02T17:51:13.988Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
66742026-06-02T17:51:14.161Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
66752026-06-02T17:51:14.161Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
66762026-06-02T17:51:14.189Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
66772026-06-02T17:51:14.192Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
66782026-06-02T17:51:14.354Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
66792026-06-02T17:51:14.450Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
66802026-06-02T17:51:14.759Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
66812026-06-02T17:51:15.099Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
66822026-06-02T17:51:15.476Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
66832026-06-02T17:51:15.649Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
66842026-06-02T17:51:15.663Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
66852026-06-02T17:51:15.841Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
66862026-06-02T17:51:22.539Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
66872026-06-02T17:51:22.539Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
66882026-06-02T17:51:23.415Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
66892026-06-02T17:51:23.415Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
66902026-06-02T17:51:31.501Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
66912026-06-02T17:51:39.276Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
66922026-06-02T17:51:40.893Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
66932026-06-02T17:51:42.545Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
66942026-06-02T17:51:51.698Z Finished `test` profile [unoptimized + debuginfo] target(s) in 38.53s
66952026-06-02T17:51:51.843Z Running `target/debug/crdb-seed`
66962026-06-02T17:51:51.906ZJun 02 17:51:51.468 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpCL2G5g
66972026-06-02T17:51:51.906ZJun 02 17:51:51.469 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmprx5Z7Z,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpCL2G5g/listen-url --max-sql-memory 256MiB
66982026-06-02T17:51:51.909ZJun 02 17:51:51.469 INFO cockroach environment: BUILDOMAT_JOB_ID=01KT4PBP2VV5EBWWZ2PK7BZNHN 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=bootstrap-agent-client-cleanup GITHUB_REF=refs/heads/bootstrap-agent-client-cleanup GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=4df6ee630782c8e083057a4c543062b10b500bf8 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-envuMn2yB 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=f8687cc3-e019-4b04-be30-d7df42956d26 NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.nEaWWs NEXTEST_TEST_THREADS=30 NEXTEST_VERSION=0.9.131 NEXTEST_WORKSPACE_ROOT=/work/oxidecomputer/omicron 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 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
66992026-06-02T17:51:52.343ZJun 02 17:51:51.906 INFO cockroach pid: 10140
67002026-06-02T17:51:52.343ZJun 02 17:51:51.906 INFO cockroach listen URL: postgresql://root@[::1]:44581/omicron?sslmode=disable
67012026-06-02T17:51:52.346ZJun 02 17:51:51.909 INFO cockroach: populating
67022026-06-02T17:51:53.434ZJun 02 17:51:52.997 INFO cockroach: populated
67032026-06-02T17:51:54.442ZJun 02 17:51:54.005 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/14cff1cc5e1b6e23d891d2beb834ba1ec35eef49860c4c1777f05eaa3fd5e4d6.tar`
67042026-06-02T17:51:54.450Z SETUP PASS [ 41.302s] crdb-seed: cargo run -p crdb-seed --profile test
67052026-06-02T17:51:54.453Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67062026-06-02T17:51:55.272Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
67072026-06-02T17:51:55.275Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67082026-06-02T17:51:56.529Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
67092026-06-02T17:51:57.522Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
67102026-06-02T17:52:07.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.05s
67112026-06-02T17:52:07.667Z Running `target/debug/clickhouse-cluster-dev`
67122026-06-02T17:52:07.727ZJun 02 17:52:07.290 INFO Setting up a ClickHouse cluster
67132026-06-02T17:52:07.731ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
67142026-06-02T17:52:07.731ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
67152026-06-02T17:52:07.731ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
67162026-06-02T17:52:07.731ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
67172026-06-02T17:52:07.731ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
67182026-06-02T17:52:08.161ZJun 02 17:52:07.724 INFO ClickHouse server ready
67192026-06-02T17:52:08.164ZJun 02 17:52:07.724 INFO ClickHouse server ready
67202026-06-02T17:52:09.916ZJun 02 17:52:09.478 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
67212026-06-02T17:52:09.922Z SETUP PASS [ 15.472s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67222026-06-02T17:52:09.959Z PASS [ 0.025s] ( 1/2830) api_identity test::test_identity
67232026-06-02T17:52:09.962Z PASS [ 0.026s] ( 2/2830) api_identity test::test_identity_no_field
67242026-06-02T17:52:09.962Z PASS [ 0.032s] ( 3/2830) authz-macros tests::test_authz_snapshots
67252026-06-02T17:52:09.974Z PASS [ 0.015s] ( 4/2830) bootstore schemes::tests::hello_roundtrip
67262026-06-02T17:52:09.989Z PASS [ 0.015s] ( 5/2830) bootstore schemes::v0::share_pkg::tests::create_packages
67272026-06-02T17:52:10.002Z PASS [ 0.042s] ( 6/2830) bootstore schemes::v0::peer::tests::network_config
67282026-06-02T17:52:10.006Z PASS [ 0.013s] ( 7/2830) bootstore trust_quorum::rack_secret::tests::create_and_verify
67292026-06-02T17:52:10.014Z PASS [ 0.012s] ( 8/2830) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
67302026-06-02T17:52:11.013Z PASS [ 1.053s] ( 9/2830) bootstore schemes::v0::peer::tests::basic_3_nodes
67312026-06-02T17:52:11.065Z PASS [ 0.053s] ( 10/2830) cert-dev::test-cert-dev test_cert_create
67322026-06-02T17:52:11.146Z PASS [ 0.081s] ( 11/2830) clickana chart::tests::gather_chart_data_failure
67332026-06-02T17:52:11.163Z PASS [ 0.016s] ( 12/2830) clickana chart::tests::gather_chart_data_for_disk_usage_success
67342026-06-02T17:52:11.182Z PASS [ 0.017s] ( 13/2830) clickana chart::tests::gather_chart_data_for_memory_tracking_success
67352026-06-02T17:52:11.193Z PASS [ 0.013s] ( 14/2830) clickana chart::tests::gather_chart_data_for_query_count_success
67362026-06-02T17:52:11.213Z PASS [ 0.019s] ( 15/2830) clickana chart::tests::gather_chart_data_for_running_queries_success
67372026-06-02T17:52:11.235Z PASS [ 0.022s] ( 16/2830) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
67382026-06-02T17:52:11.261Z PASS [ 0.026s] ( 17/2830) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
67392026-06-02T17:52:11.290Z PASS [ 0.029s] ( 18/2830) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
67402026-06-02T17:52:11.320Z PASS [ 0.030s] ( 19/2830) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
67412026-06-02T17:52:11.383Z PASS [ 0.063s] ( 20/2830) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
67422026-06-02T17:52:11.424Z PASS [ 0.041s] ( 21/2830) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
67432026-06-02T17:52:11.473Z PASS [ 0.049s] ( 22/2830) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
67442026-06-02T17:52:11.507Z PASS [ 0.032s] ( 23/2830) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
67452026-06-02T17:52:11.542Z PASS [ 0.036s] ( 24/2830) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
67462026-06-02T17:52:11.563Z PASS [ 1.561s] ( 25/2830) bootstore::v0-fsm-proptest-learner run
67472026-06-02T17:52:11.576Z PASS [ 0.034s] ( 26/2830) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
67482026-06-02T17:52:11.595Z PASS [ 0.032s] ( 27/2830) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
67492026-06-02T17:52:11.613Z PASS [ 0.037s] ( 28/2830) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
67502026-06-02T17:52:11.629Z PASS [ 0.033s] ( 29/2830) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
67512026-06-02T17:52:11.646Z PASS [ 0.034s] ( 30/2830) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
67522026-06-02T17:52:11.670Z PASS [ 0.041s] ( 31/2830) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
67532026-06-02T17:52:11.688Z PASS [ 0.042s] ( 32/2830) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
67542026-06-02T17:52:11.709Z PASS [ 0.039s] ( 33/2830) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
67552026-06-02T17:52:11.722Z PASS [ 0.032s] ( 34/2830) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
67562026-06-02T17:52:11.740Z PASS [ 0.029s] ( 35/2830) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
67572026-06-02T17:52:11.748Z PASS [ 0.027s] ( 36/2830) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
67582026-06-02T17:52:11.766Z PASS [ 0.027s] ( 37/2830) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
67592026-06-02T17:52:11.779Z PASS [ 0.029s] ( 38/2830) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
67602026-06-02T17:52:11.795Z PASS [ 0.029s] ( 39/2830) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
67612026-06-02T17:52:11.806Z PASS [ 0.029s] ( 40/2830) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
67622026-06-02T17:52:11.823Z PASS [ 0.027s] ( 41/2830) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
67632026-06-02T17:52:11.831Z PASS [ 0.025s] ( 42/2830) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
67642026-06-02T17:52:11.846Z PASS [ 0.025s] ( 43/2830) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
67652026-06-02T17:52:11.854Z PASS [ 0.023s] ( 44/2830) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
67662026-06-02T17:52:11.871Z PASS [ 0.025s] ( 45/2830) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
67672026-06-02T17:52:11.878Z PASS [ 0.025s] ( 46/2830) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
67682026-06-02T17:52:11.897Z PASS [ 0.026s] ( 47/2830) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
67692026-06-02T17:52:11.903Z PASS [ 0.024s] ( 48/2830) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
67702026-06-02T17:52:11.922Z PASS [ 0.025s] ( 49/2830) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
67712026-06-02T17:52:11.928Z PASS [ 0.025s] ( 50/2830) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
67722026-06-02T17:52:11.957Z PASS [ 0.036s] ( 51/2830) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
67732026-06-02T17:52:11.965Z PASS [ 0.036s] ( 52/2830) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
67742026-06-02T17:52:11.975Z PASS [ 0.018s] ( 53/2830) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
67752026-06-02T17:52:11.983Z PASS [ 0.018s] ( 54/2830) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
67762026-06-02T17:52:11.999Z PASS [ 0.023s] ( 55/2830) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
67772026-06-02T17:52:12.009Z PASS [ 0.026s] ( 56/2830) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
67782026-06-02T17:52:12.025Z PASS [ 0.026s] ( 57/2830) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
67792026-06-02T17:52:12.035Z PASS [ 0.026s] ( 58/2830) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
67802026-06-02T17:52:12.099Z PASS [ 0.074s] ( 59/2830) db-dev::test-db-dev test_db_dev_populate_no_args
67812026-06-02T17:52:12.114Z PASS [ 0.079s] ( 60/2830) db-dev::test-db-dev test_db_dev_wipe_no_args
67822026-06-02T17:52:12.725Z PASS [ 2.711s] ( 61/2830) bootstore::v0-fsm-proptest-rack-coordinator run
67832026-06-02T17:52:12.777Z PASS [ 0.052s] ( 62/2830) db-macros lookup::test::test_lookup_snapshots
67842026-06-02T17:52:12.809Z PASS [ 0.031s] ( 63/2830) db-macros tests::test_derive_metadata_identity_fails_for_enums
67852026-06-02T17:52:12.839Z PASS [ 0.030s] ( 64/2830) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
67862026-06-02T17:52:12.868Z PASS [ 0.029s] ( 65/2830) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
67872026-06-02T17:52:12.898Z PASS [ 0.030s] ( 66/2830) db-macros tests::test_derive_metadata_identity_fails_without_table_name
67882026-06-02T17:52:12.929Z PASS [ 0.031s] ( 67/2830) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
67892026-06-02T17:52:12.961Z PASS [ 0.033s] ( 68/2830) db-macros tests::test_derive_snapshots
67902026-06-02T17:52:12.990Z PASS [ 0.028s] ( 69/2830) db-macros tests::test_derive_with_unknown_field
67912026-06-02T17:52:13.107Z PASS [ 0.116s] ( 70/2830) dns-server storage::test::test_update_basic
67922026-06-02T17:52:13.239Z PASS [ 0.133s] ( 71/2830) dns-server storage::test::test_update_in_progress
67932026-06-02T17:52:13.425Z PASS [ 0.186s] ( 72/2830) dns-server storage::test::test_update_interrupted
67942026-06-02T17:52:13.522Z PASS [ 0.096s] ( 73/2830) dns-server storage::test::test_zone_gets_soa_record
67952026-06-02T17:52:13.662Z PASS [ 0.138s] ( 74/2830) dns-server::basic_test a_crud
67962026-06-02T17:52:13.812Z PASS [ 0.150s] ( 75/2830) dns-server::basic_test aaaa_crud
67972026-06-02T17:52:14.012Z PASS [ 0.202s] ( 76/2830) dns-server::basic_test answers_match_question
67982026-06-02T17:52:14.164Z PASS [ 0.153s] ( 77/2830) dns-server::basic_test empty_record
67992026-06-02T17:52:14.368Z PASS [ 0.202s] ( 78/2830) dns-server::basic_test multi_record_crud
68002026-06-02T17:52:14.528Z PASS [ 0.161s] ( 79/2830) dns-server::basic_test name_contains_zone
68012026-06-02T17:52:14.652Z PASS [ 0.123s] ( 80/2830) dns-server::basic_test nxdomain
68022026-06-02T17:52:14.777Z PASS [ 0.126s] ( 81/2830) dns-server::basic_test servfail
68032026-06-02T17:52:14.991Z PASS [ 0.214s] ( 82/2830) dns-server::basic_test soa
68042026-06-02T17:52:15.168Z PASS [ 3.069s] ( 83/2830) db-dev::test-db-dev test_db_killed
68052026-06-02T17:52:15.181Z PASS [ 0.190s] ( 84/2830) dns-server::basic_test srv_crud
68062026-06-02T17:52:15.401Z PASS [ 0.232s] ( 85/2830) dns-server::cross_version_test cross_version_works
68072026-06-02T17:52:15.428Z PASS [ 0.027s] ( 86/2830) ereport-types tests::test_arb_json_deserializes
68082026-06-02T17:52:15.449Z PASS [ 0.021s] ( 87/2830) ereport-types tests::test_ena_from_str
68092026-06-02T17:52:15.474Z PASS [ 0.024s] ( 88/2830) ereport-types tests::test_ena_from_str_roundtrip
68102026-06-02T17:52:15.499Z PASS [ 0.026s] ( 89/2830) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
68112026-06-02T17:52:15.520Z PASS [ 0.020s] ( 90/2830) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
68122026-06-02T17:52:15.541Z PASS [ 0.021s] ( 91/2830) gfss gf256::tests::test_all_multiplication
68132026-06-02T17:52:15.561Z PASS [ 0.020s] ( 92/2830) gfss gf256::tests::test_all_multiplicative_inverses
68142026-06-02T17:52:15.580Z PASS [ 0.019s] ( 93/2830) gfss gf256::tests::test_docs_example
68152026-06-02T17:52:19.482Z PASS [ 4.301s] ( 94/2830) dnsadm::commands_test test_dnsadm
68162026-06-02T17:52:21.198Z PASS [ 1.715s] ( 95/2830) gfss shamir::tests::split_and_combine
68172026-06-02T17:52:21.218Z PASS [ 0.019s] ( 96/2830) gfss shamir::tests::test_share_reconstruction
68182026-06-02T17:52:21.249Z PASS [ 0.032s] ( 97/2830) illumos-utils destructor::test::test_delayed_delete
68192026-06-02T17:52:22.193Z PASS [ 0.944s] ( 98/2830) illumos-utils destructor::test::test_delayed_delete_with_error
68202026-06-02T17:52:22.224Z PASS [ 0.031s] ( 99/2830) illumos-utils destructor::test::test_destructor_bad_close
68212026-06-02T17:52:22.252Z PASS [ 0.029s] ( 100/2830) illumos-utils link::test::test_allocate
68222026-06-02T17:52:22.280Z PASS [ 0.028s] ( 101/2830) illumos-utils link::test::test_allocate_within_scopes
68232026-06-02T17:52:22.313Z PASS [ 0.033s] ( 102/2830) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
68242026-06-02T17:52:22.350Z PASS [ 0.027s] ( 103/2830) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
68252026-06-02T17:52:22.368Z PASS [ 0.028s] ( 104/2830) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
68262026-06-02T17:52:22.395Z PASS [ 0.027s] ( 105/2830) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
68272026-06-02T17:52:22.424Z PASS [ 0.029s] ( 106/2830) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
68282026-06-02T17:52:22.454Z PASS [ 0.031s] ( 107/2830) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
68292026-06-02T17:52:22.482Z PASS [ 0.028s] ( 108/2830) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
68302026-06-02T17:52:22.509Z PASS [ 0.026s] ( 109/2830) illumos-utils running_zone::tests::test_is_oxide_smf_service
68312026-06-02T17:52:22.535Z PASS [ 0.026s] ( 110/2830) illumos-utils svcs::tests::test_svc_parse_empty_success
68322026-06-02T17:52:22.561Z PASS [ 0.027s] ( 111/2830) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
68332026-06-02T17:52:22.588Z PASS [ 0.026s] ( 112/2830) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
68342026-06-02T17:52:22.615Z PASS [ 0.027s] ( 113/2830) illumos-utils svcs::tests::test_svc_parse_success
68352026-06-02T17:52:22.641Z PASS [ 0.026s] ( 114/2830) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
68362026-06-02T17:52:22.665Z PASS [ 0.024s] ( 115/2830) illumos-utils svcs::tests::test_to_enabled_not_online
68372026-06-02T17:52:22.687Z PASS [ 0.022s] ( 116/2830) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
68382026-06-02T17:52:22.735Z PASS [ 0.047s] ( 117/2830) illumos-utils zfs::test::directory_mutability
68392026-06-02T17:52:22.783Z PASS [ 0.048s] ( 118/2830) illumos-utils zfs::test::get_values_of_rpool
68402026-06-02T17:52:22.809Z PASS [ 0.025s] ( 119/2830) illumos-utils zfs::test::parse_dataset_bad_avail
68412026-06-02T17:52:22.838Z PASS [ 0.029s] ( 120/2830) illumos-utils zfs::test::parse_dataset_bad_quota
68422026-06-02T17:52:22.866Z PASS [ 0.028s] ( 121/2830) illumos-utils zfs::test::parse_dataset_bad_reservation
68432026-06-02T17:52:22.893Z PASS [ 0.027s] ( 122/2830) illumos-utils zfs::test::parse_dataset_bad_usage
68442026-06-02T17:52:22.922Z PASS [ 0.029s] ( 123/2830) illumos-utils zfs::test::parse_dataset_bad_uuid
68452026-06-02T17:52:22.947Z PASS [ 0.024s] ( 124/2830) illumos-utils zfs::test::parse_dataset_missing_fields
68462026-06-02T17:52:22.972Z PASS [ 0.025s] ( 125/2830) illumos-utils zfs::test::parse_dataset_props
68472026-06-02T17:52:22.996Z PASS [ 0.025s] ( 126/2830) illumos-utils zfs::test::parse_dataset_props_with_optionals
68482026-06-02T17:52:23.022Z PASS [ 0.026s] ( 127/2830) illumos-utils zfs::test::parse_dataset_too_many_columns
68492026-06-02T17:52:23.047Z PASS [ 0.024s] ( 128/2830) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
68502026-06-02T17:52:23.073Z PASS [ 0.027s] ( 129/2830) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
68512026-06-02T17:52:23.097Z PASS [ 0.024s] ( 130/2830) illumos-utils zfs::test::parse_quota_ignored_if_default
68522026-06-02T17:52:23.123Z PASS [ 0.026s] ( 131/2830) illumos-utils zfs::test::parse_reservation_ignored_if_default
68532026-06-02T17:52:23.149Z PASS [ 0.026s] ( 132/2830) illumos-utils zfs::test::parse_sorts_and_dedups
68542026-06-02T17:52:23.179Z PASS [ 0.030s] ( 133/2830) illumos-utils zone::tests::delete_nonexistent_address
68552026-06-02T17:52:23.202Z PASS [ 0.023s] ( 134/2830) illumos-utils zone::tests::test_parse_ip_network
68562026-06-02T17:52:23.224Z PASS [ 0.022s] ( 135/2830) illumos-utils zpool::test::test_parse_zpool
68572026-06-02T17:52:23.245Z PASS [ 0.021s] ( 136/2830) illumos-utils zpool::test::test_parse_zpool_missing_column
68582026-06-02T17:52:24.192Z PASS [ 14.264s] ( 137/2830) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
68592026-06-02T17:52:24.231Z PASS [ 0.040s] ( 138/2830) installinator peers::tests::iter_no_preferred_preserves_btree_order
68602026-06-02T17:52:24.267Z PASS [ 0.036s] ( 139/2830) installinator peers::tests::last_known_peer_preferred
68612026-06-02T17:52:24.302Z PASS [ 0.035s] ( 140/2830) installinator peers::tests::last_known_peer_stale
68622026-06-02T17:52:24.945Z PASS [ 1.700s] ( 141/2830) installinator mock_peers::tests::proptest_fetch_artifact
68632026-06-02T17:52:25.040Z PASS [ 0.094s] ( 142/2830) installinator-common block_size_writer::tests::proptest_block_writer
68642026-06-02T17:52:25.050Z PASS [ 9.470s] ( 143/2830) gfss polynomial::tests::test_polynomial_eval
68652026-06-02T17:52:25.162Z PASS [ 13.048s] ( 144/2830) db-dev::test-db-dev test_db_run
68662026-06-02T17:52:25.196Z PASS [ 0.156s] ( 145/2830) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
68672026-06-02T17:52:25.213Z PASS [ 0.163s] ( 146/2830) internal-dns-resolver resolver::test::insert_and_lookup_one_record
68682026-06-02T17:52:25.306Z PASS [ 0.145s] ( 147/2830) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
68692026-06-02T17:52:25.429Z PASS [ 0.215s] ( 148/2830) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
68702026-06-02T17:52:25.476Z PASS [ 0.167s] ( 149/2830) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
68712026-06-02T17:52:25.483Z PASS [ 0.287s] ( 150/2830) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
68722026-06-02T17:52:25.497Z PASS [ 0.024s] ( 151/2830) internal-dns-types config::test::display_hosts
68732026-06-02T17:52:25.512Z PASS [ 0.027s] ( 152/2830) internal-dns-types config::test::display_srv_service
68742026-06-02T17:52:25.523Z PASS [ 0.026s] ( 153/2830) internal-dns-types config::test::test_builder_errors
68752026-06-02T17:52:25.523Z PASS [ 1.221s] ( 154/2830) installinator write::tests::proptest_write_artifact
68762026-06-02T17:52:25.535Z PASS [ 0.025s] ( 155/2830) internal-dns-types config::test::test_builder_output
68772026-06-02T17:52:25.552Z PASS [ 0.029s] ( 156/2830) internal-dns-types diff::test::diff_different
68782026-06-02T17:52:25.558Z PASS [ 0.034s] ( 157/2830) internal-dns-types diff::test::diff_equivalent
68792026-06-02T17:52:25.563Z PASS [ 0.028s] ( 158/2830) internal-dns-types diff::test::diff_invalid
68802026-06-02T17:52:25.572Z PASS [ 0.020s] ( 159/2830) ipcc tests::deserialize_fixed_value
68812026-06-02T17:52:25.579Z PASS [ 0.021s] ( 160/2830) ipcc tests::installinator_image_id_round_trip
68822026-06-02T17:52:25.585Z PASS [ 0.022s] ( 161/2830) ipcc tests::serialized_size
68832026-06-02T17:52:25.589Z PASS [ 0.158s] ( 162/2830) internal-dns-resolver resolver::test::update_record
68842026-06-02T17:52:25.597Z PASS [ 0.023s] ( 163/2830) key-manager tests::different_disks_produce_different_keys
68852026-06-02T17:52:25.605Z PASS [ 0.026s] ( 164/2830) key-manager tests::different_ikm_produces_different_keys
68862026-06-02T17:52:25.608Z PASS [ 0.022s] ( 165/2830) key-manager tests::disk_encryption_key_epoch_0
68872026-06-02T17:52:25.612Z PASS [ 0.023s] ( 166/2830) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
68882026-06-02T17:52:25.635Z PASS [ 0.038s] ( 167/2830) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
68892026-06-02T17:52:25.653Z PASS [ 0.047s] ( 168/2830) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
68902026-06-02T17:52:25.656Z PASS [ 0.047s] ( 169/2830) nexus-auth authn::external::session_cookie::test::test_get_token
68912026-06-02T17:52:25.660Z PASS [ 0.053s] ( 170/2830) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
68922026-06-02T17:52:25.666Z PASS [ 0.033s] ( 171/2830) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
68932026-06-02T17:52:25.689Z PASS [ 0.036s] ( 172/2830) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
68942026-06-02T17:52:25.700Z PASS [ 0.044s] ( 173/2830) nexus-auth authn::external::session_cookie::test::test_missing_cookie
68952026-06-02T17:52:25.705Z PASS [ 0.042s] ( 174/2830) nexus-auth authn::external::session_cookie::test::test_other_cookie
68962026-06-02T17:52:25.709Z PASS [ 0.041s] ( 175/2830) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
68972026-06-02T17:52:25.723Z PASS [ 0.034s] ( 176/2830) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
68982026-06-02T17:52:25.740Z PASS [ 0.039s] ( 177/2830) nexus-auth authn::external::session_cookie::test::test_valid_cookie
68992026-06-02T17:52:25.745Z PASS [ 0.042s] ( 178/2830) nexus-auth authn::external::spoof::test::test_make_header_value
69002026-06-02T17:52:25.745Z PASS [ 0.038s] ( 179/2830) nexus-auth authn::external::spoof::test::test_make_header_value_raw
69012026-06-02T17:52:25.760Z PASS [ 0.037s] ( 180/2830) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
69022026-06-02T17:52:25.778Z PASS [ 0.033s] ( 181/2830) nexus-auth authn::external::spoof::test::test_spoof_header_missing
69032026-06-02T17:52:25.785Z PASS [ 0.040s] ( 182/2830) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
69042026-06-02T17:52:25.791Z PASS [ 0.045s] ( 183/2830) nexus-auth authn::external::spoof::test::test_spoof_header_valid
69052026-06-02T17:52:25.799Z PASS [ 0.038s] ( 184/2830) nexus-auth authn::external::test::test_authn_sequence
69062026-06-02T17:52:25.808Z PASS [ 0.032s] ( 185/2830) nexus-auth authn::external::token::test::test_make_header_value
69072026-06-02T17:52:25.821Z PASS [ 0.036s] ( 186/2830) nexus-auth authn::external::token::test::test_token_header_bad_utf8
69082026-06-02T17:52:25.829Z PASS [ 0.038s] ( 187/2830) nexus-auth authn::external::token::test::test_token_header_missing
69092026-06-02T17:52:25.840Z PASS [ 0.040s] ( 188/2830) nexus-auth authn::external::token::test::test_token_header_valid
69102026-06-02T17:52:25.847Z PASS [ 0.041s] ( 189/2830) nexus-auth authn::test::test_internal_users
69112026-06-02T17:52:25.878Z PASS [ 0.048s] ( 190/2830) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
69122026-06-02T17:52:25.901Z PASS [ 0.080s] ( 191/2830) nexus-auth authz::context::test::test_unregistered_resource
69132026-06-02T17:52:25.907Z PASS [ 0.069s] ( 192/2830) nexus-auth context::test::test_background_context
69142026-06-02T17:52:25.912Z PASS [ 0.066s] ( 193/2830) nexus-auth context::test::test_child_context
69152026-06-02T17:52:25.937Z PASS [ 0.035s] ( 194/2830) nexus-config nexus_config::test::test_bad_authn_schemes
69162026-06-02T17:52:25.945Z PASS [ 0.033s] ( 195/2830) nexus-config nexus_config::test::test_config_empty
69172026-06-02T17:52:25.949Z PASS [ 0.068s] ( 196/2830) nexus-auth context::test::test_test_context
69182026-06-02T17:52:25.953Z PASS [ 0.042s] ( 197/2830) nexus-config nexus_config::test::test_config_bad_toml
69192026-06-02T17:52:25.970Z PASS [ 0.032s] ( 198/2830) nexus-config nexus_config::test::test_config_nonexistent
69202026-06-02T17:52:25.980Z PASS [ 0.035s] ( 199/2830) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
69212026-06-02T17:52:25.987Z PASS [ 0.042s] ( 200/2830) nexus-config nexus_config::test::test_deployment_config_schema
69222026-06-02T17:52:25.991Z PASS [ 0.040s] ( 201/2830) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
69232026-06-02T17:52:26.019Z PASS [ 0.049s] ( 202/2830) nexus-config nexus_config::test::test_repo_configs_are_valid
69242026-06-02T17:52:26.024Z PASS [ 0.035s] ( 203/2830) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
69252026-06-02T17:52:26.024Z PASS [ 0.032s] ( 204/2830) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
69262026-06-02T17:52:26.027Z PASS [ 0.047s] ( 205/2830) nexus-config nexus_config::test::test_valid
69272026-06-02T17:52:26.055Z PASS [ 0.036s] ( 206/2830) nexus-config postgres_config::test::test_all_addresses_single_host
69282026-06-02T17:52:26.059Z PASS [ 0.029s] ( 207/2830) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
69292026-06-02T17:52:26.063Z PASS [ 0.039s] ( 208/2830) nexus-config postgres_config::test::test_example_url
69302026-06-02T17:52:26.063Z PASS [ 0.041s] ( 209/2830) nexus-config postgres_config::test::test_bad_url
69312026-06-02T17:52:26.082Z PASS [ 0.026s] ( 210/2830) nexus-db-fixed-data test::test_allowlist_id_is_valid
69322026-06-02T17:52:26.089Z PASS [ 0.033s] ( 211/2830) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
69332026-06-02T17:52:26.096Z PASS [ 0.034s] ( 212/2830) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
69342026-06-02T17:52:26.114Z PASS [ 0.032s] ( 213/2830) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
69352026-06-02T17:52:26.124Z PASS [ 0.034s] ( 214/2830) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
69362026-06-02T17:52:26.149Z PASS [ 0.053s] ( 215/2830) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
69372026-06-02T17:52:26.153Z PASS [ 0.037s] ( 216/2830) nexus-db-model bytecount::test::test_bytecount_i64_conversions
69382026-06-02T17:52:26.157Z PASS [ 0.032s] ( 217/2830) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
69392026-06-02T17:52:26.181Z PASS [ 0.032s] ( 218/2830) nexus-db-model device_auth::test::test_generate_user_code
69402026-06-02T17:52:26.185Z PASS [ 0.036s] ( 219/2830) nexus-db-model instance_state::tests::test_from_str_roundtrips
69412026-06-02T17:52:26.194Z PASS [ 0.037s] ( 220/2830) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
69422026-06-02T17:52:26.212Z PASS [ 0.031s] ( 221/2830) nexus-db-model role_assignment::tests::test_role_assignment_from_database
69432026-06-02T17:52:26.234Z PASS [ 0.041s] ( 222/2830) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
69442026-06-02T17:52:26.253Z PASS [ 0.068s] ( 223/2830) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
69452026-06-02T17:52:26.263Z PASS [ 0.048s] ( 224/2830) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
69462026-06-02T17:52:26.283Z PASS [ 0.048s] ( 225/2830) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
69472026-06-02T17:52:26.309Z PASS [ 0.054s] ( 226/2830) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
69482026-06-02T17:52:26.314Z PASS [ 0.053s] ( 227/2830) nexus-db-model schema_versions::test::test_classify_create_index
69492026-06-02T17:52:26.332Z PASS [ 0.049s] ( 228/2830) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
69502026-06-02T17:52:26.352Z PASS [ 0.045s] ( 229/2830) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
69512026-06-02T17:52:26.356Z PASS [ 0.040s] ( 230/2830) nexus-db-model schema_versions::test::test_classify_dml_ignored
69522026-06-02T17:52:26.379Z PASS [ 0.047s] ( 231/2830) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
69532026-06-02T17:52:26.389Z PASS [ 0.034s] ( 232/2830) nexus-db-model schema_versions::test::test_known_versions
69542026-06-02T17:52:26.402Z PASS [ 0.049s] ( 233/2830) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
69552026-06-02T17:52:26.432Z PASS [ 0.042s] ( 234/2830) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
69562026-06-02T17:52:26.438Z PASS [ 0.036s] ( 235/2830) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
69572026-06-02T17:52:26.471Z PASS [ 0.040s] ( 236/2830) nexus-db-model schema_versions::test::test_one_ddl_enforcement
69582026-06-02T17:52:26.471Z PASS [ 0.092s] ( 237/2830) nexus-db-model schema_versions::test::test_migration_verification_files
69592026-06-02T17:52:26.493Z PASS [ 0.050s] ( 238/2830) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
69602026-06-02T17:52:26.512Z PASS [ 0.040s] ( 239/2830) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
69612026-06-02T17:52:26.520Z PASS [ 0.045s] ( 240/2830) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
69622026-06-02T17:52:26.533Z PASS [ 0.046s] ( 241/2830) nexus-db-model schema_versions::test::test_preprocess_storing
69632026-06-02T17:52:26.555Z PASS [ 0.042s] ( 242/2830) nexus-db-model schema_versions::test::test_preprocess_type_array
69642026-06-02T17:52:26.559Z PASS [ 0.041s] ( 243/2830) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
69652026-06-02T17:52:26.570Z PASS [ 0.037s] ( 244/2830) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
69662026-06-02T17:52:26.592Z PASS [ 0.038s] ( 245/2830) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
69672026-06-02T17:52:26.596Z PASS [ 0.036s] ( 246/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
69682026-06-02T17:52:26.601Z PASS [ 0.031s] ( 247/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
69692026-06-02T17:52:26.622Z PASS [ 0.030s] ( 248/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
69702026-06-02T17:52:26.629Z PASS [ 0.034s] ( 249/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
69712026-06-02T17:52:26.634Z PASS [ 0.033s] ( 250/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
69722026-06-02T17:52:26.650Z PASS [ 0.028s] ( 251/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
69732026-06-02T17:52:26.655Z PASS [ 0.027s] ( 252/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
69742026-06-02T17:52:26.664Z PASS [ 0.030s] ( 253/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
69752026-06-02T17:52:26.685Z PASS [ 0.029s] ( 254/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
69762026-06-02T17:52:26.685Z PASS [ 0.028s] ( 255/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
69772026-06-02T17:52:26.694Z PASS [ 0.030s] ( 256/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
69782026-06-02T17:52:26.708Z PASS [ 0.029s] ( 257/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
69792026-06-02T17:52:26.714Z PASS [ 0.031s] ( 258/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
69802026-06-02T17:52:26.722Z PASS [ 0.028s] ( 259/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
69812026-06-02T17:52:26.738Z PASS [ 0.030s] ( 260/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
69822026-06-02T17:52:26.746Z PASS [ 0.031s] ( 261/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
69832026-06-02T17:52:26.752Z PASS [ 0.030s] ( 262/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
69842026-06-02T17:52:26.769Z PASS [ 0.031s] ( 263/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
69852026-06-02T17:52:26.776Z PASS [ 0.031s] ( 264/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
69862026-06-02T17:52:26.784Z PASS [ 0.032s] ( 265/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
69872026-06-02T17:52:26.803Z PASS [ 0.034s] ( 266/2830) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
69882026-06-02T17:52:26.810Z PASS [ 0.033s] ( 267/2830) nexus-db-model schema_versions::test::test_verification_query_add_constraint
69892026-06-02T17:52:26.816Z PASS [ 0.032s] ( 268/2830) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
69902026-06-02T17:52:26.835Z PASS [ 0.032s] ( 269/2830) nexus-db-model schema_versions::test::test_verification_query_create_index
69912026-06-02T17:52:26.842Z PASS [ 0.032s] ( 270/2830) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
69922026-06-02T17:52:26.852Z PASS [ 0.037s] ( 271/2830) nexus-db-model schema_versions::test::test_verify
69932026-06-02T17:52:26.868Z PASS [ 0.033s] ( 272/2830) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
69942026-06-02T17:52:26.874Z PASS [ 0.032s] ( 273/2830) nexus-db-model semver_version::test::test_to_from_sortable_string
69952026-06-02T17:52:26.887Z PASS [ 0.034s] ( 274/2830) nexus-db-model switch_port::tests::peer_type_round_trip_numbered
69962026-06-02T17:52:26.903Z PASS [ 0.035s] ( 275/2830) nexus-db-model switch_port::tests::peer_type_round_trip_unnumbered
69972026-06-02T17:52:26.907Z PASS [ 0.033s] ( 276/2830) nexus-db-model switch_port::tests::router_peer_from_db_repr_rejects_invalid_ips
69982026-06-02T17:52:26.915Z PASS [ 0.029s] ( 277/2830) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v4
69992026-06-02T17:52:26.931Z PASS [ 0.028s] ( 278/2830) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v6
70002026-06-02T17:52:26.937Z PASS [ 0.029s] ( 279/2830) nexus-db-model switch_port::tests::router_peer_repr_round_trip_unnumbered
70012026-06-02T17:52:26.950Z PASS [ 0.034s] ( 280/2830) nexus-db-model tests::test_ip_subnet_check_requestable_address
70022026-06-02T17:52:26.959Z PASS [ 0.028s] ( 281/2830) nexus-db-model tests::test_ipv6_net_random_subnet
70032026-06-02T17:52:26.968Z PASS [ 0.031s] ( 282/2830) nexus-db-model tests::test_roles_database_strings
70042026-06-02T17:52:26.977Z PASS [ 0.027s] ( 283/2830) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
70052026-06-02T17:52:26.991Z PASS [ 0.031s] ( 284/2830) nexus-db-model typed_uuid::tests::test_compare_consistency
70062026-06-02T17:52:27.007Z PASS [ 0.039s] ( 285/2830) nexus-db-model typed_uuid::tests::test_hash_equality
70072026-06-02T17:52:27.014Z PASS [ 0.036s] ( 286/2830) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
70082026-06-02T17:52:27.021Z PASS [ 0.030s] ( 287/2830) nexus-db-model vmm_state::tests::test_from_str_roundtrips
70092026-06-02T17:52:27.710Z PASS [ 17.776s] ( 288/2830) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
70102026-06-02T17:52:27.884Z PASS [ 17.951s] ( 289/2830) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
70112026-06-02T17:52:28.592Z PASS [ 2.528s] ( 290/2830) nexus-db-lookup::integration lookup::test_lookup
70122026-06-02T17:52:29.371Z PASS [ 2.363s] ( 291/2830) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
70132026-06-02T17:52:29.681Z PASS [ 2.659s] ( 292/2830) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
70142026-06-02T17:52:29.732Z PASS [ 2.718s] ( 293/2830) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
70152026-06-02T17:52:30.107Z PASS [ 2.396s] ( 294/2830) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
70162026-06-02T17:52:30.321Z PASS [ 2.436s] ( 295/2830) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
70172026-06-02T17:52:30.682Z PASS [ 20.749s] ( 296/2830) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
70182026-06-02T17:52:30.728Z PASS [ 0.045s] ( 297/2830) nexus-db-queries db::collection_attach::test::test_verify_query
70192026-06-02T17:52:30.783Z PASS [ 20.852s] ( 298/2830) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
70202026-06-02T17:52:30.890Z PASS [ 20.956s] ( 299/2830) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
70212026-06-02T17:52:31.038Z PASS [ 2.447s] ( 300/2830) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
70222026-06-02T17:52:31.143Z PASS [ 21.209s] ( 301/2830) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
70232026-06-02T17:52:31.430Z PASS [ 21.496s] ( 302/2830) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
70242026-06-02T17:52:31.763Z PASS [ 2.392s] ( 303/2830) nexus-db-queries db::collection_attach::test::test_attach_once
70252026-06-02T17:52:31.811Z PASS [ 0.049s] ( 304/2830) nexus-db-queries db::collection_detach::test::test_verify_query
70262026-06-02T17:52:32.270Z PASS [ 2.589s] ( 305/2830) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
70272026-06-02T17:52:32.274Z PASS [ 22.343s] ( 306/2830) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
70282026-06-02T17:52:32.356Z PASS [ 22.424s] ( 307/2830) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
70292026-06-02T17:52:32.396Z PASS [ 22.461s] ( 308/2830) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
70302026-06-02T17:52:32.420Z PASS [ 2.689s] ( 309/2830) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
70312026-06-02T17:52:32.617Z PASS [ 2.509s] ( 310/2830) nexus-db-queries db::collection_attach::test::test_attach_with_filters
70322026-06-02T17:52:32.844Z PASS [ 2.523s] ( 311/2830) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
70332026-06-02T17:52:32.943Z PASS [ 23.010s] ( 312/2830) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
70342026-06-02T17:52:33.000Z PASS [ 0.057s] ( 313/2830) nexus-db-queries db::collection_detach_many::test::test_verify_query
70352026-06-02T17:52:33.109Z PASS [ 2.382s] ( 314/2830) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
70362026-06-02T17:52:33.205Z PASS [ 2.422s] ( 315/2830) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
70372026-06-02T17:52:33.252Z PASS [ 0.047s] ( 316/2830) nexus-db-queries db::collection_insert::test::test_verify_query
70382026-06-02T17:52:33.302Z PASS [ 0.049s] ( 317/2830) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
70392026-06-02T17:52:33.338Z PASS [ 2.448s] ( 318/2830) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
70402026-06-02T17:52:33.350Z PASS [ 0.048s] ( 319/2830) nexus-db-queries db::column_walker::test::test_walk_columns
70412026-06-02T17:52:33.397Z PASS [ 0.059s] ( 320/2830) nexus-db-queries db::column_walker::test::test_walk_table
70422026-06-02T17:52:33.400Z PASS [ 23.472s] ( 321/2830) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
70432026-06-02T17:52:33.508Z PASS [ 2.470s] ( 322/2830) nexus-db-queries db::collection_detach::test::test_detach_once
70442026-06-02T17:52:33.659Z PASS [ 2.515s] ( 323/2830) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
70452026-06-02T17:52:34.011Z PASS [ 2.581s] ( 324/2830) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
70462026-06-02T17:52:34.393Z PASS [ 2.581s] ( 325/2830) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
70472026-06-02T17:52:34.835Z PASS [ 2.480s] ( 326/2830) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
70482026-06-02T17:52:34.846Z PASS [ 2.574s] ( 327/2830) nexus-db-queries db::collection_detach_many::test::test_detach_many
70492026-06-02T17:52:34.887Z PASS [ 2.492s] ( 328/2830) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
70502026-06-02T17:52:34.887Z PASS [ 2.617s] ( 329/2830) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
70512026-06-02T17:52:34.931Z PASS [ 2.511s] ( 330/2830) nexus-db-queries db::collection_detach_many::test::test_detach_once
70522026-06-02T17:52:35.085Z PASS [ 2.468s] ( 331/2830) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
70532026-06-02T17:52:35.394Z PASS [ 2.550s] ( 332/2830) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
70542026-06-02T17:52:35.493Z PASS [ 2.493s] ( 333/2830) nexus-db-queries db::collection_insert::test::test_collection_not_present
70552026-06-02T17:52:35.577Z PASS [ 2.465s] ( 334/2830) nexus-db-queries db::collection_insert::test::test_collection_present
70562026-06-02T17:52:36.661Z PASS [ 26.731s] ( 335/2830) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
70572026-06-02T17:52:37.236Z PASS [ 27.309s] ( 336/2830) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
70582026-06-02T17:52:37.347Z PASS [ 3.996s] ( 337/2830) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
70592026-06-02T17:52:37.648Z PASS [ 4.251s] ( 338/2830) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
70602026-06-02T17:52:37.652Z PASS [ 4.141s] ( 339/2830) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
70612026-06-02T17:52:37.859Z PASS [ 4.173s] ( 340/2830) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
70622026-06-02T17:52:38.521Z PASS [ 4.126s] ( 341/2830) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
70632026-06-02T17:52:38.751Z PASS [ 3.904s] ( 342/2830) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
70642026-06-02T17:52:38.834Z PASS [ 4.823s] ( 343/2830) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
70652026-06-02T17:52:38.989Z PASS [ 4.101s] ( 344/2830) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
70662026-06-02T17:52:39.112Z PASS [ 4.224s] ( 345/2830) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
70672026-06-02T17:52:39.201Z PASS [ 4.269s] ( 346/2830) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
70682026-06-02T17:52:39.328Z PASS [ 4.243s] ( 347/2830) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
70692026-06-02T17:52:39.373Z PASS [ 5.973s] ( 348/2830) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
70702026-06-02T17:52:39.481Z PASS [ 29.555s] ( 349/2830) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
70712026-06-02T17:52:39.536Z PASS [ 4.701s] ( 350/2830) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
70722026-06-02T17:52:39.665Z PASS [ 4.171s] ( 351/2830) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
70732026-06-02T17:52:39.874Z PASS [ 4.300s] ( 352/2830) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
70742026-06-02T17:52:40.357Z PASS [ 30.430s] ( 353/2830) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
70752026-06-02T17:52:41.441Z PASS [ 6.047s] ( 354/2830) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
70762026-06-02T17:52:41.545Z PASS [ 2.711s] ( 355/2830) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
70772026-06-02T17:52:41.553Z PASS [ 4.317s] ( 356/2830) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
70782026-06-02T17:52:41.585Z PASS [ 4.924s] ( 357/2830) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
70792026-06-02T17:52:41.779Z PASS [ 4.129s] ( 358/2830) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
70802026-06-02T17:52:41.809Z PASS [ 4.161s] ( 359/2830) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
70812026-06-02T17:52:41.944Z PASS [ 4.597s] ( 360/2830) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
70822026-06-02T17:52:42.001Z PASS [ 4.168s] ( 361/2830) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
70832026-06-02T17:52:42.795Z PASS [ 32.863s] ( 362/2830) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
70842026-06-02T17:52:43.202Z PASS [ 4.000s] ( 363/2830) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
70852026-06-02T17:52:43.280Z PASS [ 4.166s] ( 364/2830) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
70862026-06-02T17:52:43.413Z PASS [ 3.931s] ( 365/2830) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
70872026-06-02T17:52:43.466Z PASS [ 33.537s] ( 366/2830) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
70882026-06-02T17:52:43.472Z PASS [ 4.483s] ( 367/2830) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
70892026-06-02T17:52:43.477Z PASS [ 33.545s] ( 368/2830) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
70902026-06-02T17:52:43.480Z PASS [ 4.149s] ( 369/2830) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
70912026-06-02T17:52:43.481Z PASS [ 4.104s] ( 370/2830) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
70922026-06-02T17:52:43.484Z PASS [ 3.946s] ( 371/2830) nexus-db-queries db::datastore::bgp::tests::test_allow_export_for_peer
70932026-06-02T17:52:43.555Z PASS [ 3.890s] ( 372/2830) nexus-db-queries db::datastore::bgp::tests::test_allow_import_for_peer
70942026-06-02T17:52:43.657Z PASS [ 33.725s] ( 373/2830) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70952026-06-02T17:52:43.743Z PASS [ 3.869s] ( 374/2830) nexus-db-queries db::datastore::bgp::tests::test_communities_for_peer
70962026-06-02T17:52:43.884Z PASS [ 1.089s] ( 375/2830) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
70972026-06-02T17:52:43.992Z PASS [ 5.472s] ( 376/2830) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
70982026-06-02T17:52:44.225Z PASS [ 1.024s] ( 377/2830) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
70992026-06-02T17:52:44.253Z PASS [ 3.895s] ( 378/2830) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
71002026-06-02T17:52:44.319Z PASS [ 5.567s] ( 379/2830) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
71012026-06-02T17:52:44.356Z PASS [ 2.578s] ( 380/2830) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
71022026-06-02T17:52:44.583Z PASS [ 2.639s] ( 381/2830) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
71032026-06-02T17:52:44.744Z PASS [ 0.860s] ( 382/2830) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
71042026-06-02T17:52:44.888Z PASS [ 0.895s] ( 383/2830) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
71052026-06-02T17:52:44.902Z PASS [ 34.975s] ( 384/2830) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
71062026-06-02T17:52:45.255Z PASS [ 3.709s] ( 385/2830) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
71072026-06-02T17:52:45.258Z PASS [ 1.003s] ( 386/2830) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
71082026-06-02T17:52:45.282Z PASS [ 3.841s] ( 387/2830) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
71092026-06-02T17:52:45.297Z PASS [ 3.488s] ( 388/2830) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
71102026-06-02T17:52:45.397Z PASS [ 3.843s] ( 389/2830) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
71112026-06-02T17:52:45.634Z PASS [ 4.049s] ( 390/2830) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
71122026-06-02T17:52:45.654Z PASS [ 0.257s] ( 391/2830) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
71132026-06-02T17:52:45.689Z PASS [ 3.687s] ( 392/2830) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
71142026-06-02T17:52:45.856Z PASS [ 2.577s] ( 393/2830) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
71152026-06-02T17:52:46.000Z PASS [ 2.586s] ( 394/2830) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
71162026-06-02T17:52:46.028Z PASS [ 2.556s] ( 395/2830) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
71172026-06-02T17:52:46.125Z PASS [ 2.660s] ( 396/2830) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
71182026-06-02T17:52:46.185Z PASS [ 2.630s] ( 397/2830) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
71192026-06-02T17:52:46.188Z PASS [ 2.710s] ( 398/2830) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
71202026-06-02T17:52:46.208Z PASS [ 2.731s] ( 399/2830) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
71212026-06-02T17:52:46.253Z PASS [ 2.775s] ( 400/2830) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
71222026-06-02T17:52:46.256Z PASS [ 2.599s] ( 401/2830) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
71232026-06-02T17:52:46.313Z PASS [ 0.060s] ( 402/2830) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
71242026-06-02T17:52:46.317Z PASS [ 2.831s] ( 403/2830) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
71252026-06-02T17:52:46.377Z PASS [ 2.632s] ( 404/2830) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
71262026-06-02T17:52:46.777Z PASS [ 2.459s] ( 405/2830) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
71272026-06-02T17:52:46.878Z PASS [ 2.522s] ( 406/2830) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
71282026-06-02T17:52:46.976Z PASS [ 2.393s] ( 407/2830) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
71292026-06-02T17:52:47.111Z PASS [ 2.367s] ( 408/2830) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
71302026-06-02T17:52:47.167Z PASS [ 2.279s] ( 409/2830) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
71312026-06-02T17:52:47.206Z PASS [ 0.230s] ( 410/2830) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
71322026-06-02T17:52:47.222Z PASS [ 2.320s] ( 411/2830) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
71332026-06-02T17:52:47.347Z PASS [ 0.237s] ( 412/2830) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
71342026-06-02T17:52:47.769Z PASS [ 2.514s] ( 413/2830) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
71352026-06-02T17:52:47.822Z PASS [ 3.597s] ( 414/2830) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
71362026-06-02T17:52:47.992Z PASS [ 2.358s] ( 415/2830) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
71372026-06-02T17:52:49.448Z PASS [ 4.165s] ( 416/2830) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
71382026-06-02T17:52:49.589Z PASS [ 3.900s] ( 417/2830) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
71392026-06-02T17:52:49.592Z PASS [ 4.334s] ( 418/2830) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
71402026-06-02T17:52:49.685Z PASS [ 4.387s] ( 419/2830) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
71412026-06-02T17:52:49.878Z PASS [ 2.711s] ( 420/2830) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
71422026-06-02T17:52:49.918Z PASS [ 2.712s] ( 421/2830) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
71432026-06-02T17:52:49.936Z PASS [ 2.713s] ( 422/2830) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
71442026-06-02T17:52:50.006Z PASS [ 2.658s] ( 423/2830) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
71452026-06-02T17:52:50.114Z PASS [ 3.857s] ( 424/2830) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
71462026-06-02T17:52:50.130Z PASS [ 4.131s] ( 425/2830) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
71472026-06-02T17:52:50.201Z PASS [ 4.172s] ( 426/2830) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
71482026-06-02T17:52:50.360Z PASS [ 4.152s] ( 427/2830) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
71492026-06-02T17:52:50.503Z PASS [ 2.733s] ( 428/2830) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
71502026-06-02T17:52:50.512Z PASS [ 4.655s] ( 429/2830) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
71512026-06-02T17:52:50.516Z PASS [ 4.137s] ( 430/2830) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
71522026-06-02T17:52:50.548Z PASS [ 2.725s] ( 431/2830) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
71532026-06-02T17:52:50.565Z PASS [ 4.380s] ( 432/2830) nexus-db-queries db::datastore::deployment::tests::test_set_target
71542026-06-02T17:52:50.577Z PASS [ 4.265s] ( 433/2830) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
71552026-06-02T17:52:50.609Z PASS [ 4.954s] ( 434/2830) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
71562026-06-02T17:52:50.763Z PASS [ 2.770s] ( 435/2830) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
71572026-06-02T17:52:50.836Z PASS [ 4.647s] ( 436/2830) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
71582026-06-02T17:52:50.887Z PASS [ 4.110s] ( 437/2830) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
71592026-06-02T17:52:50.921Z PASS [ 4.042s] ( 438/2830) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
71602026-06-02T17:52:51.023Z PASS [ 4.709s] ( 439/2830) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
71612026-06-02T17:52:51.325Z PASS [ 41.396s] ( 440/2830) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
71622026-06-02T17:52:51.703Z PASS [ 5.578s] ( 441/2830) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
71632026-06-02T17:52:51.811Z PASS [ 2.363s] ( 442/2830) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
71642026-06-02T17:52:51.941Z PASS [ 2.352s] ( 443/2830) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial
71652026-06-02T17:52:52.067Z PASS [ 2.476s] ( 444/2830) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
71662026-06-02T17:52:53.389Z PASS [ 3.704s] ( 445/2830) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
71672026-06-02T17:52:53.750Z PASS [ 3.872s] ( 446/2830) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
71682026-06-02T17:52:53.921Z PASS [ 3.808s] ( 447/2830) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
71692026-06-02T17:52:54.023Z PASS [ 4.087s] ( 448/2830) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
71702026-06-02T17:52:54.027Z PASS [ 3.824s] ( 449/2830) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
71712026-06-02T17:52:54.201Z PASS [ 4.070s] ( 450/2830) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
71722026-06-02T17:52:54.302Z PASS [ 4.296s] ( 451/2830) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
71732026-06-02T17:52:54.367Z PASS [ 4.448s] ( 452/2830) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
71742026-06-02T17:52:54.398Z PASS [ 3.789s] ( 453/2830) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
71752026-06-02T17:52:54.398Z PASS [ 3.850s] ( 454/2830) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
71762026-06-02T17:52:54.412Z PASS [ 3.835s] ( 455/2830) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
71772026-06-02T17:52:54.416Z PASS [ 4.056s] ( 456/2830) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
71782026-06-02T17:52:54.430Z PASS [ 3.927s] ( 457/2830) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
71792026-06-02T17:52:54.525Z PASS [ 4.013s] ( 458/2830) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
71802026-06-02T17:52:54.566Z PASS [ 4.000s] ( 459/2830) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
71812026-06-02T17:52:54.586Z PASS [ 3.824s] ( 460/2830) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
71822026-06-02T17:52:54.590Z PASS [ 4.077s] ( 461/2830) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
71832026-06-02T17:52:54.624Z PASS [ 3.789s] ( 462/2830) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
71842026-06-02T17:52:54.788Z PASS [ 0.222s] ( 463/2830) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
71852026-06-02T17:52:54.797Z PASS [ 3.876s] ( 464/2830) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
71862026-06-02T17:52:54.797Z PASS [ 3.910s] ( 465/2830) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
71872026-06-02T17:52:54.858Z PASS [ 0.268s] ( 466/2830) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
71882026-06-02T17:52:54.864Z PASS [ 0.278s] ( 467/2830) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
71892026-06-02T17:52:55.027Z PASS [ 4.004s] ( 468/2830) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
71902026-06-02T17:52:55.168Z PASS [ 3.843s] ( 469/2830) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
71912026-06-02T17:52:55.578Z PASS [ 3.875s] ( 470/2830) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
71922026-06-02T17:52:55.843Z PASS [ 3.903s] ( 471/2830) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
71932026-06-02T17:52:55.871Z PASS [ 4.060s] ( 472/2830) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
71942026-06-02T17:52:55.913Z PASS [ 3.837s] ( 473/2830) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
71952026-06-02T17:52:56.989Z PASS [ 3.600s] ( 474/2830) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
71962026-06-02T17:52:56.998Z PASS [ 2.374s] ( 475/2830) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
71972026-06-02T17:52:57.210Z PASS [ 2.421s] ( 476/2830) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
71982026-06-02T17:52:57.381Z PASS [ 2.583s] ( 477/2830) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
71992026-06-02T17:52:57.398Z PASS [ 2.542s] ( 478/2830) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
72002026-06-02T17:52:57.492Z PASS [ 3.742s] ( 479/2830) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
72012026-06-02T17:52:57.610Z PASS [ 2.813s] ( 480/2830) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
72022026-06-02T17:52:57.889Z PASS [ 3.967s] ( 481/2830) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
72032026-06-02T17:52:57.956Z PASS [ 3.933s] ( 482/2830) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
72042026-06-02T17:52:58.125Z PASS [ 4.101s] ( 483/2830) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
72052026-06-02T17:52:58.158Z PASS [ 3.958s] ( 484/2830) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
72062026-06-02T17:52:58.245Z PASS [ 3.833s] ( 485/2830) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
72072026-06-02T17:52:58.298Z PASS [ 3.773s] ( 486/2830) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
72082026-06-02T17:52:58.355Z PASS [ 4.053s] ( 487/2830) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
72092026-06-02T17:52:58.370Z PASS [ 3.972s] ( 488/2830) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
72102026-06-02T17:52:58.387Z PASS [ 48.452s] ( 489/2830) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
72112026-06-02T17:52:58.393Z PASS [ 3.995s] ( 490/2830) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
72122026-06-02T17:52:58.396Z PASS [ 3.979s] ( 491/2830) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
72132026-06-02T17:52:58.415Z PASS [ 4.048s] ( 492/2830) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
72142026-06-02T17:52:58.463Z PASS [ 4.034s] ( 493/2830) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
72152026-06-02T17:52:58.924Z PASS [ 3.757s] ( 494/2830) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
72162026-06-02T17:52:59.427Z PASS [ 3.849s] ( 495/2830) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
72172026-06-02T17:52:59.520Z PASS [ 4.493s] ( 496/2830) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
72182026-06-02T17:52:59.758Z PASS [ 3.915s] ( 497/2830) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
72192026-06-02T17:52:59.880Z PASS [ 3.975s] ( 498/2830) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
72202026-06-02T17:52:59.934Z PASS [ 4.063s] ( 499/2830) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
72212026-06-02T17:53:01.152Z PASS [ 4.162s] ( 500/2830) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
72222026-06-02T17:53:01.218Z PASS [ 4.219s] ( 501/2830) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
72232026-06-02T17:53:01.480Z PASS [ 4.269s] ( 502/2830) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
72242026-06-02T17:53:01.535Z PASS [ 4.154s] ( 503/2830) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
72252026-06-02T17:53:01.550Z PASS [ 4.058s] ( 504/2830) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
72262026-06-02T17:53:01.563Z PASS [ 4.164s] ( 505/2830) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
72272026-06-02T17:53:02.145Z PASS [ 4.256s] ( 506/2830) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
72282026-06-02T17:53:02.306Z PASS [ 4.350s] ( 507/2830) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
72292026-06-02T17:53:02.590Z PASS [ 4.464s] ( 508/2830) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
72302026-06-02T17:53:02.684Z PASS [ 4.328s] ( 509/2830) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
72312026-06-02T17:53:02.692Z PASS [ 4.321s] ( 510/2830) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
72322026-06-02T17:53:02.705Z PASS [ 4.309s] ( 511/2830) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
72332026-06-02T17:53:02.775Z PASS [ 4.529s] ( 512/2830) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
72342026-06-02T17:53:02.794Z PASS [ 4.495s] ( 513/2830) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
72352026-06-02T17:53:02.798Z PASS [ 4.407s] ( 514/2830) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
72362026-06-02T17:53:02.815Z PASS [ 4.657s] ( 515/2830) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
72372026-06-02T17:53:02.876Z PASS [ 2.996s] ( 516/2830) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
72382026-06-02T17:53:02.880Z PASS [ 2.945s] ( 517/2830) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query
72392026-06-02T17:53:02.957Z PASS [ 4.541s] ( 518/2830) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
72402026-06-02T17:53:03.035Z PASS [ 0.260s] ( 519/2830) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
72412026-06-02T17:53:03.140Z PASS [ 0.346s] ( 520/2830) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
72422026-06-02T17:53:03.147Z PASS [ 0.353s] ( 521/2830) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
72432026-06-02T17:53:03.270Z PASS [ 5.659s] ( 522/2830) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
72442026-06-02T17:53:03.520Z PASS [ 5.127s] ( 523/2830) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
72452026-06-02T17:53:03.648Z PASS [ 4.723s] ( 524/2830) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
72462026-06-02T17:53:03.956Z PASS [ 2.804s] ( 525/2830) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query
72472026-06-02T17:53:03.994Z PASS [ 2.776s] ( 526/2830) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
72482026-06-02T17:53:04.052Z PASS [ 4.625s] ( 527/2830) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
72492026-06-02T17:53:04.175Z PASS [ 4.652s] ( 528/2830) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
72502026-06-02T17:53:04.440Z PASS [ 4.681s] ( 529/2830) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
72512026-06-02T17:53:05.181Z PASS [ 6.717s] ( 530/2830) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
72522026-06-02T17:53:05.333Z PASS [ 3.855s] ( 531/2830) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool
72532026-06-02T17:53:05.434Z PASS [ 3.871s] ( 532/2830) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
72542026-06-02T17:53:05.542Z PASS [ 4.007s] ( 533/2830) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips
72552026-06-02T17:53:05.651Z PASS [ 4.101s] ( 534/2830) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool
72562026-06-02T17:53:06.103Z PASS [ 3.958s] ( 535/2830) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo
72572026-06-02T17:53:06.337Z PASS [ 4.030s] ( 536/2830) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
72582026-06-02T17:53:06.538Z PASS [ 3.948s] ( 537/2830) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
72592026-06-02T17:53:06.564Z PASS [ 3.881s] ( 538/2830) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use
72602026-06-02T17:53:06.621Z PASS [ 3.929s] ( 539/2830) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
72612026-06-02T17:53:06.641Z PASS [ 3.935s] ( 540/2830) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
72622026-06-02T17:53:07.082Z PASS [ 4.206s] ( 541/2830) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
72632026-06-02T17:53:07.247Z PASS [ 4.107s] ( 542/2830) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
72642026-06-02T17:53:07.252Z PASS [ 4.372s] ( 543/2830) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
72652026-06-02T17:53:07.312Z PASS [ 4.355s] ( 544/2830) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
72662026-06-02T17:53:07.315Z PASS [ 4.278s] ( 545/2830) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
72672026-06-02T17:53:07.333Z PASS [ 4.186s] ( 546/2830) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
72682026-06-02T17:53:07.439Z PASS [ 4.169s] ( 547/2830) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
72692026-06-02T17:53:07.455Z PASS [ 4.640s] ( 548/2830) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
72702026-06-02T17:53:07.718Z PASS [ 4.198s] ( 549/2830) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
72712026-06-02T17:53:07.881Z PASS [ 4.233s] ( 550/2830) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
72722026-06-02T17:53:08.097Z PASS [ 4.141s] ( 551/2830) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
72732026-06-02T17:53:08.357Z PASS [ 4.363s] ( 552/2830) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
72742026-06-02T17:53:08.393Z PASS [ 4.340s] ( 553/2830) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
72752026-06-02T17:53:08.584Z PASS [ 4.412s] ( 554/2830) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
72762026-06-02T17:53:08.687Z PASS [ 4.247s] ( 555/2830) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
72772026-06-02T17:53:09.172Z PASS [ 3.991s] ( 556/2830) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
72782026-06-02T17:53:09.252Z PASS [ 3.919s] ( 557/2830) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
72792026-06-02T17:53:09.537Z PASS [ 4.102s] ( 558/2830) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
72802026-06-02T17:53:09.550Z PASS [ 4.008s] ( 559/2830) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
72812026-06-02T17:53:09.663Z PASS [ 4.012s] ( 560/2830) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
72822026-06-02T17:53:09.936Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
72832026-06-02T17:53:09.941Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
72842026-06-02T17:53:09.941Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
72852026-06-02T17:53:10.373Z PASS [ 4.268s] ( 561/2830) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
72862026-06-02T17:53:10.615Z PASS [ 4.278s] ( 562/2830) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
72872026-06-02T17:53:10.811Z PASS [ 4.272s] ( 563/2830) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
72882026-06-02T17:53:10.831Z PASS [ 4.190s] ( 564/2830) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
72892026-06-02T17:53:10.912Z PASS [ 4.347s] ( 565/2830) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
72902026-06-02T17:53:11.400Z PASS [ 4.779s] ( 566/2830) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
72912026-06-02T17:53:11.514Z PASS [ 4.432s] ( 567/2830) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
72922026-06-02T17:53:11.646Z PASS [ 4.335s] ( 568/2830) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
72932026-06-02T17:53:11.681Z PASS [ 4.348s] ( 569/2830) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
72942026-06-02T17:53:11.681Z PASS [ 4.430s] ( 570/2830) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
72952026-06-02T17:53:11.786Z PASS [ 4.540s] ( 571/2830) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
72962026-06-02T17:53:11.862Z PASS [ 4.549s] ( 572/2830) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
72972026-06-02T17:53:11.874Z PASS [ 4.433s] ( 573/2830) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
72982026-06-02T17:53:12.008Z PASS [ 4.553s] ( 574/2830) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
72992026-06-02T17:53:12.143Z PASS [ 4.425s] ( 575/2830) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
73002026-06-02T17:53:12.413Z PASS [ 4.532s] ( 576/2830) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
73012026-06-02T17:53:12.537Z PASS [ 4.440s] ( 577/2830) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
73022026-06-02T17:53:13.078Z PASS [ 4.392s] ( 578/2830) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
73032026-06-02T17:53:13.137Z PASS [ 18.273s] ( 579/2830) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
73042026-06-02T17:53:13.256Z PASS [ 4.899s] ( 580/2830) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
73052026-06-02T17:53:13.301Z PASS [ 4.908s] ( 581/2830) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
73062026-06-02T17:53:13.700Z PASS [ 5.115s] ( 582/2830) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
73072026-06-02T17:53:13.994Z PASS [ 4.822s] ( 583/2830) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
73082026-06-02T17:53:14.213Z PASS [ 4.961s] ( 584/2830) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
73092026-06-02T17:53:14.454Z PASS [ 4.904s] ( 585/2830) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
73102026-06-02T17:53:14.535Z PASS [ 4.872s] ( 586/2830) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
73112026-06-02T17:53:14.560Z PASS [ 5.023s] ( 587/2830) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
73122026-06-02T17:53:15.252Z PASS [ 4.880s] ( 588/2830) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
73132026-06-02T17:53:15.473Z PASS [ 4.856s] ( 589/2830) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
73142026-06-02T17:53:15.752Z PASS [ 4.920s] ( 590/2830) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
73152026-06-02T17:53:15.803Z PASS [ 4.984s] ( 591/2830) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
73162026-06-02T17:53:15.913Z PASS [ 5.001s] ( 592/2830) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
73172026-06-02T17:53:16.067Z PASS [ 4.193s] ( 593/2830) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
73182026-06-02T17:53:16.181Z PASS [ 4.781s] ( 594/2830) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
73192026-06-02T17:53:16.529Z PASS [ 4.883s] ( 595/2830) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
73202026-06-02T17:53:16.710Z PASS [ 4.702s] ( 596/2830) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
73212026-06-02T17:53:16.714Z PASS [ 4.928s] ( 597/2830) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
73222026-06-02T17:53:16.724Z PASS [ 5.209s] ( 598/2830) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
73232026-06-02T17:53:16.761Z PASS [ 4.898s] ( 599/2830) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
73242026-06-02T17:53:17.043Z PASS [ 5.362s] ( 600/2830) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
73252026-06-02T17:53:17.051Z PASS [ 5.369s] ( 601/2830) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
73262026-06-02T17:53:17.193Z PASS [ 5.050s] ( 602/2830) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
73272026-06-02T17:53:17.216Z PASS [ 4.803s] ( 603/2830) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
73282026-06-02T17:53:17.310Z PASS [ 4.773s] ( 604/2830) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
73292026-06-02T17:53:18.076Z PASS [ 4.376s] ( 605/2830) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
73302026-06-02T17:53:18.177Z PASS [ 5.040s] ( 606/2830) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
73312026-06-02T17:53:18.324Z PASS [ 5.246s] ( 607/2830) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
73322026-06-02T17:53:18.328Z PASS [ 5.069s] ( 608/2830) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
73332026-06-02T17:53:18.369Z PASS [ 4.375s] ( 609/2830) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
73342026-06-02T17:53:18.512Z PASS [ 4.298s] ( 610/2830) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
73352026-06-02T17:53:18.650Z PASS [ 4.114s] ( 611/2830) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
73362026-06-02T17:53:18.832Z PASS [ 5.528s] ( 612/2830) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
73372026-06-02T17:53:18.880Z PASS [ 0.050s] ( 613/2830) nexus-db-queries db::datastore::region::test::test_extent_count
73382026-06-02T17:53:19.083Z PASS [ 4.629s] ( 614/2830) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
73392026-06-02T17:53:19.316Z PASS [ 4.756s] ( 615/2830) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
73402026-06-02T17:53:19.412Z PASS [ 3.940s] ( 616/2830) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
73412026-06-02T17:53:19.735Z PASS [ 3.941s] ( 617/2830) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
73422026-06-02T17:53:20.006Z PASS [ 4.094s] ( 618/2830) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
73432026-06-02T17:53:20.335Z PASS [ 4.154s] ( 619/2830) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
73442026-06-02T17:53:20.450Z PASS [ 3.920s] ( 620/2830) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
73452026-06-02T17:53:20.701Z PASS [ 4.634s] ( 621/2830) nexus-db-queries db::datastore::physical_disk::test::physical_disk_adoptable_list
73462026-06-02T17:53:20.791Z PASS [ 4.029s] ( 622/2830) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_disk_and_zpool_fails_without_adoption
73472026-06-02T17:53:20.804Z PASS [ 4.058s] ( 623/2830) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
73482026-06-02T17:53:20.870Z PASS [ 4.109s] ( 624/2830) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
73492026-06-02T17:53:20.883Z PASS [ 4.172s] ( 625/2830) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
73502026-06-02T17:53:21.219Z PASS [ 4.176s] ( 626/2830) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
73512026-06-02T17:53:21.341Z PASS [ 4.291s] ( 627/2830) nexus-db-queries db::datastore::physical_disk::test::physical_disk_list_new_inventory_on_connection
73522026-06-02T17:53:21.730Z PASS [ 4.419s] ( 628/2830) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
73532026-06-02T17:53:21.773Z PASS [ 4.579s] ( 629/2830) nexus-db-queries db::datastore::physical_disk::test::physical_disk_unadopted_list
73542026-06-02T17:53:22.321Z PASS [ 4.245s] ( 630/2830) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
73552026-06-02T17:53:22.423Z PASS [ 4.246s] ( 631/2830) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
73562026-06-02T17:53:22.442Z PASS [ 3.929s] ( 632/2830) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
73572026-06-02T17:53:22.604Z PASS [ 3.955s] ( 633/2830) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
73582026-06-02T17:53:22.759Z PASS [ 5.542s] ( 634/2830) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
73592026-06-02T17:53:22.834Z PASS [ 3.954s] ( 635/2830) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
73602026-06-02T17:53:23.021Z PASS [ 4.696s] ( 636/2830) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
73612026-06-02T17:53:23.059Z PASS [ 4.734s] ( 637/2830) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
73622026-06-02T17:53:23.070Z PASS [ 3.986s] ( 638/2830) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
73632026-06-02T17:53:23.083Z PASS [ 4.714s] ( 639/2830) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
73642026-06-02T17:53:23.281Z PASS [ 3.965s] ( 640/2830) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
73652026-06-02T17:53:23.422Z PASS [ 4.010s] ( 641/2830) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
73662026-06-02T17:53:23.439Z PASS [ 73.506s] ( 642/2830) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
73672026-06-02T17:53:23.617Z PASS [ 3.882s] ( 643/2830) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
73682026-06-02T17:53:23.891Z PASS [ 3.884s] ( 644/2830) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
73692026-06-02T17:53:24.198Z PASS [ 3.749s] ( 645/2830) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
73702026-06-02T17:53:24.244Z PASS [ 3.909s] ( 646/2830) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
73712026-06-02T17:53:24.579Z PASS [ 3.878s] ( 647/2830) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
73722026-06-02T17:53:24.616Z PASS [ 3.862s] ( 648/2830) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
73732026-06-02T17:53:24.635Z PASS [ 3.862s] ( 649/2830) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
73742026-06-02T17:53:24.674Z PASS [ 3.791s] ( 650/2830) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
73752026-06-02T17:53:24.715Z PASS [ 3.846s] ( 651/2830) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
73762026-06-02T17:53:24.925Z PASS [ 9.673s] ( 652/2830) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
73772026-06-02T17:53:24.934Z PASS [ 3.593s] ( 653/2830) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
73782026-06-02T17:53:25.059Z PASS [ 3.840s] ( 654/2830) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
73792026-06-02T17:53:25.521Z PASS [ 3.749s] ( 655/2830) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
73802026-06-02T17:53:25.560Z PASS [ 3.831s] ( 656/2830) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
73812026-06-02T17:53:26.075Z PASS [ 3.753s] ( 657/2830) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
73822026-06-02T17:53:26.473Z PASS [ 4.031s] ( 658/2830) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
73832026-06-02T17:53:26.493Z PASS [ 4.069s] ( 659/2830) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
73842026-06-02T17:53:26.654Z PASS [ 4.049s] ( 660/2830) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
73852026-06-02T17:53:26.929Z PASS [ 4.075s] ( 661/2830) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
73862026-06-02T17:53:26.935Z PASS [ 4.166s] ( 662/2830) nexus-db-queries db::datastore::sled::test::affinity_multi_group
73872026-06-02T17:53:27.241Z PASS [ 4.183s] ( 663/2830) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
73882026-06-02T17:53:27.281Z PASS [ 4.259s] ( 664/2830) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
73892026-06-02T17:53:27.342Z PASS [ 4.273s] ( 665/2830) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
73902026-06-02T17:53:27.385Z PASS [ 4.302s] ( 666/2830) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
73912026-06-02T17:53:27.499Z PASS [ 4.218s] ( 667/2830) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
73922026-06-02T17:53:27.560Z PASS [ 4.137s] ( 668/2830) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
73932026-06-02T17:53:27.594Z PASS [ 4.156s] ( 669/2830) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
73942026-06-02T17:53:27.812Z PASS [ 4.192s] ( 670/2830) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
73952026-06-02T17:53:28.558Z PASS [ 4.668s] ( 671/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation
73962026-06-02T17:53:29.179Z PASS [ 4.564s] ( 672/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
73972026-06-02T17:53:29.308Z PASS [ 5.063s] ( 673/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
73982026-06-02T17:53:29.337Z PASS [ 5.139s] ( 674/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
73992026-06-02T17:53:29.772Z PASS [ 4.847s] ( 675/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
74002026-06-02T17:53:29.776Z PASS [ 5.195s] ( 676/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
74012026-06-02T17:53:29.824Z PASS [ 5.149s] ( 677/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
74022026-06-02T17:53:29.861Z PASS [ 5.225s] ( 678/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
74032026-06-02T17:53:29.933Z PASS [ 4.992s] ( 679/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
74042026-06-02T17:53:29.939Z PASS [ 4.878s] ( 680/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
74052026-06-02T17:53:29.963Z PASS [ 5.247s] ( 681/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
74062026-06-02T17:53:31.404Z PASS [ 4.479s] ( 682/2830) nexus-db-queries db::datastore::sled::test::sled_list_batch
74072026-06-02T17:53:31.491Z PASS [ 4.106s] ( 683/2830) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
74082026-06-02T17:53:31.504Z PASS [ 15.752s] ( 684/2830) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
74092026-06-02T17:53:31.539Z PASS [ 4.196s] ( 685/2830) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
74102026-06-02T17:53:31.554Z PASS [ 4.274s] ( 686/2830) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
74112026-06-02T17:53:31.555Z PASS [ 4.313s] ( 687/2830) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
74122026-06-02T17:53:31.755Z PASS [ 4.195s] ( 688/2830) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
74132026-06-02T17:53:31.767Z PASS [ 5.274s] ( 689/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
74142026-06-02T17:53:31.884Z PASS [ 5.231s] ( 690/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
74152026-06-02T17:53:31.925Z PASS [ 4.116s] ( 691/2830) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
74162026-06-02T17:53:32.077Z PASS [ 4.578s] ( 692/2830) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
74172026-06-02T17:53:32.149Z PASS [ 5.676s] ( 693/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
74182026-06-02T17:53:32.445Z PASS [ 5.535s] ( 694/2830) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
74192026-06-02T17:53:32.584Z PASS [ 4.025s] ( 695/2830) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
74202026-06-02T17:53:33.404Z PASS [ 4.096s] ( 696/2830) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
74212026-06-02T17:53:33.444Z PASS [ 4.264s] ( 697/2830) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
74222026-06-02T17:53:33.921Z PASS [ 3.958s] ( 698/2830) nexus-db-queries db::datastore::support_bundle::test::test_support_bundle_fm_idempotent_create
74232026-06-02T17:53:34.125Z PASS [ 4.198s] ( 699/2830) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
74242026-06-02T17:53:34.178Z PASS [ 4.240s] ( 700/2830) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
74252026-06-02T17:53:34.192Z PASS [ 4.331s] ( 701/2830) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
74262026-06-02T17:53:34.217Z PASS [ 6.623s] ( 702/2830) nexus-db-queries db::datastore::sled::test::test_sled_transitions
74272026-06-02T17:53:34.607Z PASS [ 5.270s] ( 703/2830) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
74282026-06-02T17:53:34.959Z PASS [ 5.136s] ( 704/2830) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
74292026-06-02T17:53:35.058Z PASS [ 5.285s] ( 705/2830) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
74302026-06-02T17:53:35.117Z PASS [ 5.343s] ( 706/2830) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
74312026-06-02T17:53:35.292Z PASS [ 3.788s] ( 707/2830) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
74322026-06-02T17:53:35.307Z PASS [ 3.902s] ( 708/2830) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
74332026-06-02T17:53:35.379Z PASS [ 3.887s] ( 709/2830) nexus-db-queries db::datastore::switch_port::test::test_two_unnumbered_bgp_peers_on_different_links
74342026-06-02T17:53:35.394Z PASS [ 3.856s] ( 710/2830) nexus-db-queries db::datastore::target_release::test::target_release_datastore
74352026-06-02T17:53:35.569Z PASS [ 4.012s] ( 711/2830) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
74362026-06-02T17:53:35.652Z PASS [ 3.897s] ( 712/2830) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
74372026-06-02T17:53:35.842Z PASS [ 3.916s] ( 713/2830) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
74382026-06-02T17:53:35.888Z PASS [ 4.332s] ( 714/2830) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
74392026-06-02T17:53:35.911Z PASS [ 4.027s] ( 715/2830) nexus-db-queries db::datastore::test::test_project_creation
74402026-06-02T17:53:35.921Z PASS [ 4.153s] ( 716/2830) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
74412026-06-02T17:53:36.169Z PASS [ 4.092s] ( 717/2830) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
74422026-06-02T17:53:36.416Z PASS [ 3.969s] ( 718/2830) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
74432026-06-02T17:53:36.995Z PASS [ 4.411s] ( 719/2830) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
74442026-06-02T17:53:37.524Z PASS [ 4.120s] ( 720/2830) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
74452026-06-02T17:53:38.062Z PASS [ 3.870s] ( 721/2830) nexus-db-queries db::datastore::test::test_session_cleanup_batch
74462026-06-02T17:53:38.118Z PASS [ 3.900s] ( 722/2830) nexus-db-queries db::datastore::test::test_session_methods
74472026-06-02T17:53:38.453Z PASS [ 3.846s] ( 723/2830) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
74482026-06-02T17:53:38.839Z PASS [ 3.880s] ( 724/2830) nexus-db-queries db::datastore::test::test_ssh_keys
74492026-06-02T17:53:38.944Z PASS [ 3.886s] ( 725/2830) nexus-db-queries db::datastore::test::test_table_scan
74502026-06-02T17:53:39.215Z PASS [ 3.907s] ( 726/2830) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
74512026-06-02T17:53:39.370Z PASS [ 4.078s] ( 727/2830) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
74522026-06-02T17:53:39.458Z PASS [ 4.340s] ( 728/2830) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
74532026-06-02T17:53:39.482Z PASS [ 4.103s] ( 729/2830) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
74542026-06-02T17:53:39.582Z PASS [ 4.188s] ( 730/2830) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
74552026-06-02T17:53:39.748Z PASS [ 4.181s] ( 731/2830) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
74562026-06-02T17:53:39.802Z PASS [ 7.654s] ( 732/2830) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
74572026-06-02T17:53:39.926Z PASS [ 4.014s] ( 733/2830) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
74582026-06-02T17:53:39.954Z PASS [ 4.066s] ( 734/2830) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
74592026-06-02T17:53:40.172Z PASS [ 4.251s] ( 735/2830) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
74602026-06-02T17:53:40.196Z PASS [ 4.027s] ( 736/2830) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
74612026-06-02T17:53:40.243Z PASS [ 0.047s] ( 737/2830) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
74622026-06-02T17:53:40.294Z PASS [ 0.051s] ( 738/2830) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
74632026-06-02T17:53:40.452Z PASS [ 4.608s] ( 739/2830) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
74642026-06-02T17:53:40.506Z PASS [ 4.090s] ( 740/2830) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
74652026-06-02T17:53:40.834Z PASS [ 7.387s] ( 741/2830) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
74662026-06-02T17:53:41.408Z PASS [ 7.486s] ( 742/2830) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
74672026-06-02T17:53:41.564Z PASS [ 4.039s] ( 743/2830) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
74682026-06-02T17:53:41.983Z PASS [ 4.987s] ( 744/2830) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
74692026-06-02T17:53:42.287Z PASS [ 8.109s] ( 745/2830) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
74702026-06-02T17:53:42.300Z PASS [ 3.847s] ( 746/2830) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
74712026-06-02T17:53:42.312Z PASS [ 4.250s] ( 747/2830) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
74722026-06-02T17:53:42.667Z PASS [ 4.549s] ( 748/2830) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
74732026-06-02T17:53:42.804Z PASS [ 3.859s] ( 749/2830) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
74742026-06-02T17:53:42.935Z PASS [ 0.268s] ( 750/2830) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
74752026-06-02T17:53:42.953Z PASS [ 8.829s] ( 751/2830) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
74762026-06-02T17:53:43.250Z PASS [ 4.035s] ( 752/2830) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
74772026-06-02T17:53:43.293Z PASS [ 4.453s] ( 753/2830) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
74782026-06-02T17:53:43.429Z PASS [ 3.846s] ( 754/2830) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
74792026-06-02T17:53:43.429Z PASS [ 3.971s] ( 755/2830) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
74802026-06-02T17:53:43.457Z PASS [ 3.976s] ( 756/2830) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
74812026-06-02T17:53:43.538Z PASS [ 4.168s] ( 757/2830) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
74822026-06-02T17:53:43.644Z PASS [ 3.895s] ( 758/2830) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
74832026-06-02T17:53:43.800Z PASS [ 3.874s] ( 759/2830) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
74842026-06-02T17:53:43.804Z PASS [ 4.003s] ( 760/2830) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
74852026-06-02T17:53:43.836Z PASS [ 3.882s] ( 761/2830) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
74862026-06-02T17:53:43.851Z PASS [ 0.047s] ( 762/2830) nexus-db-queries db::pagination::test::test_paginator
74872026-06-02T17:53:44.305Z PASS [ 3.800s] ( 763/2830) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
74882026-06-02T17:53:44.664Z PASS [ 3.833s] ( 764/2830) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
74892026-06-02T17:53:45.106Z PASS [ 1.254s] ( 765/2830) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
74902026-06-02T17:53:45.114Z PASS [ 1.278s] ( 766/2830) nexus-db-queries db::pool::test::test_pool_can_be_terminated
74912026-06-02T17:53:45.179Z PASS [ 3.772s] ( 767/2830) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
74922026-06-02T17:53:45.420Z PASS [ 2.467s] ( 768/2830) nexus-db-queries db::explain::test::test_explain_async
74932026-06-02T17:53:45.504Z PASS [ 2.700s] ( 769/2830) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
74942026-06-02T17:53:45.517Z PASS [ 3.954s] ( 770/2830) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
74952026-06-02T17:53:45.726Z PASS [ 2.477s] ( 771/2830) nexus-db-queries db::explain::test::test_explain_full_table_scan
74962026-06-02T17:53:45.800Z PASS [ 0.283s] ( 772/2830) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
74972026-06-02T17:53:45.920Z PASS [ 3.937s] ( 773/2830) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
74982026-06-02T17:53:45.995Z PASS [ 0.269s] ( 774/2830) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
74992026-06-02T17:53:46.039Z PASS [ 2.746s] ( 775/2830) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
75002026-06-02T17:53:46.093Z PASS [ 0.293s] ( 776/2830) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
75012026-06-02T17:53:46.179Z PASS [ 0.259s] ( 777/2830) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
75022026-06-02T17:53:46.345Z PASS [ 2.916s] ( 778/2830) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
75032026-06-02T17:53:46.361Z PASS [ 2.823s] ( 779/2830) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
75042026-06-02T17:53:46.361Z PASS [ 2.932s] ( 780/2830) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
75052026-06-02T17:53:46.402Z PASS [ 2.945s] ( 781/2830) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
75062026-06-02T17:53:46.477Z PASS [ 2.833s] ( 782/2830) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
75072026-06-02T17:53:46.643Z PASS [ 2.843s] ( 783/2830) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
75082026-06-02T17:53:46.804Z PASS [ 3.869s] ( 784/2830) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
75092026-06-02T17:53:46.849Z PASS [ 4.549s] ( 785/2830) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
75102026-06-02T17:53:46.884Z PASS [ 0.241s] ( 786/2830) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
75112026-06-02T17:53:47.050Z PASS [ 0.246s] ( 787/2830) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
75122026-06-02T17:53:47.132Z PASS [ 0.248s] ( 788/2830) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
75132026-06-02T17:53:47.284Z PASS [ 4.997s] ( 789/2830) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
75142026-06-02T17:53:47.315Z PASS [ 0.265s] ( 790/2830) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
75152026-06-02T17:53:47.364Z PASS [ 5.052s] ( 791/2830) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
75162026-06-02T17:53:47.385Z PASS [ 0.252s] ( 792/2830) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
75172026-06-02T17:53:47.570Z PASS [ 0.286s] ( 793/2830) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
75182026-06-02T17:53:47.575Z PASS [ 0.260s] ( 794/2830) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
75192026-06-02T17:53:47.654Z PASS [ 0.289s] ( 795/2830) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
75202026-06-02T17:53:47.684Z PASS [ 7.512s] ( 796/2830) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
75212026-06-02T17:53:47.764Z PASS [ 2.658s] ( 797/2830) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
75222026-06-02T17:53:48.055Z PASS [ 7.761s] ( 798/2830) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
75232026-06-02T17:53:48.270Z PASS [ 7.820s] ( 799/2830) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
75242026-06-02T17:53:48.419Z PASS [ 0.655s] ( 800/2830) nexus-db-queries db::queries::network_interface::tests::expectorate_query
75252026-06-02T17:53:48.458Z PASS [ 4.153s] ( 801/2830) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
75262026-06-02T17:53:48.614Z PASS [ 3.950s] ( 802/2830) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
75272026-06-02T17:53:48.663Z PASS [ 0.049s] ( 803/2830) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
75282026-06-02T17:53:48.927Z PASS [ 3.813s] ( 804/2830) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
75292026-06-02T17:53:49.364Z PASS [ 3.860s] ( 805/2830) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
75302026-06-02T17:53:49.437Z PASS [ 4.258s] ( 806/2830) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
75312026-06-02T17:53:49.547Z PASS [ 2.698s] ( 807/2830) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
75322026-06-02T17:53:49.725Z PASS [ 4.305s] ( 808/2830) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
75332026-06-02T17:53:49.948Z PASS [ 3.768s] ( 809/2830) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
75342026-06-02T17:53:50.160Z PASS [ 3.815s] ( 810/2830) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
75352026-06-02T17:53:50.200Z PASS [ 4.107s] ( 811/2830) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
75362026-06-02T17:53:50.296Z PASS [ 4.257s] ( 812/2830) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
75372026-06-02T17:53:50.331Z PASS [ 3.970s] ( 813/2830) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
75382026-06-02T17:53:50.385Z PASS [ 4.388s] ( 814/2830) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
75392026-06-02T17:53:50.495Z PASS [ 4.092s] ( 815/2830) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
75402026-06-02T17:53:50.622Z PASS [ 4.145s] ( 816/2830) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
75412026-06-02T17:53:50.756Z PASS [ 4.395s] ( 817/2830) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
75422026-06-02T17:53:50.803Z PASS [ 0.046s] ( 818/2830) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
75432026-06-02T17:53:51.329Z PASS [ 3.944s] ( 819/2830) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
75442026-06-02T17:53:51.575Z PASS [ 3.922s] ( 820/2830) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
75452026-06-02T17:53:51.580Z PASS [ 3.896s] ( 821/2830) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
75462026-06-02T17:53:51.799Z PASS [ 4.230s] ( 822/2830) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
75472026-06-02T17:53:51.810Z PASS [ 4.235s] ( 823/2830) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
75482026-06-02T17:53:51.855Z PASS [ 0.045s] ( 824/2830) nexus-db-queries db::queries::next_item::tests::test_shift_indices
75492026-06-02T17:53:51.920Z PASS [ 3.865s] ( 825/2830) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
75502026-06-02T17:53:52.182Z PASS [ 0.261s] ( 826/2830) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
75512026-06-02T17:53:52.389Z PASS [ 3.970s] ( 827/2830) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
75522026-06-02T17:53:52.455Z PASS [ 0.273s] ( 828/2830) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
75532026-06-02T17:53:52.513Z PASS [ 3.850s] ( 829/2830) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
75542026-06-02T17:53:52.562Z PASS [ 0.049s] ( 830/2830) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
75552026-06-02T17:53:52.610Z PASS [ 0.048s] ( 831/2830) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
75562026-06-02T17:53:52.879Z PASS [ 3.951s] ( 832/2830) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
75572026-06-02T17:53:53.034Z PASS [ 4.763s] ( 833/2830) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
75582026-06-02T17:53:53.201Z PASS [ 4.742s] ( 834/2830) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
75592026-06-02T17:53:53.209Z PASS [ 3.844s] ( 835/2830) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
75602026-06-02T17:53:53.263Z PASS [ 3.826s] ( 836/2830) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
75612026-06-02T17:53:53.538Z PASS [ 3.990s] ( 837/2830) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
75622026-06-02T17:53:53.561Z PASS [ 3.835s] ( 838/2830) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
75632026-06-02T17:53:53.639Z PASS [ 1.029s] ( 839/2830) nexus-db-queries db::queries::region_allocation::test::expectorate_query
75642026-06-02T17:53:53.753Z PASS [ 3.805s] ( 840/2830) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
75652026-06-02T17:53:53.841Z PASS [ 0.280s] ( 841/2830) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
75662026-06-02T17:53:53.991Z PASS [ 2.661s] ( 842/2830) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
75672026-06-02T17:53:54.009Z PASS [ 0.256s] ( 843/2830) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
75682026-06-02T17:53:54.111Z PASS [ 0.270s] ( 844/2830) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
75692026-06-02T17:53:54.133Z PASS [ 3.973s] ( 845/2830) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
75702026-06-02T17:53:54.252Z PASS [ 4.053s] ( 846/2830) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
75712026-06-02T17:53:54.379Z PASS [ 2.803s] ( 847/2830) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
75722026-06-02T17:53:54.383Z PASS [ 0.250s] ( 848/2830) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
75732026-06-02T17:53:54.406Z PASS [ 2.826s] ( 849/2830) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
75742026-06-02T17:53:54.413Z PASS [ 4.117s] ( 850/2830) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
75752026-06-02T17:53:54.417Z PASS [ 4.085s] ( 851/2830) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
75762026-06-02T17:53:54.509Z PASS [ 0.518s] ( 852/2830) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
75772026-06-02T17:53:54.523Z PASS [ 0.270s] ( 853/2830) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
75782026-06-02T17:53:54.540Z PASS [ 4.156s] ( 854/2830) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
75792026-06-02T17:53:54.572Z PASS [ 4.076s] ( 855/2830) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
75802026-06-02T17:53:54.585Z PASS [ 0.044s] ( 856/2830) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
75812026-06-02T17:53:54.589Z PASS [ 0.065s] ( 857/2830) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
75822026-06-02T17:53:54.603Z PASS [ 2.803s] ( 858/2830) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
75832026-06-02T17:53:54.606Z PASS [ 2.751s] ( 859/2830) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
75842026-06-02T17:53:54.617Z PASS [ 0.045s] ( 860/2830) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
75852026-06-02T17:53:54.635Z PASS [ 4.013s] ( 861/2830) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
75862026-06-02T17:53:54.671Z PASS [ 0.086s] ( 862/2830) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
75872026-06-02T17:53:54.684Z PASS [ 0.300s] ( 863/2830) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
75882026-06-02T17:53:54.688Z PASS [ 0.308s] ( 864/2830) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
75892026-06-02T17:53:54.691Z PASS [ 0.101s] ( 865/2830) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
75902026-06-02T17:53:54.921Z PASS [ 0.318s] ( 866/2830) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
75912026-06-02T17:53:54.954Z PASS [ 2.565s] ( 867/2830) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
75922026-06-02T17:53:54.981Z PASS [ 0.027s] ( 868/2830) nexus-defaults tests::test_random_vpc_ipv6_prefix
75932026-06-02T17:53:55.029Z PASS [ 0.047s] ( 869/2830) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
75942026-06-02T17:53:55.036Z PASS [ 4.232s] ( 870/2830) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
75952026-06-02T17:53:55.071Z PASS [ 0.036s] ( 871/2830) nexus-inventory builder::test::test_empty
75962026-06-02T17:53:55.110Z PASS [ 0.039s] ( 872/2830) nexus-inventory builder::test::test_problems
75972026-06-02T17:53:55.159Z PASS [ 2.704s] ( 873/2830) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
75982026-06-02T17:53:55.381Z PASS [ 2.503s] ( 874/2830) nexus-db-queries db::queries::region_allocation::test::explainable
75992026-06-02T17:53:55.456Z TRY 1 FAIL [ 0.426s] (─────────) nexus-inventory builder::test::test_basic
76002026-06-02T17:53:55.456Z stdout ───
76012026-06-02T17:53:55.456Z
76022026-06-02T17:53:55.456Z running 1 test
76032026-06-02T17:53:55.456Z Collection {
76042026-06-02T17:53:55.456Z id: 2d4b0683-d0b6-44e8-b525-7b00d18be209 (collection),
76052026-06-02T17:53:55.456Z errors: [
76062026-06-02T17:53:55.456Z "MGS \"fake MGS 1\": reading RoT state for BaseboardId { part_number: \"model1\", serial_number: \"s2\" }: test suite injected error",
76072026-06-02T17:53:55.456Z ],
76082026-06-02T17:53:55.456Z time_started: 2026-06-02T17:53:54.618062Z,
76092026-06-02T17:53:55.456Z time_done: 2026-06-02T17:53:54.625503Z,
76102026-06-02T17:53:55.456Z collector: "example",
76112026-06-02T17:53:55.456Z baseboards: {
76122026-06-02T17:53:55.456Z BaseboardId {
76132026-06-02T17:53:55.457Z part_number: "model1",
76142026-06-02T17:53:55.457Z serial_number: "s1",
76152026-06-02T17:53:55.457Z },
76162026-06-02T17:53:55.457Z BaseboardId {
76172026-06-02T17:53:55.457Z part_number: "model1",
76182026-06-02T17:53:55.457Z serial_number: "s2",
76192026-06-02T17:53:55.457Z },
76202026-06-02T17:53:55.457Z BaseboardId {
76212026-06-02T17:53:55.457Z part_number: "model1",
76222026-06-02T17:53:55.457Z serial_number: "s4",
76232026-06-02T17:53:55.457Z },
76242026-06-02T17:53:55.457Z BaseboardId {
76252026-06-02T17:53:55.457Z part_number: "model2",
76262026-06-02T17:53:55.457Z serial_number: "s1",
76272026-06-02T17:53:55.457Z },
76282026-06-02T17:53:55.457Z BaseboardId {
76292026-06-02T17:53:55.457Z part_number: "model3",
76302026-06-02T17:53:55.457Z serial_number: "s1",
76312026-06-02T17:53:55.457Z },
76322026-06-02T17:53:55.457Z BaseboardId {
76332026-06-02T17:53:55.457Z part_number: "model4",
76342026-06-02T17:53:55.457Z serial_number: "s2",
76352026-06-02T17:53:55.457Z },
76362026-06-02T17:53:55.457Z },
76372026-06-02T17:53:55.457Z cabooses: {
76382026-06-02T17:53:55.458Z Caboose {
76392026-06-02T17:53:55.458Z board: "board_1",
76402026-06-02T17:53:55.458Z git_commit: "git_commit_1",
76412026-06-02T17:53:55.458Z name: "name_1",
76422026-06-02T17:53:55.458Z version: "version_1",
76432026-06-02T17:53:55.458Z sign: Some(
76442026-06-02T17:53:55.458Z "sign_1",
76452026-06-02T17:53:55.458Z ),
76462026-06-02T17:53:55.458Z },
76472026-06-02T17:53:55.458Z Caboose {
76482026-06-02T17:53:55.458Z board: "board_psc_rot_a",
76492026-06-02T17:53:55.458Z git_commit: "git_commit_psc_rot_a",
76502026-06-02T17:53:55.458Z name: "name_psc_rot_a",
76512026-06-02T17:53:55.458Z version: "version_psc_rot_a",
76522026-06-02T17:53:55.458Z sign: Some(
76532026-06-02T17:53:55.458Z "sign_psc_rot_a",
76542026-06-02T17:53:55.458Z ),
76552026-06-02T17:53:55.458Z },
76562026-06-02T17:53:55.458Z Caboose {
76572026-06-02T17:53:55.458Z board: "board_psc_rot_b",
76582026-06-02T17:53:55.458Z git_commit: "git_commit_psc_rot_b",
76592026-06-02T17:53:55.458Z name: "name_psc_rot_b",
76602026-06-02T17:53:55.458Z version: "version_psc_rot_b",
76612026-06-02T17:53:55.458Z sign: Some(
76622026-06-02T17:53:55.458Z "sign_psc_rot_b",
76632026-06-02T17:53:55.458Z ),
76642026-06-02T17:53:55.459Z },
76652026-06-02T17:53:55.459Z Caboose {
76662026-06-02T17:53:55.459Z board: "board_psc_sp_0",
76672026-06-02T17:53:55.459Z git_commit: "git_commit_psc_sp_0",
76682026-06-02T17:53:55.459Z name: "name_psc_sp_0",
76692026-06-02T17:53:55.459Z version: "version_psc_sp_0",
76702026-06-02T17:53:55.459Z sign: Some(
76712026-06-02T17:53:55.459Z "sign_psc_sp_0",
76722026-06-02T17:53:55.459Z ),
76732026-06-02T17:53:55.459Z },
76742026-06-02T17:53:55.459Z Caboose {
76752026-06-02T17:53:55.459Z board: "board_psc_sp_1",
76762026-06-02T17:53:55.459Z git_commit: "git_commit_psc_sp_1",
76772026-06-02T17:53:55.459Z name: "name_psc_sp_1",
76782026-06-02T17:53:55.459Z version: "version_psc_sp_1",
76792026-06-02T17:53:55.459Z sign: Some(
76802026-06-02T17:53:55.459Z "sign_psc_sp_1",
76812026-06-02T17:53:55.459Z ),
76822026-06-02T17:53:55.459Z },
76832026-06-02T17:53:55.459Z },
76842026-06-02T17:53:55.459Z rot_pages: {
76852026-06-02T17:53:55.459Z RotPage {
76862026-06-02T17:53:55.459Z data_base64: "MQ==",
76872026-06-02T17:53:55.459Z },
76882026-06-02T17:53:55.459Z RotPage {
76892026-06-02T17:53:55.459Z data_base64: "cHNjIGNmcGEgYWN0aXZl",
76902026-06-02T17:53:55.460Z },
76912026-06-02T17:53:55.460Z RotPage {
76922026-06-02T17:53:55.465Z data_base64: "cHNjIGNmcGEgaW5hY3RpdmU=",
76932026-06-02T17:53:55.465Z },
76942026-06-02T17:53:55.465Z RotPage {
76952026-06-02T17:53:55.465Z data_base64: "cHNjIGNmcGEgc2NyYXRjaA==",
76962026-06-02T17:53:55.465Z },
76972026-06-02T17:53:55.465Z RotPage {
76982026-06-02T17:53:55.465Z data_base64: "cHNjIGNtcGE=",
76992026-06-02T17:53:55.465Z },
77002026-06-02T17:53:55.465Z },
77012026-06-02T17:53:55.465Z sps: {
77022026-06-02T17:53:55.465Z BaseboardId {
77032026-06-02T17:53:55.465Z part_number: "model1",
77042026-06-02T17:53:55.465Z serial_number: "s1",
77052026-06-02T17:53:55.465Z }: ServiceProcessor {
77062026-06-02T17:53:55.465Z time_collected: 2026-06-02T17:53:54.618291Z,
77072026-06-02T17:53:55.465Z source: "fake MGS 1",
77082026-06-02T17:53:55.465Z sp_type: Sled,
77092026-06-02T17:53:55.465Z sp_slot: 3,
77102026-06-02T17:53:55.465Z baseboard_revision: 0,
77112026-06-02T17:53:55.465Z hubris_archive: "hubris1",
77122026-06-02T17:53:55.465Z power_state: A0,
77132026-06-02T17:53:55.465Z },
77142026-06-02T17:53:55.465Z BaseboardId {
77152026-06-02T17:53:55.465Z part_number: "model1",
77162026-06-02T17:53:55.465Z serial_number: "s2",
77172026-06-02T17:53:55.465Z }: ServiceProcessor {
77182026-06-02T17:53:55.465Z time_collected: 2026-06-02T17:53:54.618426Z,
77192026-06-02T17:53:55.465Z source: "fake MGS 1",
77202026-06-02T17:53:55.465Z sp_type: Sled,
77212026-06-02T17:53:55.465Z sp_slot: 5,
77222026-06-02T17:53:55.466Z baseboard_revision: 1,
77232026-06-02T17:53:55.466Z hubris_archive: "hubris5",
77242026-06-02T17:53:55.466Z power_state: A2,
77252026-06-02T17:53:55.466Z },
77262026-06-02T17:53:55.466Z BaseboardId {
77272026-06-02T17:53:55.466Z part_number: "model2",
77282026-06-02T17:53:55.466Z serial_number: "s1",
77292026-06-02T17:53:55.466Z }: ServiceProcessor {
77302026-06-02T17:53:55.466Z time_collected: 2026-06-02T17:53:54.618381Z,
77312026-06-02T17:53:55.466Z source: "fake MGS 2",
77322026-06-02T17:53:55.466Z sp_type: Sled,
77332026-06-02T17:53:55.466Z sp_slot: 4,
77342026-06-02T17:53:55.466Z baseboard_revision: 1,
77352026-06-02T17:53:55.466Z hubris_archive: "hubris2",
77362026-06-02T17:53:55.466Z power_state: A2,
77372026-06-02T17:53:55.466Z },
77382026-06-02T17:53:55.466Z BaseboardId {
77392026-06-02T17:53:55.466Z part_number: "model3",
77402026-06-02T17:53:55.466Z serial_number: "s1",
77412026-06-02T17:53:55.466Z }: ServiceProcessor {
77422026-06-02T17:53:55.466Z time_collected: 2026-06-02T17:53:54.618408Z,
77432026-06-02T17:53:55.466Z source: "fake MGS 2",
77442026-06-02T17:53:55.466Z sp_type: Switch,
77452026-06-02T17:53:55.466Z sp_slot: 0,
77462026-06-02T17:53:55.466Z baseboard_revision: 2,
77472026-06-02T17:53:55.466Z hubris_archive: "hubris3",
77482026-06-02T17:53:55.466Z power_state: A1,
77492026-06-02T17:53:55.466Z },
77502026-06-02T17:53:55.466Z BaseboardId {
77512026-06-02T17:53:55.466Z part_number: "model4",
77522026-06-02T17:53:55.466Z serial_number: "s2",
77532026-06-02T17:53:55.466Z }: ServiceProcessor {
77542026-06-02T17:53:55.466Z time_collected: 2026-06-02T17:53:54.618411Z,
77552026-06-02T17:53:55.466Z source: "fake MGS 1",
77562026-06-02T17:53:55.466Z sp_type: Power,
77572026-06-02T17:53:55.466Z sp_slot: 1,
77582026-06-02T17:53:55.466Z baseboard_revision: 3,
77592026-06-02T17:53:55.466Z hubris_archive: "hubris4",
77602026-06-02T17:53:55.466Z power_state: A2,
77612026-06-02T17:53:55.467Z },
77622026-06-02T17:53:55.467Z },
77632026-06-02T17:53:55.467Z host_phase_1_active_slots: {
77642026-06-02T17:53:55.467Z BaseboardId {
77652026-06-02T17:53:55.467Z part_number: "model1",
77662026-06-02T17:53:55.467Z serial_number: "s1",
77672026-06-02T17:53:55.467Z }: HostPhase1ActiveSlot {
77682026-06-02T17:53:55.467Z time_collected: 2026-06-02T17:53:54.618825Z,
77692026-06-02T17:53:55.467Z source: "fake MGS 1",
77702026-06-02T17:53:55.467Z slot: A,
77712026-06-02T17:53:55.467Z },
77722026-06-02T17:53:55.467Z BaseboardId {
77732026-06-02T17:53:55.467Z part_number: "model2",
77742026-06-02T17:53:55.467Z serial_number: "s1",
77752026-06-02T17:53:55.467Z }: HostPhase1ActiveSlot {
77762026-06-02T17:53:55.467Z time_collected: 2026-06-02T17:53:54.618828Z,
77772026-06-02T17:53:55.467Z source: "fake MGS 1",
77782026-06-02T17:53:55.467Z slot: B,
77792026-06-02T17:53:55.467Z },
77802026-06-02T17:53:55.467Z },
77812026-06-02T17:53:55.467Z host_phase_1_flash_hashes: {
77822026-06-02T17:53:55.467Z A: {
77832026-06-02T17:53:55.467Z BaseboardId {
77842026-06-02T17:53:55.467Z part_number: "model1",
77852026-06-02T17:53:55.467Z serial_number: "s1",
77862026-06-02T17:53:55.467Z }: HostPhase1FlashHash {
77872026-06-02T17:53:55.468Z time_collected: 2026-06-02T17:53:54.618845Z,
77882026-06-02T17:53:55.468Z source: "fake MGS 1",
77892026-06-02T17:53:55.468Z slot: A,
77902026-06-02T17:53:55.468Z hash: ArtifactHash(
77912026-06-02T17:53:55.468Z "0101010101010101010101010101010101010101010101010101010101010101",
77922026-06-02T17:53:55.472Z ),
77932026-06-02T17:53:55.472Z },
77942026-06-02T17:53:55.472Z },
77952026-06-02T17:53:55.472Z B: {
77962026-06-02T17:53:55.473Z BaseboardId {
77972026-06-02T17:53:55.473Z part_number: "model1",
77982026-06-02T17:53:55.473Z serial_number: "s1",
77992026-06-02T17:53:55.473Z }: HostPhase1FlashHash {
78002026-06-02T17:53:55.473Z time_collected: 2026-06-02T17:53:54.618865Z,
78012026-06-02T17:53:55.473Z source: "fake MGS 1",
78022026-06-02T17:53:55.473Z slot: B,
78032026-06-02T17:53:55.473Z hash: ArtifactHash(
78042026-06-02T17:53:55.473Z "0202020202020202020202020202020202020202020202020202020202020202",
78052026-06-02T17:53:55.473Z ),
78062026-06-02T17:53:55.473Z },
78072026-06-02T17:53:55.473Z BaseboardId {
78082026-06-02T17:53:55.473Z part_number: "model2",
78092026-06-02T17:53:55.473Z serial_number: "s1",
78102026-06-02T17:53:55.473Z }: HostPhase1FlashHash {
78112026-06-02T17:53:55.473Z time_collected: 2026-06-02T17:53:54.618866Z,
78122026-06-02T17:53:55.473Z source: "fake MGS 1",
78132026-06-02T17:53:55.473Z slot: B,
78142026-06-02T17:53:55.473Z hash: ArtifactHash(
78152026-06-02T17:53:55.473Z "0303030303030303030303030303030303030303030303030303030303030303",
78162026-06-02T17:53:55.473Z ),
78172026-06-02T17:53:55.473Z },
78182026-06-02T17:53:55.473Z },
78192026-06-02T17:53:55.473Z },
78202026-06-02T17:53:55.473Z rots: {
78212026-06-02T17:53:55.473Z BaseboardId {
78222026-06-02T17:53:55.473Z part_number: "model1",
78232026-06-02T17:53:55.473Z serial_number: "s1",
78242026-06-02T17:53:55.473Z }: RotState {
78252026-06-02T17:53:55.474Z time_collected: 2026-06-02T17:53:54.618291Z,
78262026-06-02T17:53:55.474Z source: "fake MGS 1",
78272026-06-02T17:53:55.474Z active_slot: A,
78282026-06-02T17:53:55.474Z persistent_boot_preference: A,
78292026-06-02T17:53:55.474Z pending_persistent_boot_preference: None,
78302026-06-02T17:53:55.474Z transient_boot_preference: None,
78312026-06-02T17:53:55.474Z slot_a_sha3_256_digest: Some(
78322026-06-02T17:53:55.474Z "slotAdigest1",
78332026-06-02T17:53:55.474Z ),
78342026-06-02T17:53:55.474Z slot_b_sha3_256_digest: Some(
78352026-06-02T17:53:55.474Z "slotBdigest1",
78362026-06-02T17:53:55.474Z ),
78372026-06-02T17:53:55.474Z stage0_digest: None,
78382026-06-02T17:53:55.474Z stage0next_digest: None,
78392026-06-02T17:53:55.474Z slot_a_error: None,
78402026-06-02T17:53:55.474Z slot_b_error: None,
78412026-06-02T17:53:55.474Z stage0_error: None,
78422026-06-02T17:53:55.474Z stage0next_error: None,
78432026-06-02T17:53:55.474Z },
78442026-06-02T17:53:55.474Z BaseboardId {
78452026-06-02T17:53:55.474Z part_number: "model2",
78462026-06-02T17:53:55.474Z serial_number: "s1",
78472026-06-02T17:53:55.474Z }: RotState {
78482026-06-02T17:53:55.474Z time_collected: 2026-06-02T17:53:54.618381Z,
78492026-06-02T17:53:55.474Z source: "fake MGS 2",
78502026-06-02T17:53:55.474Z active_slot: B,
78512026-06-02T17:53:55.474Z persistent_boot_preference: A,
78522026-06-02T17:53:55.474Z pending_persistent_boot_preference: Some(
78532026-06-02T17:53:55.474Z A,
78542026-06-02T17:53:55.474Z ),
78552026-06-02T17:53:55.474Z transient_boot_preference: Some(
78562026-06-02T17:53:55.474Z B,
78572026-06-02T17:53:55.474Z ),
78582026-06-02T17:53:55.474Z slot_a_sha3_256_digest: Some(
78592026-06-02T17:53:55.474Z "slotAdigest2",
78602026-06-02T17:53:55.474Z ),
78612026-06-02T17:53:55.475Z slot_b_sha3_256_digest: Some(
78622026-06-02T17:53:55.475Z "slotBdigest2",
78632026-06-02T17:53:55.475Z ),
78642026-06-02T17:53:55.475Z stage0_digest: None,
78652026-06-02T17:53:55.475Z stage0next_digest: None,
78662026-06-02T17:53:55.475Z slot_a_error: None,
78672026-06-02T17:53:55.475Z slot_b_error: None,
78682026-06-02T17:53:55.475Z stage0_error: None,
78692026-06-02T17:53:55.475Z stage0next_error: None,
78702026-06-02T17:53:55.475Z },
78712026-06-02T17:53:55.475Z BaseboardId {
78722026-06-02T17:53:55.475Z part_number: "model3",
78732026-06-02T17:53:55.475Z serial_number: "s1",
78742026-06-02T17:53:55.475Z }: RotState {
78752026-06-02T17:53:55.475Z time_collected: 2026-06-02T17:53:54.618408Z,
78762026-06-02T17:53:55.475Z source: "fake MGS 2",
78772026-06-02T17:53:55.475Z active_slot: B,
78782026-06-02T17:53:55.475Z persistent_boot_preference: A,
78792026-06-02T17:53:55.475Z pending_persistent_boot_preference: None,
78802026-06-02T17:53:55.475Z transient_boot_preference: None,
78812026-06-02T17:53:55.475Z slot_a_sha3_256_digest: Some(
78822026-06-02T17:53:55.475Z "slotAdigest3",
78832026-06-02T17:53:55.475Z ),
78842026-06-02T17:53:55.475Z slot_b_sha3_256_digest: Some(
78852026-06-02T17:53:55.475Z "slotBdigest3",
78862026-06-02T17:53:55.475Z ),
78872026-06-02T17:53:55.475Z stage0_digest: None,
78882026-06-02T17:53:55.475Z stage0next_digest: None,
78892026-06-02T17:53:55.475Z slot_a_error: None,
78902026-06-02T17:53:55.475Z slot_b_error: None,
78912026-06-02T17:53:55.475Z stage0_error: None,
78922026-06-02T17:53:55.479Z stage0next_error: None,
78932026-06-02T17:53:55.480Z },
78942026-06-02T17:53:55.480Z BaseboardId {
78952026-06-02T17:53:55.480Z part_number: "model4",
78962026-06-02T17:53:55.480Z serial_number: "s2",
78972026-06-02T17:53:55.480Z }: RotState {
78982026-06-02T17:53:55.480Z time_collected: 2026-06-02T17:53:54.618411Z,
78992026-06-02T17:53:55.480Z source: "fake MGS 1",
79002026-06-02T17:53:55.480Z active_slot: B,
79012026-06-02T17:53:55.480Z persistent_boot_preference: A,
79022026-06-02T17:53:55.480Z pending_persistent_boot_preference: None,
79032026-06-02T17:53:55.480Z transient_boot_preference: None,
79042026-06-02T17:53:55.480Z slot_a_sha3_256_digest: Some(
79052026-06-02T17:53:55.480Z "slotAdigest4",
79062026-06-02T17:53:55.480Z ),
79072026-06-02T17:53:55.480Z slot_b_sha3_256_digest: Some(
79082026-06-02T17:53:55.480Z "slotBdigest4",
79092026-06-02T17:53:55.480Z ),
79102026-06-02T17:53:55.480Z stage0_digest: None,
79112026-06-02T17:53:55.480Z stage0next_digest: None,
79122026-06-02T17:53:55.480Z slot_a_error: None,
79132026-06-02T17:53:55.480Z slot_b_error: None,
79142026-06-02T17:53:55.480Z stage0_error: None,
79152026-06-02T17:53:55.480Z stage0next_error: None,
79162026-06-02T17:53:55.480Z },
79172026-06-02T17:53:55.480Z },
79182026-06-02T17:53:55.480Z cabooses_found: {
79192026-06-02T17:53:55.481Z SpSlot0: {
79202026-06-02T17:53:55.481Z BaseboardId {
79212026-06-02T17:53:55.481Z part_number: "model1",
79222026-06-02T17:53:55.481Z serial_number: "s1",
79232026-06-02T17:53:55.481Z }: CabooseFound {
79242026-06-02T17:53:55.481Z time_collected: 2026-06-02T17:53:54.618930Z,
79252026-06-02T17:53:55.481Z source: "test suite",
79262026-06-02T17:53:55.481Z caboose: Caboose {
79272026-06-02T17:53:55.481Z board: "board_1",
79282026-06-02T17:53:55.481Z git_commit: "git_commit_1",
79292026-06-02T17:53:55.481Z name: "name_1",
79302026-06-02T17:53:55.481Z version: "version_1",
79312026-06-02T17:53:55.481Z sign: Some(
79322026-06-02T17:53:55.481Z "sign_1",
79332026-06-02T17:53:55.481Z ),
79342026-06-02T17:53:55.481Z },
79352026-06-02T17:53:55.481Z },
79362026-06-02T17:53:55.481Z BaseboardId {
79372026-06-02T17:53:55.481Z part_number: "model2",
79382026-06-02T17:53:55.481Z serial_number: "s1",
79392026-06-02T17:53:55.481Z }: CabooseFound {
79402026-06-02T17:53:55.481Z time_collected: 2026-06-02T17:53:54.619009Z,
79412026-06-02T17:53:55.481Z source: "test suite",
79422026-06-02T17:53:55.481Z caboose: Caboose {
79432026-06-02T17:53:55.481Z board: "board_1",
79442026-06-02T17:53:55.481Z git_commit: "git_commit_1",
79452026-06-02T17:53:55.482Z name: "name_1",
79462026-06-02T17:53:55.482Z version: "version_1",
79472026-06-02T17:53:55.482Z sign: Some(
79482026-06-02T17:53:55.482Z "sign_1",
79492026-06-02T17:53:55.482Z ),
79502026-06-02T17:53:55.482Z },
79512026-06-02T17:53:55.482Z },
79522026-06-02T17:53:55.482Z BaseboardId {
79532026-06-02T17:53:55.482Z part_number: "model3",
79542026-06-02T17:53:55.482Z serial_number: "s1",
79552026-06-02T17:53:55.482Z }: CabooseFound {
79562026-06-02T17:53:55.482Z time_collected: 2026-06-02T17:53:54.619017Z,
79572026-06-02T17:53:55.482Z source: "test suite",
79582026-06-02T17:53:55.482Z caboose: Caboose {
79592026-06-02T17:53:55.482Z board: "board_1",
79602026-06-02T17:53:55.482Z git_commit: "git_commit_1",
79612026-06-02T17:53:55.482Z name: "name_1",
79622026-06-02T17:53:55.482Z version: "version_1",
79632026-06-02T17:53:55.482Z sign: Some(
79642026-06-02T17:53:55.482Z "sign_1",
79652026-06-02T17:53:55.482Z ),
79662026-06-02T17:53:55.482Z },
79672026-06-02T17:53:55.482Z },
79682026-06-02T17:53:55.482Z BaseboardId {
79692026-06-02T17:53:55.483Z part_number: "model4",
79702026-06-02T17:53:55.483Z serial_number: "s2",
79712026-06-02T17:53:55.483Z }: CabooseFound {
79722026-06-02T17:53:55.483Z time_collected: 2026-06-02T17:53:54.619026Z,
79732026-06-02T17:53:55.483Z source: "test suite",
79742026-06-02T17:53:55.483Z caboose: Caboose {
79752026-06-02T17:53:55.483Z board: "board_psc_sp_0",
79762026-06-02T17:53:55.483Z git_commit: "git_commit_psc_sp_0",
79772026-06-02T17:53:55.483Z name: "name_psc_sp_0",
79782026-06-02T17:53:55.483Z version: "version_psc_sp_0",
79792026-06-02T17:53:55.483Z sign: Some(
79802026-06-02T17:53:55.483Z "sign_psc_sp_0",
79812026-06-02T17:53:55.483Z ),
79822026-06-02T17:53:55.483Z },
79832026-06-02T17:53:55.483Z },
79842026-06-02T17:53:55.483Z },
79852026-06-02T17:53:55.483Z SpSlot1: {
79862026-06-02T17:53:55.483Z BaseboardId {
79872026-06-02T17:53:55.483Z part_number: "model1",
79882026-06-02T17:53:55.483Z serial_number: "s1",
79892026-06-02T17:53:55.483Z }: CabooseFound {
79902026-06-02T17:53:55.483Z time_collected: 2026-06-02T17:53:54.618997Z,
79912026-06-02T17:53:55.483Z source: "test suite",
79922026-06-02T17:53:55.489Z caboose: Caboose {
79932026-06-02T17:53:55.489Z board: "board_1",
79942026-06-02T17:53:55.489Z git_commit: "git_commit_1",
79952026-06-02T17:53:55.489Z name: "name_1",
79962026-06-02T17:53:55.489Z version: "version_1",
79972026-06-02T17:53:55.489Z sign: Some(
79982026-06-02T17:53:55.489Z "sign_1",
79992026-06-02T17:53:55.489Z ),
80002026-06-02T17:53:55.489Z },
80012026-06-02T17:53:55.489Z },
80022026-06-02T17:53:55.489Z BaseboardId {
80032026-06-02T17:53:55.489Z part_number: "model2",
80042026-06-02T17:53:55.489Z serial_number: "s1",
80052026-06-02T17:53:55.489Z }: CabooseFound {
80062026-06-02T17:53:55.489Z time_collected: 2026-06-02T17:53:54.619011Z,
80072026-06-02T17:53:55.489Z source: "test suite",
80082026-06-02T17:53:55.489Z caboose: Caboose {
80092026-06-02T17:53:55.489Z board: "board_1",
80102026-06-02T17:53:55.489Z git_commit: "git_commit_1",
80112026-06-02T17:53:55.489Z name: "name_1",
80122026-06-02T17:53:55.489Z version: "version_1",
80132026-06-02T17:53:55.489Z sign: Some(
80142026-06-02T17:53:55.489Z "sign_1",
80152026-06-02T17:53:55.490Z ),
80162026-06-02T17:53:55.490Z },
80172026-06-02T17:53:55.490Z },
80182026-06-02T17:53:55.490Z BaseboardId {
80192026-06-02T17:53:55.490Z part_number: "model3",
80202026-06-02T17:53:55.490Z serial_number: "s1",
80212026-06-02T17:53:55.490Z }: CabooseFound {
80222026-06-02T17:53:55.490Z time_collected: 2026-06-02T17:53:54.619018Z,
80232026-06-02T17:53:55.490Z source: "test suite",
80242026-06-02T17:53:55.490Z caboose: Caboose {
80252026-06-02T17:53:55.490Z board: "board_1",
80262026-06-02T17:53:55.490Z git_commit: "git_commit_1",
80272026-06-02T17:53:55.490Z name: "name_1",
80282026-06-02T17:53:55.490Z version: "version_1",
80292026-06-02T17:53:55.490Z sign: Some(
80302026-06-02T17:53:55.490Z "sign_1",
80312026-06-02T17:53:55.490Z ),
80322026-06-02T17:53:55.490Z },
80332026-06-02T17:53:55.490Z },
80342026-06-02T17:53:55.490Z BaseboardId {
80352026-06-02T17:53:55.490Z part_number: "model4",
80362026-06-02T17:53:55.490Z serial_number: "s2",
80372026-06-02T17:53:55.490Z }: CabooseFound {
80382026-06-02T17:53:55.490Z time_collected: 2026-06-02T17:53:54.619028Z,
80392026-06-02T17:53:55.490Z source: "test suite",
80402026-06-02T17:53:55.491Z caboose: Caboose {
80412026-06-02T17:53:55.491Z board: "board_psc_sp_1",
80422026-06-02T17:53:55.491Z git_commit: "git_commit_psc_sp_1",
80432026-06-02T17:53:55.491Z name: "name_psc_sp_1",
80442026-06-02T17:53:55.491Z version: "version_psc_sp_1",
80452026-06-02T17:53:55.491Z sign: Some(
80462026-06-02T17:53:55.491Z "sign_psc_sp_1",
80472026-06-02T17:53:55.491Z ),
80482026-06-02T17:53:55.491Z },
80492026-06-02T17:53:55.491Z },
80502026-06-02T17:53:55.491Z },
80512026-06-02T17:53:55.491Z RotSlotA: {
80522026-06-02T17:53:55.491Z BaseboardId {
80532026-06-02T17:53:55.491Z part_number: "model1",
80542026-06-02T17:53:55.491Z serial_number: "s1",
80552026-06-02T17:53:55.491Z }: CabooseFound {
80562026-06-02T17:53:55.491Z time_collected: 2026-06-02T17:53:54.618998Z,
80572026-06-02T17:53:55.491Z source: "test suite",
80582026-06-02T17:53:55.491Z caboose: Caboose {
80592026-06-02T17:53:55.491Z board: "board_1",
80602026-06-02T17:53:55.491Z git_commit: "git_commit_1",
80612026-06-02T17:53:55.491Z name: "name_1",
80622026-06-02T17:53:55.491Z version: "version_1",
80632026-06-02T17:53:55.492Z sign: Some(
80642026-06-02T17:53:55.492Z "sign_1",
80652026-06-02T17:53:55.492Z ),
80662026-06-02T17:53:55.492Z },
80672026-06-02T17:53:55.492Z },
80682026-06-02T17:53:55.492Z BaseboardId {
80692026-06-02T17:53:55.492Z part_number: "model2",
80702026-06-02T17:53:55.492Z serial_number: "s1",
80712026-06-02T17:53:55.492Z }: CabooseFound {
80722026-06-02T17:53:55.492Z time_collected: 2026-06-02T17:53:54.619012Z,
80732026-06-02T17:53:55.492Z source: "test suite",
80742026-06-02T17:53:55.492Z caboose: Caboose {
80752026-06-02T17:53:55.492Z board: "board_1",
80762026-06-02T17:53:55.492Z git_commit: "git_commit_1",
80772026-06-02T17:53:55.492Z name: "name_1",
80782026-06-02T17:53:55.492Z version: "version_1",
80792026-06-02T17:53:55.492Z sign: Some(
80802026-06-02T17:53:55.492Z "sign_1",
80812026-06-02T17:53:55.492Z ),
80822026-06-02T17:53:55.492Z },
80832026-06-02T17:53:55.492Z },
80842026-06-02T17:53:55.492Z BaseboardId {
80852026-06-02T17:53:55.492Z part_number: "model3",
80862026-06-02T17:53:55.492Z serial_number: "s1",
80872026-06-02T17:53:55.492Z }: CabooseFound {
80882026-06-02T17:53:55.492Z time_collected: 2026-06-02T17:53:54.619019Z,
80892026-06-02T17:53:55.492Z source: "test suite",
80902026-06-02T17:53:55.493Z caboose: Caboose {
80912026-06-02T17:53:55.493Z board: "board_1",
80922026-06-02T17:53:55.500Z git_commit: "git_commit_1",
80932026-06-02T17:53:55.500Z name: "name_1",
80942026-06-02T17:53:55.501Z version: "version_1",
80952026-06-02T17:53:55.501Z sign: Some(
80962026-06-02T17:53:55.501Z "sign_1",
80972026-06-02T17:53:55.501Z ),
80982026-06-02T17:53:55.501Z },
80992026-06-02T17:53:55.501Z },
81002026-06-02T17:53:55.501Z BaseboardId {
81012026-06-02T17:53:55.501Z part_number: "model4",
81022026-06-02T17:53:55.501Z serial_number: "s2",
81032026-06-02T17:53:55.501Z }: CabooseFound {
81042026-06-02T17:53:55.501Z time_collected: 2026-06-02T17:53:54.619029Z,
81052026-06-02T17:53:55.501Z source: "test suite",
81062026-06-02T17:53:55.501Z caboose: Caboose {
81072026-06-02T17:53:55.501Z board: "board_psc_rot_a",
81082026-06-02T17:53:55.501Z git_commit: "git_commit_psc_rot_a",
81092026-06-02T17:53:55.501Z name: "name_psc_rot_a",
81102026-06-02T17:53:55.501Z version: "version_psc_rot_a",
81112026-06-02T17:53:55.501Z sign: Some(
81122026-06-02T17:53:55.501Z "sign_psc_rot_a",
81132026-06-02T17:53:55.501Z ),
81142026-06-02T17:53:55.501Z },
81152026-06-02T17:53:55.501Z },
81162026-06-02T17:53:55.501Z },
81172026-06-02T17:53:55.501Z RotSlotB: {
81182026-06-02T17:53:55.502Z BaseboardId {
81192026-06-02T17:53:55.502Z part_number: "model1",
81202026-06-02T17:53:55.502Z serial_number: "s1",
81212026-06-02T17:53:55.502Z }: CabooseFound {
81222026-06-02T17:53:55.502Z time_collected: 2026-06-02T17:53:54.619Z,
81232026-06-02T17:53:55.502Z source: "test suite",
81242026-06-02T17:53:55.502Z caboose: Caboose {
81252026-06-02T17:53:55.502Z board: "board_1",
81262026-06-02T17:53:55.502Z git_commit: "git_commit_1",
81272026-06-02T17:53:55.502Z name: "name_1",
81282026-06-02T17:53:55.502Z version: "version_1",
81292026-06-02T17:53:55.502Z sign: Some(
81302026-06-02T17:53:55.502Z "sign_1",
81312026-06-02T17:53:55.502Z ),
81322026-06-02T17:53:55.502Z },
81332026-06-02T17:53:55.502Z },
81342026-06-02T17:53:55.502Z BaseboardId {
81352026-06-02T17:53:55.502Z part_number: "model2",
81362026-06-02T17:53:55.502Z serial_number: "s1",
81372026-06-02T17:53:55.502Z }: CabooseFound {
81382026-06-02T17:53:55.502Z time_collected: 2026-06-02T17:53:54.619013Z,
81392026-06-02T17:53:55.503Z source: "test suite",
81402026-06-02T17:53:55.503Z caboose: Caboose {
81412026-06-02T17:53:55.503Z board: "board_1",
81422026-06-02T17:53:55.503Z git_commit: "git_commit_1",
81432026-06-02T17:53:55.503Z name: "name_1",
81442026-06-02T17:53:55.503Z version: "version_1",
81452026-06-02T17:53:55.503Z sign: Some(
81462026-06-02T17:53:55.503Z "sign_1",
81472026-06-02T17:53:55.503Z ),
81482026-06-02T17:53:55.503Z },
81492026-06-02T17:53:55.503Z },
81502026-06-02T17:53:55.503Z BaseboardId {
81512026-06-02T17:53:55.503Z part_number: "model3",
81522026-06-02T17:53:55.503Z serial_number: "s1",
81532026-06-02T17:53:55.503Z }: CabooseFound {
81542026-06-02T17:53:55.503Z time_collected: 2026-06-02T17:53:54.619020Z,
81552026-06-02T17:53:55.503Z source: "test suite",
81562026-06-02T17:53:55.503Z caboose: Caboose {
81572026-06-02T17:53:55.503Z board: "board_1",
81582026-06-02T17:53:55.503Z git_commit: "git_commit_1",
81592026-06-02T17:53:55.503Z name: "name_1",
81602026-06-02T17:53:55.503Z version: "version_1",
81612026-06-02T17:53:55.503Z sign: Some(
81622026-06-02T17:53:55.503Z "sign_1",
81632026-06-02T17:53:55.503Z ),
81642026-06-02T17:53:55.504Z },
81652026-06-02T17:53:55.504Z },
81662026-06-02T17:53:55.504Z BaseboardId {
81672026-06-02T17:53:55.504Z part_number: "model4",
81682026-06-02T17:53:55.504Z serial_number: "s2",
81692026-06-02T17:53:55.504Z }: CabooseFound {
81702026-06-02T17:53:55.504Z time_collected: 2026-06-02T17:53:54.619031Z,
81712026-06-02T17:53:55.504Z source: "test suite",
81722026-06-02T17:53:55.504Z caboose: Caboose {
81732026-06-02T17:53:55.504Z board: "board_psc_rot_b",
81742026-06-02T17:53:55.504Z git_commit: "git_commit_psc_rot_b",
81752026-06-02T17:53:55.504Z name: "name_psc_rot_b",
81762026-06-02T17:53:55.504Z version: "version_psc_rot_b",
81772026-06-02T17:53:55.504Z sign: Some(
81782026-06-02T17:53:55.504Z "sign_psc_rot_b",
81792026-06-02T17:53:55.504Z ),
81802026-06-02T17:53:55.504Z },
81812026-06-02T17:53:55.504Z },
81822026-06-02T17:53:55.504Z },
81832026-06-02T17:53:55.504Z Stage0: {
81842026-06-02T17:53:55.504Z BaseboardId {
81852026-06-02T17:53:55.504Z part_number: "model1",
81862026-06-02T17:53:55.504Z serial_number: "s1",
81872026-06-02T17:53:55.504Z }: CabooseFound {
81882026-06-02T17:53:55.504Z time_collected: 2026-06-02T17:53:54.619001Z,
81892026-06-02T17:53:55.505Z source: "test suite",
81902026-06-02T17:53:55.505Z caboose: Caboose {
81912026-06-02T17:53:55.505Z board: "board_1",
81922026-06-02T17:53:55.510Z git_commit: "git_commit_1",
81932026-06-02T17:53:55.510Z name: "name_1",
81942026-06-02T17:53:55.510Z version: "version_1",
81952026-06-02T17:53:55.510Z sign: Some(
81962026-06-02T17:53:55.510Z "sign_1",
81972026-06-02T17:53:55.510Z ),
81982026-06-02T17:53:55.510Z },
81992026-06-02T17:53:55.510Z },
82002026-06-02T17:53:55.510Z BaseboardId {
82012026-06-02T17:53:55.510Z part_number: "model2",
82022026-06-02T17:53:55.510Z serial_number: "s1",
82032026-06-02T17:53:55.510Z }: CabooseFound {
82042026-06-02T17:53:55.510Z time_collected: 2026-06-02T17:53:54.619015Z,
82052026-06-02T17:53:55.510Z source: "test suite",
82062026-06-02T17:53:55.510Z caboose: Caboose {
82072026-06-02T17:53:55.510Z board: "board_1",
82082026-06-02T17:53:55.510Z git_commit: "git_commit_1",
82092026-06-02T17:53:55.510Z name: "name_1",
82102026-06-02T17:53:55.511Z version: "version_1",
82112026-06-02T17:53:55.511Z sign: Some(
82122026-06-02T17:53:55.511Z "sign_1",
82132026-06-02T17:53:55.511Z ),
82142026-06-02T17:53:55.511Z },
82152026-06-02T17:53:55.511Z },
82162026-06-02T17:53:55.511Z BaseboardId {
82172026-06-02T17:53:55.511Z part_number: "model3",
82182026-06-02T17:53:55.511Z serial_number: "s1",
82192026-06-02T17:53:55.511Z }: CabooseFound {
82202026-06-02T17:53:55.511Z time_collected: 2026-06-02T17:53:54.619022Z,
82212026-06-02T17:53:55.511Z source: "test suite",
82222026-06-02T17:53:55.511Z caboose: Caboose {
82232026-06-02T17:53:55.511Z board: "board_1",
82242026-06-02T17:53:55.511Z git_commit: "git_commit_1",
82252026-06-02T17:53:55.511Z name: "name_1",
82262026-06-02T17:53:55.511Z version: "version_1",
82272026-06-02T17:53:55.511Z sign: Some(
82282026-06-02T17:53:55.511Z "sign_1",
82292026-06-02T17:53:55.511Z ),
82302026-06-02T17:53:55.511Z },
82312026-06-02T17:53:55.511Z },
82322026-06-02T17:53:55.511Z },
82332026-06-02T17:53:55.511Z Stage0Next: {
82342026-06-02T17:53:55.511Z BaseboardId {
82352026-06-02T17:53:55.511Z part_number: "model1",
82362026-06-02T17:53:55.511Z serial_number: "s1",
82372026-06-02T17:53:55.511Z }: CabooseFound {
82382026-06-02T17:53:55.511Z time_collected: 2026-06-02T17:53:54.619007Z,
82392026-06-02T17:53:55.512Z source: "test suite",
82402026-06-02T17:53:55.512Z caboose: Caboose {
82412026-06-02T17:53:55.512Z board: "board_1",
82422026-06-02T17:53:55.512Z git_commit: "git_commit_1",
82432026-06-02T17:53:55.512Z name: "name_1",
82442026-06-02T17:53:55.512Z version: "version_1",
82452026-06-02T17:53:55.512Z sign: Some(
82462026-06-02T17:53:55.512Z "sign_1",
82472026-06-02T17:53:55.512Z ),
82482026-06-02T17:53:55.512Z },
82492026-06-02T17:53:55.512Z },
82502026-06-02T17:53:55.512Z BaseboardId {
82512026-06-02T17:53:55.512Z part_number: "model2",
82522026-06-02T17:53:55.512Z serial_number: "s1",
82532026-06-02T17:53:55.512Z }: CabooseFound {
82542026-06-02T17:53:55.512Z time_collected: 2026-06-02T17:53:54.619016Z,
82552026-06-02T17:53:55.512Z source: "test suite",
82562026-06-02T17:53:55.512Z caboose: Caboose {
82572026-06-02T17:53:55.512Z board: "board_1",
82582026-06-02T17:53:55.512Z git_commit: "git_commit_1",
82592026-06-02T17:53:55.512Z name: "name_1",
82602026-06-02T17:53:55.512Z version: "version_1",
82612026-06-02T17:53:55.512Z sign: Some(
82622026-06-02T17:53:55.513Z "sign_1",
82632026-06-02T17:53:55.513Z ),
82642026-06-02T17:53:55.513Z },
82652026-06-02T17:53:55.513Z },
82662026-06-02T17:53:55.513Z BaseboardId {
82672026-06-02T17:53:55.513Z part_number: "model3",
82682026-06-02T17:53:55.513Z serial_number: "s1",
82692026-06-02T17:53:55.513Z }: CabooseFound {
82702026-06-02T17:53:55.513Z time_collected: 2026-06-02T17:53:54.619023Z,
82712026-06-02T17:53:55.513Z source: "test suite",
82722026-06-02T17:53:55.513Z caboose: Caboose {
82732026-06-02T17:53:55.513Z board: "board_1",
82742026-06-02T17:53:55.513Z git_commit: "git_commit_1",
82752026-06-02T17:53:55.513Z name: "name_1",
82762026-06-02T17:53:55.513Z version: "version_1",
82772026-06-02T17:53:55.513Z sign: Some(
82782026-06-02T17:53:55.513Z "sign_1",
82792026-06-02T17:53:55.513Z ),
82802026-06-02T17:53:55.513Z },
82812026-06-02T17:53:55.513Z },
82822026-06-02T17:53:55.513Z },
82832026-06-02T17:53:55.513Z },
82842026-06-02T17:53:55.513Z rot_pages_found: {
82852026-06-02T17:53:55.513Z Cmpa: {
82862026-06-02T17:53:55.513Z BaseboardId {
82872026-06-02T17:53:55.513Z part_number: "model1",
82882026-06-02T17:53:55.513Z serial_number: "s1",
82892026-06-02T17:53:55.513Z }: RotPageFound {
82902026-06-02T17:53:55.513Z time_collected: 2026-06-02T17:53:54.619089Z,
82912026-06-02T17:53:55.513Z source: "test suite",
82922026-06-02T17:53:55.517Z page: RotPage {
82932026-06-02T17:53:55.517Z data_base64: "MQ==",
82942026-06-02T17:53:55.517Z },
82952026-06-02T17:53:55.517Z },
82962026-06-02T17:53:55.517Z BaseboardId {
82972026-06-02T17:53:55.518Z part_number: "model1",
82982026-06-02T17:53:55.518Z serial_number: "s2",
82992026-06-02T17:53:55.518Z }: RotPageFound {
83002026-06-02T17:53:55.518Z time_collected: 2026-06-02T17:53:54.619105Z,
83012026-06-02T17:53:55.518Z source: "test suite",
83022026-06-02T17:53:55.518Z page: RotPage {
83032026-06-02T17:53:55.518Z data_base64: "MQ==",
83042026-06-02T17:53:55.518Z },
83052026-06-02T17:53:55.518Z },
83062026-06-02T17:53:55.518Z BaseboardId {
83072026-06-02T17:53:55.518Z part_number: "model3",
83082026-06-02T17:53:55.518Z serial_number: "s1",
83092026-06-02T17:53:55.518Z }: RotPageFound {
83102026-06-02T17:53:55.518Z time_collected: 2026-06-02T17:53:54.619110Z,
83112026-06-02T17:53:55.518Z source: "test suite",
83122026-06-02T17:53:55.518Z page: RotPage {
83132026-06-02T17:53:55.518Z data_base64: "MQ==",
83142026-06-02T17:53:55.518Z },
83152026-06-02T17:53:55.518Z },
83162026-06-02T17:53:55.518Z BaseboardId {
83172026-06-02T17:53:55.518Z part_number: "model4",
83182026-06-02T17:53:55.518Z serial_number: "s2",
83192026-06-02T17:53:55.518Z }: RotPageFound {
83202026-06-02T17:53:55.518Z time_collected: 2026-06-02T17:53:54.619121Z,
83212026-06-02T17:53:55.518Z source: "test suite",
83222026-06-02T17:53:55.518Z page: RotPage {
83232026-06-02T17:53:55.518Z data_base64: "cHNjIGNtcGE=",
83242026-06-02T17:53:55.518Z },
83252026-06-02T17:53:55.518Z },
83262026-06-02T17:53:55.518Z },
83272026-06-02T17:53:55.518Z CfpaActive: {
83282026-06-02T17:53:55.518Z BaseboardId {
83292026-06-02T17:53:55.518Z part_number: "model1",
83302026-06-02T17:53:55.518Z serial_number: "s1",
83312026-06-02T17:53:55.518Z }: RotPageFound {
83322026-06-02T17:53:55.518Z time_collected: 2026-06-02T17:53:54.619097Z,
83332026-06-02T17:53:55.519Z source: "test suite",
83342026-06-02T17:53:55.519Z page: RotPage {
83352026-06-02T17:53:55.519Z data_base64: "MQ==",
83362026-06-02T17:53:55.519Z },
83372026-06-02T17:53:55.519Z },
83382026-06-02T17:53:55.519Z BaseboardId {
83392026-06-02T17:53:55.519Z part_number: "model1",
83402026-06-02T17:53:55.519Z serial_number: "s2",
83412026-06-02T17:53:55.519Z }: RotPageFound {
83422026-06-02T17:53:55.519Z time_collected: 2026-06-02T17:53:54.619106Z,
83432026-06-02T17:53:55.519Z source: "test suite",
83442026-06-02T17:53:55.519Z page: RotPage {
83452026-06-02T17:53:55.519Z data_base64: "MQ==",
83462026-06-02T17:53:55.519Z },
83472026-06-02T17:53:55.519Z },
83482026-06-02T17:53:55.519Z BaseboardId {
83492026-06-02T17:53:55.519Z part_number: "model3",
83502026-06-02T17:53:55.519Z serial_number: "s1",
83512026-06-02T17:53:55.519Z }: RotPageFound {
83522026-06-02T17:53:55.519Z time_collected: 2026-06-02T17:53:54.619111Z,
83532026-06-02T17:53:55.519Z source: "test suite",
83542026-06-02T17:53:55.519Z page: RotPage {
83552026-06-02T17:53:55.519Z data_base64: "MQ==",
83562026-06-02T17:53:55.519Z },
83572026-06-02T17:53:55.519Z },
83582026-06-02T17:53:55.519Z BaseboardId {
83592026-06-02T17:53:55.519Z part_number: "model4",
83602026-06-02T17:53:55.519Z serial_number: "s2",
83612026-06-02T17:53:55.519Z }: RotPageFound {
83622026-06-02T17:53:55.519Z time_collected: 2026-06-02T17:53:54.619125Z,
83632026-06-02T17:53:55.519Z source: "test suite",
83642026-06-02T17:53:55.519Z page: RotPage {
83652026-06-02T17:53:55.519Z data_base64: "cHNjIGNmcGEgYWN0aXZl",
83662026-06-02T17:53:55.519Z },
83672026-06-02T17:53:55.519Z },
83682026-06-02T17:53:55.519Z },
83692026-06-02T17:53:55.519Z CfpaInactive: {
83702026-06-02T17:53:55.519Z BaseboardId {
83712026-06-02T17:53:55.519Z part_number: "model1",
83722026-06-02T17:53:55.520Z serial_number: "s1",
83732026-06-02T17:53:55.520Z }: RotPageFound {
83742026-06-02T17:53:55.520Z time_collected: 2026-06-02T17:53:54.619098Z,
83752026-06-02T17:53:55.520Z source: "test suite",
83762026-06-02T17:53:55.520Z page: RotPage {
83772026-06-02T17:53:55.520Z data_base64: "MQ==",
83782026-06-02T17:53:55.520Z },
83792026-06-02T17:53:55.520Z },
83802026-06-02T17:53:55.521Z BaseboardId {
83812026-06-02T17:53:55.521Z part_number: "model1",
83822026-06-02T17:53:55.521Z serial_number: "s2",
83832026-06-02T17:53:55.521Z }: RotPageFound {
83842026-06-02T17:53:55.521Z time_collected: 2026-06-02T17:53:54.619107Z,
83852026-06-02T17:53:55.521Z source: "test suite",
83862026-06-02T17:53:55.521Z page: RotPage {
83872026-06-02T17:53:55.521Z data_base64: "MQ==",
83882026-06-02T17:53:55.521Z },
83892026-06-02T17:53:55.521Z },
83902026-06-02T17:53:55.521Z BaseboardId {
83912026-06-02T17:53:55.521Z part_number: "model3",
83922026-06-02T17:53:55.526Z serial_number: "s1",
83932026-06-02T17:53:55.526Z }: RotPageFound {
83942026-06-02T17:53:55.527Z time_collected: 2026-06-02T17:53:54.619112Z,
83952026-06-02T17:53:55.527Z source: "test suite",
83962026-06-02T17:53:55.527Z page: RotPage {
83972026-06-02T17:53:55.527Z data_base64: "MQ==",
83982026-06-02T17:53:55.527Z },
83992026-06-02T17:53:55.527Z },
84002026-06-02T17:53:55.527Z BaseboardId {
84012026-06-02T17:53:55.527Z part_number: "model4",
84022026-06-02T17:53:55.527Z serial_number: "s2",
84032026-06-02T17:53:55.527Z }: RotPageFound {
84042026-06-02T17:53:55.527Z time_collected: 2026-06-02T17:53:54.619126Z,
84052026-06-02T17:53:55.527Z source: "test suite",
84062026-06-02T17:53:55.527Z page: RotPage {
84072026-06-02T17:53:55.527Z data_base64: "cHNjIGNmcGEgaW5hY3RpdmU=",
84082026-06-02T17:53:55.527Z },
84092026-06-02T17:53:55.527Z },
84102026-06-02T17:53:55.527Z },
84112026-06-02T17:53:55.527Z CfpaScratch: {
84122026-06-02T17:53:55.527Z BaseboardId {
84132026-06-02T17:53:55.527Z part_number: "model1",
84142026-06-02T17:53:55.527Z serial_number: "s1",
84152026-06-02T17:53:55.527Z }: RotPageFound {
84162026-06-02T17:53:55.527Z time_collected: 2026-06-02T17:53:54.619100Z,
84172026-06-02T17:53:55.528Z source: "test suite",
84182026-06-02T17:53:55.528Z page: RotPage {
84192026-06-02T17:53:55.528Z data_base64: "MQ==",
84202026-06-02T17:53:55.528Z },
84212026-06-02T17:53:55.528Z },
84222026-06-02T17:53:55.528Z BaseboardId {
84232026-06-02T17:53:55.528Z part_number: "model1",
84242026-06-02T17:53:55.528Z serial_number: "s2",
84252026-06-02T17:53:55.528Z }: RotPageFound {
84262026-06-02T17:53:55.528Z time_collected: 2026-06-02T17:53:54.619108Z,
84272026-06-02T17:53:55.528Z source: "test suite",
84282026-06-02T17:53:55.528Z page: RotPage {
84292026-06-02T17:53:55.528Z data_base64: "MQ==",
84302026-06-02T17:53:55.528Z },
84312026-06-02T17:53:55.528Z },
84322026-06-02T17:53:55.528Z BaseboardId {
84332026-06-02T17:53:55.528Z part_number: "model3",
84342026-06-02T17:53:55.528Z serial_number: "s1",
84352026-06-02T17:53:55.528Z }: RotPageFound {
84362026-06-02T17:53:55.528Z time_collected: 2026-06-02T17:53:54.619113Z,
84372026-06-02T17:53:55.528Z source: "test suite",
84382026-06-02T17:53:55.528Z page: RotPage {
84392026-06-02T17:53:55.528Z data_base64: "MQ==",
84402026-06-02T17:53:55.528Z },
84412026-06-02T17:53:55.528Z },
84422026-06-02T17:53:55.529Z BaseboardId {
84432026-06-02T17:53:55.529Z part_number: "model4",
84442026-06-02T17:53:55.529Z serial_number: "s2",
84452026-06-02T17:53:55.529Z }: RotPageFound {
84462026-06-02T17:53:55.529Z time_collected: 2026-06-02T17:53:54.619128Z,
84472026-06-02T17:53:55.529Z source: "test suite",
84482026-06-02T17:53:55.529Z page: RotPage {
84492026-06-02T17:53:55.529Z data_base64: "cHNjIGNmcGEgc2NyYXRjaA==",
84502026-06-02T17:53:55.529Z },
84512026-06-02T17:53:55.529Z },
84522026-06-02T17:53:55.529Z },
84532026-06-02T17:53:55.529Z },
84542026-06-02T17:53:55.529Z sled_agents: {
84552026-06-02T17:53:55.529Z 5c5b4cf9-3e13-45fd-871c-f177d6537510 (sled): SledAgent {
84562026-06-02T17:53:55.529Z time_collected: 2026-06-02T17:53:54.625270Z,
84572026-06-02T17:53:55.529Z source: "fake sled agent 6",
84582026-06-02T17:53:55.529Z sled_id: 5c5b4cf9-3e13-45fd-871c-f177d6537510 (sled),
84592026-06-02T17:53:55.529Z baseboard_id: None,
84602026-06-02T17:53:55.529Z sled_agent_address: [::1]:56792,
84612026-06-02T17:53:55.529Z sled_role: Gimlet,
84622026-06-02T17:53:55.529Z usable_hardware_threads: 10,
84632026-06-02T17:53:55.529Z usable_physical_ram: ByteCount(
84642026-06-02T17:53:55.529Z 1048576,
84652026-06-02T17:53:55.529Z ),
84662026-06-02T17:53:55.529Z cpu_family: AmdMilan,
84672026-06-02T17:53:55.530Z reservoir_size: ByteCount(
84682026-06-02T17:53:55.530Z 1024,
84692026-06-02T17:53:55.530Z ),
84702026-06-02T17:53:55.530Z disks: [],
84712026-06-02T17:53:55.530Z zpools: [],
84722026-06-02T17:53:55.530Z datasets: [],
84732026-06-02T17:53:55.530Z ledgered_sled_config: None,
84742026-06-02T17:53:55.530Z reconciler_status: NotYetRun,
84752026-06-02T17:53:55.530Z last_reconciliation: None,
84762026-06-02T17:53:55.530Z file_source_resolver: OmicronFileSourceResolverInventory {
84772026-06-02T17:53:55.530Z zone_manifest: ManifestInventory {
84782026-06-02T17:53:55.530Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/zones.json",
84792026-06-02T17:53:55.530Z boot_inventory: Err(
84802026-06-02T17:53:55.530Z "error reading install metadata: error retrieving metadata for install dataset directory `/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install`: entity not found",
84812026-06-02T17:53:55.530Z ),
84822026-06-02T17:53:55.530Z non_boot_status: {
84832026-06-02T17:53:55.530Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
84842026-06-02T17:53:55.530Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
84852026-06-02T17:53:55.530Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/zones.json",
84862026-06-02T17:53:55.530Z is_valid: true,
84872026-06-02T17:53:55.530Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: 8fedd81b-b15c-48ad-96a3-c4846c8b0baa): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
84882026-06-02T17:53:55.530Z },
84892026-06-02T17:53:55.530Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
84902026-06-02T17:53:55.530Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
84912026-06-02T17:53:55.530Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/zones.json",
84922026-06-02T17:53:55.535Z is_valid: false,
84932026-06-02T17:53:55.535Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: 9daac5b0-ba23-40cd-aae9-e38b7df7341e): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
84942026-06-02T17:53:55.535Z },
84952026-06-02T17:53:55.535Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
84962026-06-02T17:53:55.535Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
84972026-06-02T17:53:55.535Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/zones.json",
84982026-06-02T17:53:55.535Z is_valid: false,
84992026-06-02T17:53:55.535Z message: "read error: error reading install metadata",
85002026-06-02T17:53:55.535Z },
85012026-06-02T17:53:55.535Z },
85022026-06-02T17:53:55.535Z },
85032026-06-02T17:53:55.536Z measurement_manifest: ManifestInventory {
85042026-06-02T17:53:55.536Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/measurements.json",
85052026-06-02T17:53:55.536Z boot_inventory: Err(
85062026-06-02T17:53:55.536Z "error reading install metadata: error retrieving metadata for install dataset directory `/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install`: entity not found",
85072026-06-02T17:53:55.536Z ),
85082026-06-02T17:53:55.536Z non_boot_status: {
85092026-06-02T17:53:55.536Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
85102026-06-02T17:53:55.536Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
85112026-06-02T17:53:55.536Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/measurements.json",
85122026-06-02T17:53:55.536Z is_valid: true,
85132026-06-02T17:53:55.536Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: 8fedd81b-b15c-48ad-96a3-c4846c8b0baa): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
85142026-06-02T17:53:55.536Z },
85152026-06-02T17:53:55.536Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
85162026-06-02T17:53:55.536Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
85172026-06-02T17:53:55.536Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/measurements.json",
85182026-06-02T17:53:55.536Z is_valid: false,
85192026-06-02T17:53:55.536Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: 9daac5b0-ba23-40cd-aae9-e38b7df7341e): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
85202026-06-02T17:53:55.536Z },
85212026-06-02T17:53:55.536Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
85222026-06-02T17:53:55.536Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
85232026-06-02T17:53:55.536Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/measurements.json",
85242026-06-02T17:53:55.536Z is_valid: false,
85252026-06-02T17:53:55.536Z message: "read error: error reading install metadata",
85262026-06-02T17:53:55.536Z },
85272026-06-02T17:53:55.536Z },
85282026-06-02T17:53:55.536Z },
85292026-06-02T17:53:55.537Z mupdate_override: MupdateOverrideInventory {
85302026-06-02T17:53:55.537Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/mupdate-override.json",
85312026-06-02T17:53:55.537Z boot_override: Err(
85322026-06-02T17:53:55.537Z "install metadata read error: error retrieving metadata for install dataset directory `/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install`: entity not found",
85332026-06-02T17:53:55.537Z ),
85342026-06-02T17:53:55.537Z non_boot_status: {
85352026-06-02T17:53:55.537Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): MupdateOverrideNonBootInventory {
85362026-06-02T17:53:55.537Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
85372026-06-02T17:53:55.537Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/mupdate-override.json",
85382026-06-02T17:53:55.537Z is_valid: true,
85392026-06-02T17:53:55.537Z message: "matches boot disk (present)",
85402026-06-02T17:53:55.537Z },
85412026-06-02T17:53:55.537Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): MupdateOverrideNonBootInventory {
85422026-06-02T17:53:55.537Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
85432026-06-02T17:53:55.537Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/mupdate-override.json",
85442026-06-02T17:53:55.537Z is_valid: false,
85452026-06-02T17:53:55.537Z message: "boot disk has override but non-boot disk does not",
85462026-06-02T17:53:55.537Z },
85472026-06-02T17:53:55.537Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): MupdateOverrideNonBootInventory {
85482026-06-02T17:53:55.537Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
85492026-06-02T17:53:55.537Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/mupdate-override.json",
85502026-06-02T17:53:55.537Z is_valid: false,
85512026-06-02T17:53:55.537Z message: "read error: install metadata read error",
85522026-06-02T17:53:55.537Z },
85532026-06-02T17:53:55.537Z },
85542026-06-02T17:53:55.538Z },
85552026-06-02T17:53:55.538Z },
85562026-06-02T17:53:55.538Z smf_services_enabled_not_online: SvcsEnabledNotOnline(
85572026-06-02T17:53:55.538Z SvcsEnabledNotOnline {
85582026-06-02T17:53:55.538Z services: [
85592026-06-02T17:53:55.538Z SvcEnabledNotOnline {
85602026-06-02T17:53:55.538Z fmri: "svc:/site/fake-service:default",
85612026-06-02T17:53:55.539Z zone: "global",
85622026-06-02T17:53:55.539Z state: Maintenance,
85632026-06-02T17:53:55.539Z },
85642026-06-02T17:53:55.539Z ],
85652026-06-02T17:53:55.539Z errors: [
85662026-06-02T17:53:55.539Z "an unimportant error",
85672026-06-02T17:53:55.539Z ],
85682026-06-02T17:53:55.539Z time_of_status: 2026-01-01T00:00:00Z,
85692026-06-02T17:53:55.539Z },
85702026-06-02T17:53:55.539Z ),
85712026-06-02T17:53:55.539Z reference_measurements: {
85722026-06-02T17:53:55.539Z "/this/path": SingleMeasurementInventory {
85732026-06-02T17:53:55.539Z path: "/this/path",
85742026-06-02T17:53:55.539Z result: Ok,
85752026-06-02T17:53:55.539Z },
85762026-06-02T17:53:55.539Z "/this/path2": SingleMeasurementInventory {
85772026-06-02T17:53:55.539Z path: "/this/path2",
85782026-06-02T17:53:55.539Z result: Ok,
85792026-06-02T17:53:55.539Z },
85802026-06-02T17:53:55.539Z },
85812026-06-02T17:53:55.539Z },
85822026-06-02T17:53:55.539Z c4a5325b-e852-4747-b28a-8aaa7eded8a0 (sled): SledAgent {
85832026-06-02T17:53:55.539Z time_collected: 2026-06-02T17:53:54.624976Z,
85842026-06-02T17:53:55.539Z source: "fake sled agent 5",
85852026-06-02T17:53:55.539Z sled_id: c4a5325b-e852-4747-b28a-8aaa7eded8a0 (sled),
85862026-06-02T17:53:55.539Z baseboard_id: None,
85872026-06-02T17:53:55.539Z sled_agent_address: [::1]:56792,
85882026-06-02T17:53:55.539Z sled_role: Gimlet,
85892026-06-02T17:53:55.540Z usable_hardware_threads: 10,
85902026-06-02T17:53:55.540Z usable_physical_ram: ByteCount(
85912026-06-02T17:53:55.540Z 1048576,
85922026-06-02T17:53:55.544Z ),
85932026-06-02T17:53:55.544Z cpu_family: AmdMilan,
85942026-06-02T17:53:55.544Z reservoir_size: ByteCount(
85952026-06-02T17:53:55.544Z 1024,
85962026-06-02T17:53:55.544Z ),
85972026-06-02T17:53:55.544Z disks: [],
85982026-06-02T17:53:55.544Z zpools: [],
85992026-06-02T17:53:55.544Z datasets: [],
86002026-06-02T17:53:55.544Z ledgered_sled_config: Some(
86012026-06-02T17:53:55.544Z OmicronSledConfig {
86022026-06-02T17:53:55.545Z generation: Generation(
86032026-06-02T17:53:55.545Z 5,
86042026-06-02T17:53:55.545Z ),
86052026-06-02T17:53:55.545Z disks: {},
86062026-06-02T17:53:55.545Z datasets: {},
86072026-06-02T17:53:55.545Z zones: {
86082026-06-02T17:53:55.545Z 2deb45cb-7160-47fc-9180-ab14c1731427 (omicron_zone): OmicronZoneConfig {
86092026-06-02T17:53:55.545Z id: 2deb45cb-7160-47fc-9180-ab14c1731427 (omicron_zone),
86102026-06-02T17:53:55.545Z filesystem_pool: None,
86112026-06-02T17:53:55.545Z zone_type: Crucible {
86122026-06-02T17:53:55.545Z address: [fd00:1122:3344:103::c]:32345,
86132026-06-02T17:53:55.545Z dataset: OmicronZoneDataset {
86142026-06-02T17:53:55.545Z pool_name: External(
86152026-06-02T17:53:55.545Z e675c45a-5e1b-4d24-99af-806523ed17d5 (external_zpool),
86162026-06-02T17:53:55.545Z ),
86172026-06-02T17:53:55.545Z },
86182026-06-02T17:53:55.545Z },
86192026-06-02T17:53:55.545Z image_source: InstallDataset,
86202026-06-02T17:53:55.545Z },
86212026-06-02T17:53:55.545Z 4da2814a-7d31-4311-97cf-7648e7b64911 (omicron_zone): OmicronZoneConfig {
86222026-06-02T17:53:55.545Z id: 4da2814a-7d31-4311-97cf-7648e7b64911 (omicron_zone),
86232026-06-02T17:53:55.545Z filesystem_pool: None,
86242026-06-02T17:53:55.545Z zone_type: Crucible {
86252026-06-02T17:53:55.545Z address: [fd00:1122:3344:103::d]:32345,
86262026-06-02T17:53:55.545Z dataset: OmicronZoneDataset {
86272026-06-02T17:53:55.545Z pool_name: External(
86282026-06-02T17:53:55.545Z 33a4881a-2b3f-4840-b252-f370024eee64 (external_zpool),
86292026-06-02T17:53:55.545Z ),
86302026-06-02T17:53:55.545Z },
86312026-06-02T17:53:55.545Z },
86322026-06-02T17:53:55.545Z image_source: InstallDataset,
86332026-06-02T17:53:55.545Z },
86342026-06-02T17:53:55.545Z 6e305032-a926-4c2b-a89a-0165799b9810 (omicron_zone): OmicronZoneConfig {
86352026-06-02T17:53:55.545Z id: 6e305032-a926-4c2b-a89a-0165799b9810 (omicron_zone),
86362026-06-02T17:53:55.545Z filesystem_pool: None,
86372026-06-02T17:53:55.545Z zone_type: Crucible {
86382026-06-02T17:53:55.545Z address: [fd00:1122:3344:103::9]:32345,
86392026-06-02T17:53:55.545Z dataset: OmicronZoneDataset {
86402026-06-02T17:53:55.546Z pool_name: External(
86412026-06-02T17:53:55.546Z d9974711-1064-441d-ba75-0ffabfc86d27 (external_zpool),
86422026-06-02T17:53:55.546Z ),
86432026-06-02T17:53:55.546Z },
86442026-06-02T17:53:55.546Z },
86452026-06-02T17:53:55.546Z image_source: InstallDataset,
86462026-06-02T17:53:55.546Z },
86472026-06-02T17:53:55.546Z 7b006fad-d693-441b-bdd0-84cb323530e9 (omicron_zone): OmicronZoneConfig {
86482026-06-02T17:53:55.546Z id: 7b006fad-d693-441b-bdd0-84cb323530e9 (omicron_zone),
86492026-06-02T17:53:55.546Z filesystem_pool: None,
86502026-06-02T17:53:55.546Z zone_type: InternalDns {
86512026-06-02T17:53:55.546Z dataset: OmicronZoneDataset {
86522026-06-02T17:53:55.546Z pool_name: External(
86532026-06-02T17:53:55.547Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
86542026-06-02T17:53:55.547Z ),
86552026-06-02T17:53:55.547Z },
86562026-06-02T17:53:55.547Z http_address: [fd00:1122:3344:3::1]:5353,
86572026-06-02T17:53:55.547Z dns_address: [fd00:1122:3344:3::1]:53,
86582026-06-02T17:53:55.547Z gz_address: fd00:1122:3344:3::2,
86592026-06-02T17:53:55.547Z gz_address_index: 2,
86602026-06-02T17:53:55.547Z },
86612026-06-02T17:53:55.547Z image_source: InstallDataset,
86622026-06-02T17:53:55.547Z },
86632026-06-02T17:53:55.547Z 804f9ff7-0d45-465f-8820-ee0fc7c25286 (omicron_zone): OmicronZoneConfig {
86642026-06-02T17:53:55.547Z id: 804f9ff7-0d45-465f-8820-ee0fc7c25286 (omicron_zone),
86652026-06-02T17:53:55.547Z filesystem_pool: None,
86662026-06-02T17:53:55.547Z zone_type: Nexus {
86672026-06-02T17:53:55.547Z internal_address: [fd00:1122:3344:103::4]:12221,
86682026-06-02T17:53:55.547Z lockstep_port: 12232,
86692026-06-02T17:53:55.547Z external_ip: 172.20.28.3,
86702026-06-02T17:53:55.547Z nic: NetworkInterface {
86712026-06-02T17:53:55.547Z id: 3e1324f0-cad4-484e-a101-e26da2706e92,
86722026-06-02T17:53:55.547Z kind: Service {
86732026-06-02T17:53:55.547Z id: 804f9ff7-0d45-465f-8820-ee0fc7c25286,
86742026-06-02T17:53:55.547Z },
86752026-06-02T17:53:55.547Z name: Name(
86762026-06-02T17:53:55.547Z "nexus-804f9ff7-0d45-465f-8820-ee0fc7c25286",
86772026-06-02T17:53:55.547Z ),
86782026-06-02T17:53:55.547Z ip_config: V4(
86792026-06-02T17:53:55.547Z PrivateIpv4Config {
86802026-06-02T17:53:55.547Z ip: 172.30.2.6,
86812026-06-02T17:53:55.547Z subnet: Ipv4Net {
86822026-06-02T17:53:55.547Z addr: 172.30.2.0,
86832026-06-02T17:53:55.547Z width: 24,
86842026-06-02T17:53:55.547Z },
86852026-06-02T17:53:55.547Z transit_ips: [],
86862026-06-02T17:53:55.547Z },
86872026-06-02T17:53:55.547Z ),
86882026-06-02T17:53:55.547Z mac: MacAddr(
86892026-06-02T17:53:55.547Z MacAddr6(
86902026-06-02T17:53:55.547Z [
86912026-06-02T17:53:55.547Z 168,
86922026-06-02T17:53:55.552Z 64,
86932026-06-02T17:53:55.552Z 37,
86942026-06-02T17:53:55.552Z 255,
86952026-06-02T17:53:55.552Z 165,
86962026-06-02T17:53:55.552Z 80,
86972026-06-02T17:53:55.552Z ],
86982026-06-02T17:53:55.552Z ),
86992026-06-02T17:53:55.552Z ),
87002026-06-02T17:53:55.552Z vni: Vni(
87012026-06-02T17:53:55.552Z 100,
87022026-06-02T17:53:55.552Z ),
87032026-06-02T17:53:55.552Z primary: true,
87042026-06-02T17:53:55.552Z slot: 0,
87052026-06-02T17:53:55.552Z },
87062026-06-02T17:53:55.552Z external_tls: true,
87072026-06-02T17:53:55.552Z external_dns_servers: [
87082026-06-02T17:53:55.552Z 1.1.1.1,
87092026-06-02T17:53:55.552Z 9.9.9.9,
87102026-06-02T17:53:55.552Z ],
87112026-06-02T17:53:55.552Z },
87122026-06-02T17:53:55.552Z image_source: InstallDataset,
87132026-06-02T17:53:55.552Z },
87142026-06-02T17:53:55.552Z 8c9735b2-9097-4ba5-b783-dfea16c5e0ab (omicron_zone): OmicronZoneConfig {
87152026-06-02T17:53:55.553Z id: 8c9735b2-9097-4ba5-b783-dfea16c5e0ab (omicron_zone),
87162026-06-02T17:53:55.553Z filesystem_pool: None,
87172026-06-02T17:53:55.553Z zone_type: CruciblePantry {
87182026-06-02T17:53:55.553Z address: [fd00:1122:3344:103::5]:17000,
87192026-06-02T17:53:55.553Z },
87202026-06-02T17:53:55.553Z image_source: InstallDataset,
87212026-06-02T17:53:55.553Z },
87222026-06-02T17:53:55.553Z 8fe2fb59-5a89-4d40-b47a-6d5fcfb66ddd (omicron_zone): OmicronZoneConfig {
87232026-06-02T17:53:55.553Z id: 8fe2fb59-5a89-4d40-b47a-6d5fcfb66ddd (omicron_zone),
87242026-06-02T17:53:55.553Z filesystem_pool: None,
87252026-06-02T17:53:55.553Z zone_type: CockroachDb {
87262026-06-02T17:53:55.553Z address: [fd00:1122:3344:103::3]:32221,
87272026-06-02T17:53:55.553Z dataset: OmicronZoneDataset {
87282026-06-02T17:53:55.553Z pool_name: External(
87292026-06-02T17:53:55.553Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
87302026-06-02T17:53:55.553Z ),
87312026-06-02T17:53:55.553Z },
87322026-06-02T17:53:55.553Z },
87332026-06-02T17:53:55.553Z image_source: InstallDataset,
87342026-06-02T17:53:55.553Z },
87352026-06-02T17:53:55.553Z 9ee036cf-88c5-4a0e-aae7-eb2849379aad (omicron_zone): OmicronZoneConfig {
87362026-06-02T17:53:55.553Z id: 9ee036cf-88c5-4a0e-aae7-eb2849379aad (omicron_zone),
87372026-06-02T17:53:55.553Z filesystem_pool: None,
87382026-06-02T17:53:55.553Z zone_type: InternalNtp {
87392026-06-02T17:53:55.553Z address: [fd00:1122:3344:103::e]:123,
87402026-06-02T17:53:55.553Z },
87412026-06-02T17:53:55.555Z image_source: InstallDataset,
87422026-06-02T17:53:55.555Z },
87432026-06-02T17:53:55.555Z a3a6216e-fdc8-47b6-8ba8-eb666629f5c2 (omicron_zone): OmicronZoneConfig {
87442026-06-02T17:53:55.555Z id: a3a6216e-fdc8-47b6-8ba8-eb666629f5c2 (omicron_zone),
87452026-06-02T17:53:55.556Z filesystem_pool: None,
87462026-06-02T17:53:55.556Z zone_type: Crucible {
87472026-06-02T17:53:55.556Z address: [fd00:1122:3344:103::a]:32345,
87482026-06-02T17:53:55.556Z dataset: OmicronZoneDataset {
87492026-06-02T17:53:55.556Z pool_name: External(
87502026-06-02T17:53:55.556Z 844fd687-fd26-4616-91aa-441cf136c62d (external_zpool),
87512026-06-02T17:53:55.556Z ),
87522026-06-02T17:53:55.556Z },
87532026-06-02T17:53:55.556Z },
87542026-06-02T17:53:55.556Z image_source: InstallDataset,
87552026-06-02T17:53:55.556Z },
87562026-06-02T17:53:55.556Z ae07bfa3-09a9-4b19-9721-c89f39e153fe (omicron_zone): OmicronZoneConfig {
87572026-06-02T17:53:55.556Z id: ae07bfa3-09a9-4b19-9721-c89f39e153fe (omicron_zone),
87582026-06-02T17:53:55.556Z filesystem_pool: None,
87592026-06-02T17:53:55.556Z zone_type: Crucible {
87602026-06-02T17:53:55.556Z address: [fd00:1122:3344:103::7]:32345,
87612026-06-02T17:53:55.556Z dataset: OmicronZoneDataset {
87622026-06-02T17:53:55.556Z pool_name: External(
87632026-06-02T17:53:55.556Z 4c667609-0876-4c8c-ae60-1b30aaf236dc (external_zpool),
87642026-06-02T17:53:55.556Z ),
87652026-06-02T17:53:55.556Z },
87662026-06-02T17:53:55.556Z },
87672026-06-02T17:53:55.556Z image_source: InstallDataset,
87682026-06-02T17:53:55.556Z },
87692026-06-02T17:53:55.556Z bd646149-3e59-4aac-b2a0-b79910b8d6a8 (omicron_zone): OmicronZoneConfig {
87702026-06-02T17:53:55.556Z id: bd646149-3e59-4aac-b2a0-b79910b8d6a8 (omicron_zone),
87712026-06-02T17:53:55.557Z filesystem_pool: None,
87722026-06-02T17:53:55.557Z zone_type: Crucible {
87732026-06-02T17:53:55.557Z address: [fd00:1122:3344:103::6]:32345,
87742026-06-02T17:53:55.557Z dataset: OmicronZoneDataset {
87752026-06-02T17:53:55.557Z pool_name: External(
87762026-06-02T17:53:55.557Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
87772026-06-02T17:53:55.557Z ),
87782026-06-02T17:53:55.557Z },
87792026-06-02T17:53:55.557Z },
87802026-06-02T17:53:55.557Z image_source: InstallDataset,
87812026-06-02T17:53:55.557Z },
87822026-06-02T17:53:55.557Z c28abc48-2fb2-487b-b89a-96317c4e2df2 (omicron_zone): OmicronZoneConfig {
87832026-06-02T17:53:55.557Z id: c28abc48-2fb2-487b-b89a-96317c4e2df2 (omicron_zone),
87842026-06-02T17:53:55.557Z filesystem_pool: None,
87852026-06-02T17:53:55.557Z zone_type: Crucible {
87862026-06-02T17:53:55.557Z address: [fd00:1122:3344:103::b]:32345,
87872026-06-02T17:53:55.557Z dataset: OmicronZoneDataset {
87882026-06-02T17:53:55.557Z pool_name: External(
87892026-06-02T17:53:55.557Z 93017061-5910-4bf5-a366-4f1b2871b5c3 (external_zpool),
87902026-06-02T17:53:55.557Z ),
87912026-06-02T17:53:55.557Z },
87922026-06-02T17:53:55.562Z },
87932026-06-02T17:53:55.562Z image_source: InstallDataset,
87942026-06-02T17:53:55.562Z },
87952026-06-02T17:53:55.562Z e58917eb-98cc-4b85-b851-4b46833060dc (omicron_zone): OmicronZoneConfig {
87962026-06-02T17:53:55.562Z id: e58917eb-98cc-4b85-b851-4b46833060dc (omicron_zone),
87972026-06-02T17:53:55.562Z filesystem_pool: None,
87982026-06-02T17:53:55.562Z zone_type: Crucible {
87992026-06-02T17:53:55.562Z address: [fd00:1122:3344:103::8]:32345,
88002026-06-02T17:53:55.562Z dataset: OmicronZoneDataset {
88012026-06-02T17:53:55.562Z pool_name: External(
88022026-06-02T17:53:55.563Z c6911096-09b3-4f64-bcd6-21701ca2d6ae (external_zpool),
88032026-06-02T17:53:55.563Z ),
88042026-06-02T17:53:55.563Z },
88052026-06-02T17:53:55.563Z },
88062026-06-02T17:53:55.563Z image_source: InstallDataset,
88072026-06-02T17:53:55.563Z },
88082026-06-02T17:53:55.563Z },
88092026-06-02T17:53:55.563Z remove_mupdate_override: None,
88102026-06-02T17:53:55.563Z host_phase_2: HostPhase2DesiredSlots {
88112026-06-02T17:53:55.563Z slot_a: CurrentContents,
88122026-06-02T17:53:55.563Z slot_b: CurrentContents,
88132026-06-02T17:53:55.563Z },
88142026-06-02T17:53:55.563Z measurements: {},
88152026-06-02T17:53:55.563Z },
88162026-06-02T17:53:55.563Z ),
88172026-06-02T17:53:55.563Z reconciler_status: Idle {
88182026-06-02T17:53:55.563Z completed_at: 2026-06-02T17:53:54.624970Z,
88192026-06-02T17:53:55.563Z ran_for: 5s,
88202026-06-02T17:53:55.563Z },
88212026-06-02T17:53:55.563Z last_reconciliation: Some(
88222026-06-02T17:53:55.563Z ConfigReconcilerInventory {
88232026-06-02T17:53:55.563Z last_reconciled_config: OmicronSledConfig {
88242026-06-02T17:53:55.563Z generation: Generation(
88252026-06-02T17:53:55.563Z 5,
88262026-06-02T17:53:55.563Z ),
88272026-06-02T17:53:55.563Z disks: {},
88282026-06-02T17:53:55.563Z datasets: {},
88292026-06-02T17:53:55.563Z zones: {
88302026-06-02T17:53:55.563Z 2deb45cb-7160-47fc-9180-ab14c1731427 (omicron_zone): OmicronZoneConfig {
88312026-06-02T17:53:55.563Z id: 2deb45cb-7160-47fc-9180-ab14c1731427 (omicron_zone),
88322026-06-02T17:53:55.563Z filesystem_pool: None,
88332026-06-02T17:53:55.563Z zone_type: Crucible {
88342026-06-02T17:53:55.563Z address: [fd00:1122:3344:103::c]:32345,
88352026-06-02T17:53:55.563Z dataset: OmicronZoneDataset {
88362026-06-02T17:53:55.563Z pool_name: External(
88372026-06-02T17:53:55.563Z e675c45a-5e1b-4d24-99af-806523ed17d5 (external_zpool),
88382026-06-02T17:53:55.563Z ),
88392026-06-02T17:53:55.564Z },
88402026-06-02T17:53:55.564Z },
88412026-06-02T17:53:55.564Z image_source: InstallDataset,
88422026-06-02T17:53:55.564Z },
88432026-06-02T17:53:55.564Z 4da2814a-7d31-4311-97cf-7648e7b64911 (omicron_zone): OmicronZoneConfig {
88442026-06-02T17:53:55.564Z id: 4da2814a-7d31-4311-97cf-7648e7b64911 (omicron_zone),
88452026-06-02T17:53:55.564Z filesystem_pool: None,
88462026-06-02T17:53:55.564Z zone_type: Crucible {
88472026-06-02T17:53:55.564Z address: [fd00:1122:3344:103::d]:32345,
88482026-06-02T17:53:55.564Z dataset: OmicronZoneDataset {
88492026-06-02T17:53:55.564Z pool_name: External(
88502026-06-02T17:53:55.564Z 33a4881a-2b3f-4840-b252-f370024eee64 (external_zpool),
88512026-06-02T17:53:55.564Z ),
88522026-06-02T17:53:55.564Z },
88532026-06-02T17:53:55.564Z },
88542026-06-02T17:53:55.564Z image_source: InstallDataset,
88552026-06-02T17:53:55.564Z },
88562026-06-02T17:53:55.564Z 6e305032-a926-4c2b-a89a-0165799b9810 (omicron_zone): OmicronZoneConfig {
88572026-06-02T17:53:55.564Z id: 6e305032-a926-4c2b-a89a-0165799b9810 (omicron_zone),
88582026-06-02T17:53:55.564Z filesystem_pool: None,
88592026-06-02T17:53:55.564Z zone_type: Crucible {
88602026-06-02T17:53:55.564Z address: [fd00:1122:3344:103::9]:32345,
88612026-06-02T17:53:55.564Z dataset: OmicronZoneDataset {
88622026-06-02T17:53:55.564Z pool_name: External(
88632026-06-02T17:53:55.564Z d9974711-1064-441d-ba75-0ffabfc86d27 (external_zpool),
88642026-06-02T17:53:55.564Z ),
88652026-06-02T17:53:55.564Z },
88662026-06-02T17:53:55.564Z },
88672026-06-02T17:53:55.564Z image_source: InstallDataset,
88682026-06-02T17:53:55.564Z },
88692026-06-02T17:53:55.564Z 7b006fad-d693-441b-bdd0-84cb323530e9 (omicron_zone): OmicronZoneConfig {
88702026-06-02T17:53:55.564Z id: 7b006fad-d693-441b-bdd0-84cb323530e9 (omicron_zone),
88712026-06-02T17:53:55.564Z filesystem_pool: None,
88722026-06-02T17:53:55.564Z zone_type: InternalDns {
88732026-06-02T17:53:55.565Z dataset: OmicronZoneDataset {
88742026-06-02T17:53:55.565Z pool_name: External(
88752026-06-02T17:53:55.565Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
88762026-06-02T17:53:55.565Z ),
88772026-06-02T17:53:55.565Z },
88782026-06-02T17:53:55.565Z http_address: [fd00:1122:3344:3::1]:5353,
88792026-06-02T17:53:55.565Z dns_address: [fd00:1122:3344:3::1]:53,
88802026-06-02T17:53:55.566Z gz_address: fd00:1122:3344:3::2,
88812026-06-02T17:53:55.566Z gz_address_index: 2,
88822026-06-02T17:53:55.566Z },
88832026-06-02T17:53:55.566Z image_source: InstallDataset,
88842026-06-02T17:53:55.566Z },
88852026-06-02T17:53:55.566Z 804f9ff7-0d45-465f-8820-ee0fc7c25286 (omicron_zone): OmicronZoneConfig {
88862026-06-02T17:53:55.566Z id: 804f9ff7-0d45-465f-8820-ee0fc7c25286 (omicron_zone),
88872026-06-02T17:53:55.566Z filesystem_pool: None,
88882026-06-02T17:53:55.567Z zone_type: Nexus {
88892026-06-02T17:53:55.567Z internal_address: [fd00:1122:3344:103::4]:12221,
88902026-06-02T17:53:55.567Z lockstep_port: 12232,
88912026-06-02T17:53:55.567Z external_ip: 172.20.28.3,
88922026-06-02T17:53:55.571Z nic: NetworkInterface {
88932026-06-02T17:53:55.571Z id: 3e1324f0-cad4-484e-a101-e26da2706e92,
88942026-06-02T17:53:55.571Z kind: Service {
88952026-06-02T17:53:55.571Z id: 804f9ff7-0d45-465f-8820-ee0fc7c25286,
88962026-06-02T17:53:55.571Z },
88972026-06-02T17:53:55.571Z name: Name(
88982026-06-02T17:53:55.571Z "nexus-804f9ff7-0d45-465f-8820-ee0fc7c25286",
88992026-06-02T17:53:55.571Z ),
89002026-06-02T17:53:55.571Z ip_config: V4(
89012026-06-02T17:53:55.571Z PrivateIpv4Config {
89022026-06-02T17:53:55.571Z ip: 172.30.2.6,
89032026-06-02T17:53:55.571Z subnet: Ipv4Net {
89042026-06-02T17:53:55.571Z addr: 172.30.2.0,
89052026-06-02T17:53:55.571Z width: 24,
89062026-06-02T17:53:55.571Z },
89072026-06-02T17:53:55.571Z transit_ips: [],
89082026-06-02T17:53:55.572Z },
89092026-06-02T17:53:55.572Z ),
89102026-06-02T17:53:55.572Z mac: MacAddr(
89112026-06-02T17:53:55.572Z MacAddr6(
89122026-06-02T17:53:55.572Z [
89132026-06-02T17:53:55.572Z 168,
89142026-06-02T17:53:55.572Z 64,
89152026-06-02T17:53:55.572Z 37,
89162026-06-02T17:53:55.572Z 255,
89172026-06-02T17:53:55.572Z 165,
89182026-06-02T17:53:55.572Z 80,
89192026-06-02T17:53:55.572Z ],
89202026-06-02T17:53:55.572Z ),
89212026-06-02T17:53:55.572Z ),
89222026-06-02T17:53:55.572Z vni: Vni(
89232026-06-02T17:53:55.572Z 100,
89242026-06-02T17:53:55.572Z ),
89252026-06-02T17:53:55.572Z primary: true,
89262026-06-02T17:53:55.572Z slot: 0,
89272026-06-02T17:53:55.572Z },
89282026-06-02T17:53:55.572Z external_tls: true,
89292026-06-02T17:53:55.572Z external_dns_servers: [
89302026-06-02T17:53:55.572Z 1.1.1.1,
89312026-06-02T17:53:55.572Z 9.9.9.9,
89322026-06-02T17:53:55.572Z ],
89332026-06-02T17:53:55.572Z },
89342026-06-02T17:53:55.572Z image_source: InstallDataset,
89352026-06-02T17:53:55.572Z },
89362026-06-02T17:53:55.572Z 8c9735b2-9097-4ba5-b783-dfea16c5e0ab (omicron_zone): OmicronZoneConfig {
89372026-06-02T17:53:55.572Z id: 8c9735b2-9097-4ba5-b783-dfea16c5e0ab (omicron_zone),
89382026-06-02T17:53:55.572Z filesystem_pool: None,
89392026-06-02T17:53:55.572Z zone_type: CruciblePantry {
89402026-06-02T17:53:55.572Z address: [fd00:1122:3344:103::5]:17000,
89412026-06-02T17:53:55.572Z },
89422026-06-02T17:53:55.572Z image_source: InstallDataset,
89432026-06-02T17:53:55.572Z },
89442026-06-02T17:53:55.572Z 8fe2fb59-5a89-4d40-b47a-6d5fcfb66ddd (omicron_zone): OmicronZoneConfig {
89452026-06-02T17:53:55.572Z id: 8fe2fb59-5a89-4d40-b47a-6d5fcfb66ddd (omicron_zone),
89462026-06-02T17:53:55.573Z filesystem_pool: None,
89472026-06-02T17:53:55.573Z zone_type: CockroachDb {
89482026-06-02T17:53:55.573Z address: [fd00:1122:3344:103::3]:32221,
89492026-06-02T17:53:55.573Z dataset: OmicronZoneDataset {
89502026-06-02T17:53:55.573Z pool_name: External(
89512026-06-02T17:53:55.573Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
89522026-06-02T17:53:55.573Z ),
89532026-06-02T17:53:55.573Z },
89542026-06-02T17:53:55.573Z },
89552026-06-02T17:53:55.573Z image_source: InstallDataset,
89562026-06-02T17:53:55.573Z },
89572026-06-02T17:53:55.573Z 9ee036cf-88c5-4a0e-aae7-eb2849379aad (omicron_zone): OmicronZoneConfig {
89582026-06-02T17:53:55.573Z id: 9ee036cf-88c5-4a0e-aae7-eb2849379aad (omicron_zone),
89592026-06-02T17:53:55.573Z filesystem_pool: None,
89602026-06-02T17:53:55.573Z zone_type: InternalNtp {
89612026-06-02T17:53:55.573Z address: [fd00:1122:3344:103::e]:123,
89622026-06-02T17:53:55.573Z },
89632026-06-02T17:53:55.573Z image_source: InstallDataset,
89642026-06-02T17:53:55.573Z },
89652026-06-02T17:53:55.573Z a3a6216e-fdc8-47b6-8ba8-eb666629f5c2 (omicron_zone): OmicronZoneConfig {
89662026-06-02T17:53:55.573Z id: a3a6216e-fdc8-47b6-8ba8-eb666629f5c2 (omicron_zone),
89672026-06-02T17:53:55.573Z filesystem_pool: None,
89682026-06-02T17:53:55.573Z zone_type: Crucible {
89692026-06-02T17:53:55.573Z address: [fd00:1122:3344:103::a]:32345,
89702026-06-02T17:53:55.573Z dataset: OmicronZoneDataset {
89712026-06-02T17:53:55.573Z pool_name: External(
89722026-06-02T17:53:55.573Z 844fd687-fd26-4616-91aa-441cf136c62d (external_zpool),
89732026-06-02T17:53:55.573Z ),
89742026-06-02T17:53:55.573Z },
89752026-06-02T17:53:55.573Z },
89762026-06-02T17:53:55.573Z image_source: InstallDataset,
89772026-06-02T17:53:55.573Z },
89782026-06-02T17:53:55.573Z ae07bfa3-09a9-4b19-9721-c89f39e153fe (omicron_zone): OmicronZoneConfig {
89792026-06-02T17:53:55.573Z id: ae07bfa3-09a9-4b19-9721-c89f39e153fe (omicron_zone),
89802026-06-02T17:53:55.573Z filesystem_pool: None,
89812026-06-02T17:53:55.573Z zone_type: Crucible {
89822026-06-02T17:53:55.573Z address: [fd00:1122:3344:103::7]:32345,
89832026-06-02T17:53:55.573Z dataset: OmicronZoneDataset {
89842026-06-02T17:53:55.573Z pool_name: External(
89852026-06-02T17:53:55.574Z 4c667609-0876-4c8c-ae60-1b30aaf236dc (external_zpool),
89862026-06-02T17:53:55.574Z ),
89872026-06-02T17:53:55.574Z },
89882026-06-02T17:53:55.574Z },
89892026-06-02T17:53:55.574Z image_source: InstallDataset,
89902026-06-02T17:53:55.574Z },
89912026-06-02T17:53:55.574Z bd646149-3e59-4aac-b2a0-b79910b8d6a8 (omicron_zone): OmicronZoneConfig {
89922026-06-02T17:53:55.578Z id: bd646149-3e59-4aac-b2a0-b79910b8d6a8 (omicron_zone),
89932026-06-02T17:53:55.578Z filesystem_pool: None,
89942026-06-02T17:53:55.578Z zone_type: Crucible {
89952026-06-02T17:53:55.578Z address: [fd00:1122:3344:103::6]:32345,
89962026-06-02T17:53:55.578Z dataset: OmicronZoneDataset {
89972026-06-02T17:53:55.578Z pool_name: External(
89982026-06-02T17:53:55.578Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
89992026-06-02T17:53:55.578Z ),
90002026-06-02T17:53:55.578Z },
90012026-06-02T17:53:55.578Z },
90022026-06-02T17:53:55.578Z image_source: InstallDataset,
90032026-06-02T17:53:55.578Z },
90042026-06-02T17:53:55.578Z c28abc48-2fb2-487b-b89a-96317c4e2df2 (omicron_zone): OmicronZoneConfig {
90052026-06-02T17:53:55.578Z id: c28abc48-2fb2-487b-b89a-96317c4e2df2 (omicron_zone),
90062026-06-02T17:53:55.578Z filesystem_pool: None,
90072026-06-02T17:53:55.578Z zone_type: Crucible {
90082026-06-02T17:53:55.578Z address: [fd00:1122:3344:103::b]:32345,
90092026-06-02T17:53:55.578Z dataset: OmicronZoneDataset {
90102026-06-02T17:53:55.578Z pool_name: External(
90112026-06-02T17:53:55.578Z 93017061-5910-4bf5-a366-4f1b2871b5c3 (external_zpool),
90122026-06-02T17:53:55.578Z ),
90132026-06-02T17:53:55.578Z },
90142026-06-02T17:53:55.579Z },
90152026-06-02T17:53:55.579Z image_source: InstallDataset,
90162026-06-02T17:53:55.579Z },
90172026-06-02T17:53:55.579Z e58917eb-98cc-4b85-b851-4b46833060dc (omicron_zone): OmicronZoneConfig {
90182026-06-02T17:53:55.579Z id: e58917eb-98cc-4b85-b851-4b46833060dc (omicron_zone),
90192026-06-02T17:53:55.579Z filesystem_pool: None,
90202026-06-02T17:53:55.579Z zone_type: Crucible {
90212026-06-02T17:53:55.579Z address: [fd00:1122:3344:103::8]:32345,
90222026-06-02T17:53:55.579Z dataset: OmicronZoneDataset {
90232026-06-02T17:53:55.579Z pool_name: External(
90242026-06-02T17:53:55.579Z c6911096-09b3-4f64-bcd6-21701ca2d6ae (external_zpool),
90252026-06-02T17:53:55.579Z ),
90262026-06-02T17:53:55.579Z },
90272026-06-02T17:53:55.579Z },
90282026-06-02T17:53:55.579Z image_source: InstallDataset,
90292026-06-02T17:53:55.579Z },
90302026-06-02T17:53:55.579Z },
90312026-06-02T17:53:55.579Z remove_mupdate_override: None,
90322026-06-02T17:53:55.579Z host_phase_2: HostPhase2DesiredSlots {
90332026-06-02T17:53:55.579Z slot_a: CurrentContents,
90342026-06-02T17:53:55.579Z slot_b: CurrentContents,
90352026-06-02T17:53:55.579Z },
90362026-06-02T17:53:55.579Z measurements: {},
90372026-06-02T17:53:55.579Z },
90382026-06-02T17:53:55.579Z external_disks: {},
90392026-06-02T17:53:55.579Z datasets: {},
90402026-06-02T17:53:55.579Z orphaned_datasets: {
90412026-06-02T17:53:55.579Z DatasetName {
90422026-06-02T17:53:55.579Z pool_name: External(
90432026-06-02T17:53:55.579Z c89e0e72-ac64-42d8-9cc2-f84cc2d7a78b (external_zpool),
90442026-06-02T17:53:55.579Z ),
90452026-06-02T17:53:55.579Z kind: ExternalDns,
90462026-06-02T17:53:55.579Z }: OrphanedDataset {
90472026-06-02T17:53:55.579Z name: DatasetName {
90482026-06-02T17:53:55.579Z pool_name: External(
90492026-06-02T17:53:55.579Z c89e0e72-ac64-42d8-9cc2-f84cc2d7a78b (external_zpool),
90502026-06-02T17:53:55.579Z ),
90512026-06-02T17:53:55.579Z kind: ExternalDns,
90522026-06-02T17:53:55.580Z },
90532026-06-02T17:53:55.580Z reason: "example orphaned dataset",
90542026-06-02T17:53:55.580Z id: Some(
90552026-06-02T17:53:55.580Z 463102dc-4d2f-468f-b4f5-48f11e401ea5 (dataset),
90562026-06-02T17:53:55.580Z ),
90572026-06-02T17:53:55.580Z mounted: false,
90582026-06-02T17:53:55.580Z available: ByteCount(
90592026-06-02T17:53:55.580Z 0,
90602026-06-02T17:53:55.580Z ),
90612026-06-02T17:53:55.580Z used: ByteCount(
90622026-06-02T17:53:55.580Z 0,
90632026-06-02T17:53:55.580Z ),
90642026-06-02T17:53:55.580Z },
90652026-06-02T17:53:55.580Z },
90662026-06-02T17:53:55.580Z zones: {
90672026-06-02T17:53:55.580Z 2deb45cb-7160-47fc-9180-ab14c1731427 (omicron_zone): Ok,
90682026-06-02T17:53:55.580Z 4da2814a-7d31-4311-97cf-7648e7b64911 (omicron_zone): Ok,
90692026-06-02T17:53:55.580Z 6e305032-a926-4c2b-a89a-0165799b9810 (omicron_zone): Ok,
90702026-06-02T17:53:55.580Z 7b006fad-d693-441b-bdd0-84cb323530e9 (omicron_zone): Ok,
90712026-06-02T17:53:55.580Z 804f9ff7-0d45-465f-8820-ee0fc7c25286 (omicron_zone): Ok,
90722026-06-02T17:53:55.580Z 8c9735b2-9097-4ba5-b783-dfea16c5e0ab (omicron_zone): Ok,
90732026-06-02T17:53:55.580Z 8fe2fb59-5a89-4d40-b47a-6d5fcfb66ddd (omicron_zone): Ok,
90742026-06-02T17:53:55.580Z 9ee036cf-88c5-4a0e-aae7-eb2849379aad (omicron_zone): Ok,
90752026-06-02T17:53:55.580Z a3a6216e-fdc8-47b6-8ba8-eb666629f5c2 (omicron_zone): Ok,
90762026-06-02T17:53:55.580Z ae07bfa3-09a9-4b19-9721-c89f39e153fe (omicron_zone): Ok,
90772026-06-02T17:53:55.580Z bd646149-3e59-4aac-b2a0-b79910b8d6a8 (omicron_zone): Ok,
90782026-06-02T17:53:55.580Z c28abc48-2fb2-487b-b89a-96317c4e2df2 (omicron_zone): Ok,
90792026-06-02T17:53:55.580Z e58917eb-98cc-4b85-b851-4b46833060dc (omicron_zone): Ok,
90802026-06-02T17:53:55.580Z },
90812026-06-02T17:53:55.580Z boot_partitions: BootPartitionContents {
90822026-06-02T17:53:55.580Z boot_disk: Ok(
90832026-06-02T17:53:55.580Z A,
90842026-06-02T17:53:55.580Z ),
90852026-06-02T17:53:55.580Z slot_a: Ok(
90862026-06-02T17:53:55.580Z BootPartitionDetails {
90872026-06-02T17:53:55.580Z header: BootImageHeader {
90882026-06-02T17:53:55.580Z flags: 0,
90892026-06-02T17:53:55.580Z data_size: 10000,
90902026-06-02T17:53:55.580Z image_size: 10000,
90912026-06-02T17:53:55.580Z target_size: 10000,
90922026-06-02T17:53:55.640Z sha256: [
90932026-06-02T17:53:55.640Z 0,
90942026-06-02T17:53:55.640Z 0,
90952026-06-02T17:53:55.640Z 0,
90962026-06-02T17:53:55.640Z 0,
90972026-06-02T17:53:55.640Z 0,
90982026-06-02T17:53:55.640Z 0,
90992026-06-02T17:53:55.640Z 0,
91002026-06-02T17:53:55.640Z 0,
91012026-06-02T17:53:55.640Z 0,
91022026-06-02T17:53:55.640Z 0,
91032026-06-02T17:53:55.640Z 0,
91042026-06-02T17:53:55.640Z 0,
91052026-06-02T17:53:55.640Z 0,
91062026-06-02T17:53:55.640Z 0,
91072026-06-02T17:53:55.640Z 0,
91082026-06-02T17:53:55.640Z 0,
91092026-06-02T17:53:55.640Z 0,
91102026-06-02T17:53:55.640Z 0,
91112026-06-02T17:53:55.640Z 0,
91122026-06-02T17:53:55.640Z 0,
91132026-06-02T17:53:55.640Z 0,
91142026-06-02T17:53:55.641Z 0,
91152026-06-02T17:53:55.641Z 0,
91162026-06-02T17:53:55.641Z 0,
91172026-06-02T17:53:55.641Z 0,
91182026-06-02T17:53:55.641Z 0,
91192026-06-02T17:53:55.641Z 0,
91202026-06-02T17:53:55.641Z 0,
91212026-06-02T17:53:55.641Z 0,
91222026-06-02T17:53:55.642Z 0,
91232026-06-02T17:53:55.642Z 0,
91242026-06-02T17:53:55.642Z 0,
91252026-06-02T17:53:55.642Z ],
91262026-06-02T17:53:55.642Z image_name: "fake image for tests",
91272026-06-02T17:53:55.642Z },
91282026-06-02T17:53:55.642Z artifact_hash: ArtifactHash(
91292026-06-02T17:53:55.642Z "0101010101010101010101010101010101010101010101010101010101010101",
91302026-06-02T17:53:55.642Z ),
91312026-06-02T17:53:55.642Z artifact_size: 14096,
91322026-06-02T17:53:55.642Z },
91332026-06-02T17:53:55.642Z ),
91342026-06-02T17:53:55.642Z slot_b: Ok(
91352026-06-02T17:53:55.642Z BootPartitionDetails {
91362026-06-02T17:53:55.642Z header: BootImageHeader {
91372026-06-02T17:53:55.642Z flags: 0,
91382026-06-02T17:53:55.642Z data_size: 1000,
91392026-06-02T17:53:55.642Z image_size: 1000,
91402026-06-02T17:53:55.642Z target_size: 1000,
91412026-06-02T17:53:55.642Z sha256: [
91422026-06-02T17:53:55.642Z 1,
91432026-06-02T17:53:55.642Z 1,
91442026-06-02T17:53:55.642Z 1,
91452026-06-02T17:53:55.642Z 1,
91462026-06-02T17:53:55.642Z 1,
91472026-06-02T17:53:55.642Z 1,
91482026-06-02T17:53:55.642Z 1,
91492026-06-02T17:53:55.642Z 1,
91502026-06-02T17:53:55.642Z 1,
91512026-06-02T17:53:55.642Z 1,
91522026-06-02T17:53:55.642Z 1,
91532026-06-02T17:53:55.642Z 1,
91542026-06-02T17:53:55.642Z 1,
91552026-06-02T17:53:55.642Z 1,
91562026-06-02T17:53:55.642Z 1,
91572026-06-02T17:53:55.642Z 1,
91582026-06-02T17:53:55.642Z 1,
91592026-06-02T17:53:55.642Z 1,
91602026-06-02T17:53:55.643Z 1,
91612026-06-02T17:53:55.643Z 1,
91622026-06-02T17:53:55.643Z 1,
91632026-06-02T17:53:55.643Z 1,
91642026-06-02T17:53:55.643Z 1,
91652026-06-02T17:53:55.643Z 1,
91662026-06-02T17:53:55.643Z 1,
91672026-06-02T17:53:55.643Z 1,
91682026-06-02T17:53:55.643Z 1,
91692026-06-02T17:53:55.643Z 1,
91702026-06-02T17:53:55.643Z 1,
91712026-06-02T17:53:55.643Z 1,
91722026-06-02T17:53:55.643Z 1,
91732026-06-02T17:53:55.643Z 1,
91742026-06-02T17:53:55.643Z ],
91752026-06-02T17:53:55.643Z image_name: "fake from debug_assume_success()",
91762026-06-02T17:53:55.643Z },
91772026-06-02T17:53:55.643Z artifact_hash: ArtifactHash(
91782026-06-02T17:53:55.643Z "0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b",
91792026-06-02T17:53:55.643Z ),
91802026-06-02T17:53:55.643Z artifact_size: 1000,
91812026-06-02T17:53:55.643Z },
91822026-06-02T17:53:55.643Z ),
91832026-06-02T17:53:55.643Z },
91842026-06-02T17:53:55.643Z remove_mupdate_override: None,
91852026-06-02T17:53:55.643Z },
91862026-06-02T17:53:55.643Z ),
91872026-06-02T17:53:55.643Z file_source_resolver: OmicronFileSourceResolverInventory {
91882026-06-02T17:53:55.643Z zone_manifest: ManifestInventory {
91892026-06-02T17:53:55.643Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/zones.json",
91902026-06-02T17:53:55.643Z boot_inventory: Ok(
91912026-06-02T17:53:55.643Z ManifestBootInventory {
91922026-06-02T17:53:55.648Z source: Installinator {
91932026-06-02T17:53:55.648Z mupdate_id: fec0973d-b691-48fc-a4d3-03c93aae7da6 (mupdate),
91942026-06-02T17:53:55.648Z },
91952026-06-02T17:53:55.648Z artifacts: {
91962026-06-02T17:53:55.648Z "clickhouse.tar.gz": ZoneArtifactInventory {
91972026-06-02T17:53:55.648Z file_name: "clickhouse.tar.gz",
91982026-06-02T17:53:55.648Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
91992026-06-02T17:53:55.648Z expected_size: 1024,
92002026-06-02T17:53:55.648Z expected_hash: ArtifactHash(
92012026-06-02T17:53:55.648Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
92022026-06-02T17:53:55.648Z ),
92032026-06-02T17:53:55.648Z status: Err(
92042026-06-02T17:53:55.648Z "size/hash mismatch: expected 1024 bytes/360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386, got 15 bytes/360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
92052026-06-02T17:53:55.648Z ),
92062026-06-02T17:53:55.648Z },
92072026-06-02T17:53:55.648Z "cockroachdb.tar.gz": ZoneArtifactInventory {
92082026-06-02T17:53:55.648Z file_name: "cockroachdb.tar.gz",
92092026-06-02T17:53:55.648Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
92102026-06-02T17:53:55.648Z expected_size: 16,
92112026-06-02T17:53:55.648Z expected_hash: ArtifactHash(
92122026-06-02T17:53:55.648Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
92132026-06-02T17:53:55.648Z ),
92142026-06-02T17:53:55.648Z status: Ok(
92152026-06-02T17:53:55.648Z (),
92162026-06-02T17:53:55.648Z ),
92172026-06-02T17:53:55.648Z },
92182026-06-02T17:53:55.648Z "crucible.tar.gz": ZoneArtifactInventory {
92192026-06-02T17:53:55.649Z file_name: "crucible.tar.gz",
92202026-06-02T17:53:55.649Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
92212026-06-02T17:53:55.649Z expected_size: 13,
92222026-06-02T17:53:55.649Z expected_hash: ArtifactHash(
92232026-06-02T17:53:55.649Z "0000000000000000000000000000000000000000000000000000000000000000",
92242026-06-02T17:53:55.649Z ),
92252026-06-02T17:53:55.649Z status: Err(
92262026-06-02T17:53:55.649Z "size/hash mismatch: expected 13 bytes/0000000000000000000000000000000000000000000000000000000000000000, got 13 bytes/a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
92272026-06-02T17:53:55.649Z ),
92282026-06-02T17:53:55.649Z },
92292026-06-02T17:53:55.649Z "internal_dns.tar.gz": ZoneArtifactInventory {
92302026-06-02T17:53:55.649Z file_name: "internal_dns.tar.gz",
92312026-06-02T17:53:55.649Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
92322026-06-02T17:53:55.649Z expected_size: 17,
92332026-06-02T17:53:55.649Z expected_hash: ArtifactHash(
92342026-06-02T17:53:55.649Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
92352026-06-02T17:53:55.649Z ),
92362026-06-02T17:53:55.649Z status: Err(
92372026-06-02T17:53:55.649Z "file not found",
92382026-06-02T17:53:55.649Z ),
92392026-06-02T17:53:55.649Z },
92402026-06-02T17:53:55.649Z },
92412026-06-02T17:53:55.649Z },
92422026-06-02T17:53:55.649Z ),
92432026-06-02T17:53:55.649Z non_boot_status: {
92442026-06-02T17:53:55.649Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
92452026-06-02T17:53:55.649Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
92462026-06-02T17:53:55.649Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/zones.json",
92472026-06-02T17:53:55.649Z is_valid: true,
92482026-06-02T17:53:55.649Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: ae52c41c-b556-4fe2-9827-ebc827d165f3): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
92492026-06-02T17:53:55.649Z },
92502026-06-02T17:53:55.649Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
92512026-06-02T17:53:55.649Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
92522026-06-02T17:53:55.649Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/zones.json",
92532026-06-02T17:53:55.649Z is_valid: false,
92542026-06-02T17:53:55.649Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: fec0973d-b691-48fc-a4d3-03c93aae7da6): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
92552026-06-02T17:53:55.649Z },
92562026-06-02T17:53:55.649Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
92572026-06-02T17:53:55.649Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
92582026-06-02T17:53:55.650Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/zones.json",
92592026-06-02T17:53:55.650Z is_valid: false,
92602026-06-02T17:53:55.650Z message: "read error: error reading install metadata",
92612026-06-02T17:53:55.650Z },
92622026-06-02T17:53:55.650Z },
92632026-06-02T17:53:55.650Z },
92642026-06-02T17:53:55.650Z measurement_manifest: ManifestInventory {
92652026-06-02T17:53:55.650Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/measurements.json",
92662026-06-02T17:53:55.650Z boot_inventory: Ok(
92672026-06-02T17:53:55.650Z ManifestBootInventory {
92682026-06-02T17:53:55.650Z source: Installinator {
92692026-06-02T17:53:55.650Z mupdate_id: fec0973d-b691-48fc-a4d3-03c93aae7da6 (mupdate),
92702026-06-02T17:53:55.650Z },
92712026-06-02T17:53:55.650Z artifacts: {
92722026-06-02T17:53:55.650Z "clickhouse.tar.gz": ZoneArtifactInventory {
92732026-06-02T17:53:55.650Z file_name: "clickhouse.tar.gz",
92742026-06-02T17:53:55.650Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
92752026-06-02T17:53:55.650Z expected_size: 1024,
92762026-06-02T17:53:55.650Z expected_hash: ArtifactHash(
92772026-06-02T17:53:55.650Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
92782026-06-02T17:53:55.650Z ),
92792026-06-02T17:53:55.650Z status: Err(
92802026-06-02T17:53:55.650Z "size/hash mismatch: expected 1024 bytes/360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386, got 15 bytes/360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
92812026-06-02T17:53:55.650Z ),
92822026-06-02T17:53:55.650Z },
92832026-06-02T17:53:55.650Z "cockroachdb.tar.gz": ZoneArtifactInventory {
92842026-06-02T17:53:55.650Z file_name: "cockroachdb.tar.gz",
92852026-06-02T17:53:55.650Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
92862026-06-02T17:53:55.650Z expected_size: 16,
92872026-06-02T17:53:55.650Z expected_hash: ArtifactHash(
92882026-06-02T17:53:55.650Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
92892026-06-02T17:53:55.650Z ),
92902026-06-02T17:53:55.650Z status: Ok(
92912026-06-02T17:53:55.650Z (),
92922026-06-02T17:53:55.654Z ),
92932026-06-02T17:53:55.654Z },
92942026-06-02T17:53:55.655Z "crucible.tar.gz": ZoneArtifactInventory {
92952026-06-02T17:53:55.655Z file_name: "crucible.tar.gz",
92962026-06-02T17:53:55.655Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
92972026-06-02T17:53:55.655Z expected_size: 13,
92982026-06-02T17:53:55.655Z expected_hash: ArtifactHash(
92992026-06-02T17:53:55.655Z "0000000000000000000000000000000000000000000000000000000000000000",
93002026-06-02T17:53:55.655Z ),
93012026-06-02T17:53:55.655Z status: Err(
93022026-06-02T17:53:55.655Z "size/hash mismatch: expected 13 bytes/0000000000000000000000000000000000000000000000000000000000000000, got 13 bytes/a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
93032026-06-02T17:53:55.655Z ),
93042026-06-02T17:53:55.655Z },
93052026-06-02T17:53:55.655Z "internal_dns.tar.gz": ZoneArtifactInventory {
93062026-06-02T17:53:55.655Z file_name: "internal_dns.tar.gz",
93072026-06-02T17:53:55.655Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
93082026-06-02T17:53:55.655Z expected_size: 17,
93092026-06-02T17:53:55.655Z expected_hash: ArtifactHash(
93102026-06-02T17:53:55.655Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
93112026-06-02T17:53:55.655Z ),
93122026-06-02T17:53:55.655Z status: Err(
93132026-06-02T17:53:55.655Z "file not found",
93142026-06-02T17:53:55.655Z ),
93152026-06-02T17:53:55.655Z },
93162026-06-02T17:53:55.655Z },
93172026-06-02T17:53:55.655Z },
93182026-06-02T17:53:55.655Z ),
93192026-06-02T17:53:55.655Z non_boot_status: {
93202026-06-02T17:53:55.655Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
93212026-06-02T17:53:55.655Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
93222026-06-02T17:53:55.655Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/measurements.json",
93232026-06-02T17:53:55.655Z is_valid: true,
93242026-06-02T17:53:55.655Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: ae52c41c-b556-4fe2-9827-ebc827d165f3): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
93252026-06-02T17:53:55.655Z },
93262026-06-02T17:53:55.655Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
93272026-06-02T17:53:55.655Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
93282026-06-02T17:53:55.655Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/measurements.json",
93292026-06-02T17:53:55.656Z is_valid: false,
93302026-06-02T17:53:55.656Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: fec0973d-b691-48fc-a4d3-03c93aae7da6): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
93312026-06-02T17:53:55.656Z },
93322026-06-02T17:53:55.656Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
93332026-06-02T17:53:55.656Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
93342026-06-02T17:53:55.656Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/measurements.json",
93352026-06-02T17:53:55.656Z is_valid: false,
93362026-06-02T17:53:55.656Z message: "read error: error reading install metadata",
93372026-06-02T17:53:55.656Z },
93382026-06-02T17:53:55.656Z },
93392026-06-02T17:53:55.656Z },
93402026-06-02T17:53:55.656Z mupdate_override: MupdateOverrideInventory {
93412026-06-02T17:53:55.656Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/mupdate-override.json",
93422026-06-02T17:53:55.656Z boot_override: Ok(
93432026-06-02T17:53:55.656Z Some(
93442026-06-02T17:53:55.656Z MupdateOverrideBootInventory {
93452026-06-02T17:53:55.656Z mupdate_override_id: 073024e2-7378-4efb-9467-a9539f813ab3 (mupdate_override),
93462026-06-02T17:53:55.656Z },
93472026-06-02T17:53:55.656Z ),
93482026-06-02T17:53:55.656Z ),
93492026-06-02T17:53:55.656Z non_boot_status: {
93502026-06-02T17:53:55.656Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): MupdateOverrideNonBootInventory {
93512026-06-02T17:53:55.656Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
93522026-06-02T17:53:55.656Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/mupdate-override.json",
93532026-06-02T17:53:55.656Z is_valid: true,
93542026-06-02T17:53:55.656Z message: "matches boot disk (present)",
93552026-06-02T17:53:55.656Z },
93562026-06-02T17:53:55.656Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): MupdateOverrideNonBootInventory {
93572026-06-02T17:53:55.656Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
93582026-06-02T17:53:55.656Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/mupdate-override.json",
93592026-06-02T17:53:55.656Z is_valid: false,
93602026-06-02T17:53:55.656Z message: "boot disk has override but non-boot disk does not",
93612026-06-02T17:53:55.656Z },
93622026-06-02T17:53:55.656Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): MupdateOverrideNonBootInventory {
93632026-06-02T17:53:55.656Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
93642026-06-02T17:53:55.656Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/mupdate-override.json",
93652026-06-02T17:53:55.656Z is_valid: false,
93662026-06-02T17:53:55.656Z message: "read error: install metadata read error",
93672026-06-02T17:53:55.656Z },
93682026-06-02T17:53:55.657Z },
93692026-06-02T17:53:55.657Z },
93702026-06-02T17:53:55.657Z },
93712026-06-02T17:53:55.657Z smf_services_enabled_not_online: SvcsCmdError(
93722026-06-02T17:53:55.657Z SvcsError {
93732026-06-02T17:53:55.657Z error: "Command failed with status: 2",
93742026-06-02T17:53:55.657Z time_of_status: 2026-01-01T00:00:00Z,
93752026-06-02T17:53:55.657Z },
93762026-06-02T17:53:55.657Z ),
93772026-06-02T17:53:55.657Z reference_measurements: {
93782026-06-02T17:53:55.657Z "/this/path": SingleMeasurementInventory {
93792026-06-02T17:53:55.657Z path: "/this/path",
93802026-06-02T17:53:55.657Z result: Ok,
93812026-06-02T17:53:55.657Z },
93822026-06-02T17:53:55.657Z "/this/path2": SingleMeasurementInventory {
93832026-06-02T17:53:55.657Z path: "/this/path2",
93842026-06-02T17:53:55.657Z result: Ok,
93852026-06-02T17:53:55.657Z },
93862026-06-02T17:53:55.657Z },
93872026-06-02T17:53:55.657Z },
93882026-06-02T17:53:55.657Z c5aec1df-b897-49e4-8085-ccd975f9b529 (sled): SledAgent {
93892026-06-02T17:53:55.657Z time_collected: 2026-06-02T17:53:54.623787Z,
93902026-06-02T17:53:55.657Z source: "fake sled agent 1",
93912026-06-02T17:53:55.657Z sled_id: c5aec1df-b897-49e4-8085-ccd975f9b529 (sled),
93922026-06-02T17:53:55.661Z baseboard_id: Some(
93932026-06-02T17:53:55.661Z BaseboardId {
93942026-06-02T17:53:55.661Z part_number: "model1",
93952026-06-02T17:53:55.661Z serial_number: "s1",
93962026-06-02T17:53:55.661Z },
93972026-06-02T17:53:55.661Z ),
93982026-06-02T17:53:55.662Z sled_agent_address: [::1]:56792,
93992026-06-02T17:53:55.662Z sled_role: Gimlet,
94002026-06-02T17:53:55.662Z usable_hardware_threads: 10,
94012026-06-02T17:53:55.662Z usable_physical_ram: ByteCount(
94022026-06-02T17:53:55.662Z 1048576,
94032026-06-02T17:53:55.662Z ),
94042026-06-02T17:53:55.662Z cpu_family: AmdMilan,
94052026-06-02T17:53:55.662Z reservoir_size: ByteCount(
94062026-06-02T17:53:55.662Z 1024,
94072026-06-02T17:53:55.662Z ),
94082026-06-02T17:53:55.662Z disks: [
94092026-06-02T17:53:55.662Z PhysicalDisk {
94102026-06-02T17:53:55.662Z identity: DiskIdentity {
94112026-06-02T17:53:55.662Z vendor: "macrohard",
94122026-06-02T17:53:55.662Z model: "box",
94132026-06-02T17:53:55.663Z serial: "XXIV",
94142026-06-02T17:53:55.663Z },
94152026-06-02T17:53:55.663Z variant: M2,
94162026-06-02T17:53:55.663Z slot: 0,
94172026-06-02T17:53:55.663Z firmware: Nvme(
94182026-06-02T17:53:55.663Z NvmeFirmware {
94192026-06-02T17:53:55.663Z active_slot: 1,
94202026-06-02T17:53:55.663Z next_active_slot: None,
94212026-06-02T17:53:55.663Z number_of_slots: 1,
94222026-06-02T17:53:55.663Z slot1_is_read_only: true,
94232026-06-02T17:53:55.663Z slot_firmware_versions: [
94242026-06-02T17:53:55.663Z Some(
94252026-06-02T17:53:55.663Z "EXAMP1",
94262026-06-02T17:53:55.663Z ),
94272026-06-02T17:53:55.663Z ],
94282026-06-02T17:53:55.663Z },
94292026-06-02T17:53:55.663Z ),
94302026-06-02T17:53:55.663Z },
94312026-06-02T17:53:55.663Z PhysicalDisk {
94322026-06-02T17:53:55.663Z identity: DiskIdentity {
94332026-06-02T17:53:55.663Z vendor: "memetendo",
94342026-06-02T17:53:55.663Z model: "swatch",
94352026-06-02T17:53:55.663Z serial: "0001",
94362026-06-02T17:53:55.663Z },
94372026-06-02T17:53:55.663Z variant: U2,
94382026-06-02T17:53:55.663Z slot: 1,
94392026-06-02T17:53:55.663Z firmware: Nvme(
94402026-06-02T17:53:55.663Z NvmeFirmware {
94412026-06-02T17:53:55.663Z active_slot: 1,
94422026-06-02T17:53:55.663Z next_active_slot: None,
94432026-06-02T17:53:55.663Z number_of_slots: 1,
94442026-06-02T17:53:55.663Z slot1_is_read_only: true,
94452026-06-02T17:53:55.663Z slot_firmware_versions: [
94462026-06-02T17:53:55.663Z Some(
94472026-06-02T17:53:55.663Z "EXAMP1",
94482026-06-02T17:53:55.663Z ),
94492026-06-02T17:53:55.663Z ],
94502026-06-02T17:53:55.663Z },
94512026-06-02T17:53:55.663Z ),
94522026-06-02T17:53:55.664Z },
94532026-06-02T17:53:55.664Z PhysicalDisk {
94542026-06-02T17:53:55.664Z identity: DiskIdentity {
94552026-06-02T17:53:55.664Z vendor: "memetendo",
94562026-06-02T17:53:55.664Z model: "swatch",
94572026-06-02T17:53:55.664Z serial: "0002",
94582026-06-02T17:53:55.664Z },
94592026-06-02T17:53:55.664Z variant: U2,
94602026-06-02T17:53:55.664Z slot: 2,
94612026-06-02T17:53:55.664Z firmware: Nvme(
94622026-06-02T17:53:55.664Z NvmeFirmware {
94632026-06-02T17:53:55.664Z active_slot: 1,
94642026-06-02T17:53:55.664Z next_active_slot: None,
94652026-06-02T17:53:55.664Z number_of_slots: 1,
94662026-06-02T17:53:55.664Z slot1_is_read_only: true,
94672026-06-02T17:53:55.664Z slot_firmware_versions: [
94682026-06-02T17:53:55.664Z Some(
94692026-06-02T17:53:55.664Z "EXAMP1",
94702026-06-02T17:53:55.664Z ),
94712026-06-02T17:53:55.664Z ],
94722026-06-02T17:53:55.664Z },
94732026-06-02T17:53:55.664Z ),
94742026-06-02T17:53:55.664Z },
94752026-06-02T17:53:55.664Z PhysicalDisk {
94762026-06-02T17:53:55.664Z identity: DiskIdentity {
94772026-06-02T17:53:55.664Z vendor: "tony",
94782026-06-02T17:53:55.664Z model: "craystation",
94792026-06-02T17:53:55.664Z serial: "5",
94802026-06-02T17:53:55.664Z },
94812026-06-02T17:53:55.664Z variant: U2,
94822026-06-02T17:53:55.665Z slot: 3,
94832026-06-02T17:53:55.665Z firmware: Nvme(
94842026-06-02T17:53:55.665Z NvmeFirmware {
94852026-06-02T17:53:55.665Z active_slot: 1,
94862026-06-02T17:53:55.665Z next_active_slot: None,
94872026-06-02T17:53:55.665Z number_of_slots: 1,
94882026-06-02T17:53:55.665Z slot1_is_read_only: true,
94892026-06-02T17:53:55.665Z slot_firmware_versions: [
94902026-06-02T17:53:55.665Z Some(
94912026-06-02T17:53:55.665Z "EXAMP1",
94922026-06-02T17:53:55.670Z ),
94932026-06-02T17:53:55.670Z ],
94942026-06-02T17:53:55.670Z },
94952026-06-02T17:53:55.670Z ),
94962026-06-02T17:53:55.670Z },
94972026-06-02T17:53:55.670Z ],
94982026-06-02T17:53:55.670Z zpools: [
94992026-06-02T17:53:55.670Z Zpool {
95002026-06-02T17:53:55.670Z time_collected: 2026-06-02T17:53:54.623787Z,
95012026-06-02T17:53:55.670Z id: 7a706f6f-6c00-0000-0000-000000000001 (zpool),
95022026-06-02T17:53:55.670Z total_size: ByteCount(
95032026-06-02T17:53:55.670Z 4096,
95042026-06-02T17:53:55.670Z ),
95052026-06-02T17:53:55.670Z health: Online,
95062026-06-02T17:53:55.670Z },
95072026-06-02T17:53:55.670Z Zpool {
95082026-06-02T17:53:55.670Z time_collected: 2026-06-02T17:53:54.623787Z,
95092026-06-02T17:53:55.670Z id: 7a706f6f-6c00-0000-0000-000000000002 (zpool),
95102026-06-02T17:53:55.670Z total_size: ByteCount(
95112026-06-02T17:53:55.670Z 4096,
95122026-06-02T17:53:55.670Z ),
95132026-06-02T17:53:55.670Z health: Online,
95142026-06-02T17:53:55.670Z },
95152026-06-02T17:53:55.670Z Zpool {
95162026-06-02T17:53:55.670Z time_collected: 2026-06-02T17:53:54.623787Z,
95172026-06-02T17:53:55.670Z id: 7a706f6f-6c00-0000-0000-000000000003 (zpool),
95182026-06-02T17:53:55.670Z total_size: ByteCount(
95192026-06-02T17:53:55.670Z 4096,
95202026-06-02T17:53:55.671Z ),
95212026-06-02T17:53:55.671Z health: Online,
95222026-06-02T17:53:55.671Z },
95232026-06-02T17:53:55.671Z Zpool {
95242026-06-02T17:53:55.671Z time_collected: 2026-06-02T17:53:54.623787Z,
95252026-06-02T17:53:55.671Z id: 7a706f6f-6c00-0000-0000-000000000004 (zpool),
95262026-06-02T17:53:55.671Z total_size: ByteCount(
95272026-06-02T17:53:55.671Z 4096,
95282026-06-02T17:53:55.671Z ),
95292026-06-02T17:53:55.671Z health: Online,
95302026-06-02T17:53:55.671Z },
95312026-06-02T17:53:55.671Z ],
95322026-06-02T17:53:55.671Z datasets: [
95332026-06-02T17:53:55.671Z Dataset {
95342026-06-02T17:53:55.671Z id: Some(
95352026-06-02T17:53:55.671Z afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset),
95362026-06-02T17:53:55.671Z ),
95372026-06-02T17:53:55.671Z name: "oxp_7a706f6f-6c00-0000-0000-000000000001/crypt/debug",
95382026-06-02T17:53:55.671Z available: ByteCount(
95392026-06-02T17:53:55.671Z 1024,
95402026-06-02T17:53:55.671Z ),
95412026-06-02T17:53:55.671Z used: ByteCount(
95422026-06-02T17:53:55.671Z 0,
95432026-06-02T17:53:55.671Z ),
95442026-06-02T17:53:55.671Z quota: None,
95452026-06-02T17:53:55.671Z reservation: None,
95462026-06-02T17:53:55.671Z compression: "lz4",
95472026-06-02T17:53:55.671Z },
95482026-06-02T17:53:55.671Z ],
95492026-06-02T17:53:55.671Z ledgered_sled_config: Some(
95502026-06-02T17:53:55.671Z OmicronSledConfig {
95512026-06-02T17:53:55.671Z generation: Generation(
95522026-06-02T17:53:55.671Z 5,
95532026-06-02T17:53:55.671Z ),
95542026-06-02T17:53:55.671Z disks: {
95552026-06-02T17:53:55.671Z 70687973-6963-616c-6469-736b00000001 (physical_disk): OmicronPhysicalDiskConfig {
95562026-06-02T17:53:55.671Z identity: DiskIdentity {
95572026-06-02T17:53:55.671Z vendor: "macrohard",
95582026-06-02T17:53:55.671Z model: "box",
95592026-06-02T17:53:55.672Z serial: "XXIV",
95602026-06-02T17:53:55.672Z },
95612026-06-02T17:53:55.672Z id: 70687973-6963-616c-6469-736b00000001 (physical_disk),
95622026-06-02T17:53:55.672Z pool_id: 7a706f6f-6c00-0000-0000-000000000001 (zpool),
95632026-06-02T17:53:55.672Z },
95642026-06-02T17:53:55.672Z 70687973-6963-616c-6469-736b00000002 (physical_disk): OmicronPhysicalDiskConfig {
95652026-06-02T17:53:55.672Z identity: DiskIdentity {
95662026-06-02T17:53:55.672Z vendor: "memetendo",
95672026-06-02T17:53:55.672Z model: "swatch",
95682026-06-02T17:53:55.672Z serial: "0001",
95692026-06-02T17:53:55.672Z },
95702026-06-02T17:53:55.672Z id: 70687973-6963-616c-6469-736b00000002 (physical_disk),
95712026-06-02T17:53:55.672Z pool_id: 7a706f6f-6c00-0000-0000-000000000002 (zpool),
95722026-06-02T17:53:55.672Z },
95732026-06-02T17:53:55.672Z 70687973-6963-616c-6469-736b00000003 (physical_disk): OmicronPhysicalDiskConfig {
95742026-06-02T17:53:55.672Z identity: DiskIdentity {
95752026-06-02T17:53:55.672Z vendor: "memetendo",
95762026-06-02T17:53:55.672Z model: "swatch",
95772026-06-02T17:53:55.672Z serial: "0002",
95782026-06-02T17:53:55.672Z },
95792026-06-02T17:53:55.672Z id: 70687973-6963-616c-6469-736b00000003 (physical_disk),
95802026-06-02T17:53:55.672Z pool_id: 7a706f6f-6c00-0000-0000-000000000003 (zpool),
95812026-06-02T17:53:55.672Z },
95822026-06-02T17:53:55.672Z 70687973-6963-616c-6469-736b00000004 (physical_disk): OmicronPhysicalDiskConfig {
95832026-06-02T17:53:55.672Z identity: DiskIdentity {
95842026-06-02T17:53:55.672Z vendor: "tony",
95852026-06-02T17:53:55.672Z model: "craystation",
95862026-06-02T17:53:55.672Z serial: "5",
95872026-06-02T17:53:55.672Z },
95882026-06-02T17:53:55.672Z id: 70687973-6963-616c-6469-736b00000004 (physical_disk),
95892026-06-02T17:53:55.672Z pool_id: 7a706f6f-6c00-0000-0000-000000000004 (zpool),
95902026-06-02T17:53:55.672Z },
95912026-06-02T17:53:55.672Z },
95922026-06-02T17:53:55.677Z datasets: {
95932026-06-02T17:53:55.677Z afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset): DatasetConfig {
95942026-06-02T17:53:55.677Z id: afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset),
95952026-06-02T17:53:55.677Z name: DatasetName {
95962026-06-02T17:53:55.677Z pool_name: External(
95972026-06-02T17:53:55.677Z 7a706f6f-6c00-0000-0000-000000000001 (external_zpool),
95982026-06-02T17:53:55.677Z ),
95992026-06-02T17:53:55.677Z kind: Debug,
96002026-06-02T17:53:55.677Z },
96012026-06-02T17:53:55.677Z inner: SharedDatasetConfig {
96022026-06-02T17:53:55.677Z compression: Lz4,
96032026-06-02T17:53:55.677Z quota: None,
96042026-06-02T17:53:55.677Z reservation: None,
96052026-06-02T17:53:55.677Z },
96062026-06-02T17:53:55.677Z },
96072026-06-02T17:53:55.677Z },
96082026-06-02T17:53:55.677Z zones: {
96092026-06-02T17:53:55.677Z 0a5f085b-dfb9-4eed-bd24-678bd97e453c (omicron_zone): OmicronZoneConfig {
96102026-06-02T17:53:55.677Z id: 0a5f085b-dfb9-4eed-bd24-678bd97e453c (omicron_zone),
96112026-06-02T17:53:55.677Z filesystem_pool: None,
96122026-06-02T17:53:55.677Z zone_type: Crucible {
96132026-06-02T17:53:55.677Z address: [fd00:1122:3344:104::c]:32345,
96142026-06-02T17:53:55.677Z dataset: OmicronZoneDataset {
96152026-06-02T17:53:55.677Z pool_name: External(
96162026-06-02T17:53:55.677Z e1bf20e5-603c-4d14-94c4-47dc1eb58c45 (external_zpool),
96172026-06-02T17:53:55.677Z ),
96182026-06-02T17:53:55.677Z },
96192026-06-02T17:53:55.677Z },
96202026-06-02T17:53:55.677Z image_source: InstallDataset,
96212026-06-02T17:53:55.677Z },
96222026-06-02T17:53:55.677Z 175eb50f-c54c-41ed-b30e-bb710868b362 (omicron_zone): OmicronZoneConfig {
96232026-06-02T17:53:55.677Z id: 175eb50f-c54c-41ed-b30e-bb710868b362 (omicron_zone),
96242026-06-02T17:53:55.677Z filesystem_pool: None,
96252026-06-02T17:53:55.677Z zone_type: Crucible {
96262026-06-02T17:53:55.677Z address: [fd00:1122:3344:104::a]:32345,
96272026-06-02T17:53:55.677Z dataset: OmicronZoneDataset {
96282026-06-02T17:53:55.677Z pool_name: External(
96292026-06-02T17:53:55.678Z 3bcdbecd-827a-426e-96b6-30c355b78301 (external_zpool),
96302026-06-02T17:53:55.678Z ),
96312026-06-02T17:53:55.678Z },
96322026-06-02T17:53:55.678Z },
96332026-06-02T17:53:55.678Z image_source: InstallDataset,
96342026-06-02T17:53:55.678Z },
96352026-06-02T17:53:55.678Z 23856e18-8736-49a6-b487-bc5bf850fee0 (omicron_zone): OmicronZoneConfig {
96362026-06-02T17:53:55.678Z id: 23856e18-8736-49a6-b487-bc5bf850fee0 (omicron_zone),
96372026-06-02T17:53:55.678Z filesystem_pool: None,
96382026-06-02T17:53:55.678Z zone_type: InternalDns {
96392026-06-02T17:53:55.678Z dataset: OmicronZoneDataset {
96402026-06-02T17:53:55.678Z pool_name: External(
96412026-06-02T17:53:55.678Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
96422026-06-02T17:53:55.678Z ),
96432026-06-02T17:53:55.678Z },
96442026-06-02T17:53:55.678Z http_address: [fd00:1122:3344:2::1]:5353,
96452026-06-02T17:53:55.678Z dns_address: [fd00:1122:3344:2::1]:53,
96462026-06-02T17:53:55.678Z gz_address: fd00:1122:3344:2::2,
96472026-06-02T17:53:55.678Z gz_address_index: 1,
96482026-06-02T17:53:55.678Z },
96492026-06-02T17:53:55.678Z image_source: InstallDataset,
96502026-06-02T17:53:55.678Z },
96512026-06-02T17:53:55.678Z 28786d99-48d2-4491-a4ae-943e603f3dab (omicron_zone): OmicronZoneConfig {
96522026-06-02T17:53:55.678Z id: 28786d99-48d2-4491-a4ae-943e603f3dab (omicron_zone),
96532026-06-02T17:53:55.678Z filesystem_pool: None,
96542026-06-02T17:53:55.678Z zone_type: Crucible {
96552026-06-02T17:53:55.678Z address: [fd00:1122:3344:104::9]:32345,
96562026-06-02T17:53:55.678Z dataset: OmicronZoneDataset {
96572026-06-02T17:53:55.678Z pool_name: External(
96582026-06-02T17:53:55.678Z 8c96d804-3a6c-4c1b-be24-1e7fc18824de (external_zpool),
96592026-06-02T17:53:55.678Z ),
96602026-06-02T17:53:55.678Z },
96612026-06-02T17:53:55.678Z },
96622026-06-02T17:53:55.678Z image_source: InstallDataset,
96632026-06-02T17:53:55.678Z },
96642026-06-02T17:53:55.678Z 442c669b-14d4-48b5-8f05-741b3c67a558 (omicron_zone): OmicronZoneConfig {
96652026-06-02T17:53:55.678Z id: 442c669b-14d4-48b5-8f05-741b3c67a558 (omicron_zone),
96662026-06-02T17:53:55.678Z filesystem_pool: None,
96672026-06-02T17:53:55.678Z zone_type: Crucible {
96682026-06-02T17:53:55.679Z address: [fd00:1122:3344:104::8]:32345,
96692026-06-02T17:53:55.679Z dataset: OmicronZoneDataset {
96702026-06-02T17:53:55.679Z pool_name: External(
96712026-06-02T17:53:55.679Z 0010be1f-4223-4f3e-844c-3e823488a852 (external_zpool),
96722026-06-02T17:53:55.679Z ),
96732026-06-02T17:53:55.679Z },
96742026-06-02T17:53:55.679Z },
96752026-06-02T17:53:55.679Z image_source: InstallDataset,
96762026-06-02T17:53:55.679Z },
96772026-06-02T17:53:55.679Z 543e32e4-7d8c-4888-a085-1c530555ee22 (omicron_zone): OmicronZoneConfig {
96782026-06-02T17:53:55.679Z id: 543e32e4-7d8c-4888-a085-1c530555ee22 (omicron_zone),
96792026-06-02T17:53:55.679Z filesystem_pool: None,
96802026-06-02T17:53:55.679Z zone_type: Crucible {
96812026-06-02T17:53:55.679Z address: [fd00:1122:3344:104::6]:32345,
96822026-06-02T17:53:55.679Z dataset: OmicronZoneDataset {
96832026-06-02T17:53:55.679Z pool_name: External(
96842026-06-02T17:53:55.679Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
96852026-06-02T17:53:55.679Z ),
96862026-06-02T17:53:55.679Z },
96872026-06-02T17:53:55.679Z },
96882026-06-02T17:53:55.679Z image_source: InstallDataset,
96892026-06-02T17:53:55.679Z },
96902026-06-02T17:53:55.679Z 5a6d10a6-ce94-444b-82ce-be25ebe58b9a (omicron_zone): OmicronZoneConfig {
96912026-06-02T17:53:55.679Z id: 5a6d10a6-ce94-444b-82ce-be25ebe58b9a (omicron_zone),
96922026-06-02T17:53:55.683Z filesystem_pool: None,
96932026-06-02T17:53:55.683Z zone_type: Crucible {
96942026-06-02T17:53:55.683Z address: [fd00:1122:3344:104::f]:32345,
96952026-06-02T17:53:55.683Z dataset: OmicronZoneDataset {
96962026-06-02T17:53:55.683Z pool_name: External(
96972026-06-02T17:53:55.683Z 13a6ef76-5904-4794-8083-dfeb6806e5f1 (external_zpool),
96982026-06-02T17:53:55.683Z ),
96992026-06-02T17:53:55.683Z },
97002026-06-02T17:53:55.683Z },
97012026-06-02T17:53:55.683Z image_source: InstallDataset,
97022026-06-02T17:53:55.683Z },
97032026-06-02T17:53:55.683Z 5d840664-3eb1-45da-8876-d44e1cfb1142 (omicron_zone): OmicronZoneConfig {
97042026-06-02T17:53:55.683Z id: 5d840664-3eb1-45da-8876-d44e1cfb1142 (omicron_zone),
97052026-06-02T17:53:55.683Z filesystem_pool: None,
97062026-06-02T17:53:55.683Z zone_type: CockroachDb {
97072026-06-02T17:53:55.683Z address: [fd00:1122:3344:104::3]:32221,
97082026-06-02T17:53:55.683Z dataset: OmicronZoneDataset {
97092026-06-02T17:53:55.684Z pool_name: External(
97102026-06-02T17:53:55.684Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
97112026-06-02T17:53:55.684Z ),
97122026-06-02T17:53:55.684Z },
97132026-06-02T17:53:55.684Z },
97142026-06-02T17:53:55.684Z image_source: InstallDataset,
97152026-06-02T17:53:55.684Z },
97162026-06-02T17:53:55.684Z 5db69c8f-4565-4cae-8372-f20ada0f67e9 (omicron_zone): OmicronZoneConfig {
97172026-06-02T17:53:55.684Z id: 5db69c8f-4565-4cae-8372-f20ada0f67e9 (omicron_zone),
97182026-06-02T17:53:55.684Z filesystem_pool: None,
97192026-06-02T17:53:55.684Z zone_type: Clickhouse {
97202026-06-02T17:53:55.684Z address: [fd00:1122:3344:104::5]:8123,
97212026-06-02T17:53:55.684Z dataset: OmicronZoneDataset {
97222026-06-02T17:53:55.684Z pool_name: External(
97232026-06-02T17:53:55.684Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
97242026-06-02T17:53:55.684Z ),
97252026-06-02T17:53:55.684Z },
97262026-06-02T17:53:55.684Z },
97272026-06-02T17:53:55.684Z image_source: InstallDataset,
97282026-06-02T17:53:55.684Z },
97292026-06-02T17:53:55.684Z 844a964a-831c-4cb9-82b5-3883c9b404db (omicron_zone): OmicronZoneConfig {
97302026-06-02T17:53:55.684Z id: 844a964a-831c-4cb9-82b5-3883c9b404db (omicron_zone),
97312026-06-02T17:53:55.684Z filesystem_pool: None,
97322026-06-02T17:53:55.684Z zone_type: Crucible {
97332026-06-02T17:53:55.684Z address: [fd00:1122:3344:104::e]:32345,
97342026-06-02T17:53:55.684Z dataset: OmicronZoneDataset {
97352026-06-02T17:53:55.684Z pool_name: External(
97362026-06-02T17:53:55.684Z d721dbb5-6a10-4fe8-9d70-fae69ab84676 (external_zpool),
97372026-06-02T17:53:55.684Z ),
97382026-06-02T17:53:55.684Z },
97392026-06-02T17:53:55.684Z },
97402026-06-02T17:53:55.684Z image_source: InstallDataset,
97412026-06-02T17:53:55.684Z },
97422026-06-02T17:53:55.684Z ab67e1fa-337f-45e6-83f0-6e94a9d50fc0 (omicron_zone): OmicronZoneConfig {
97432026-06-02T17:53:55.684Z id: ab67e1fa-337f-45e6-83f0-6e94a9d50fc0 (omicron_zone),
97442026-06-02T17:53:55.684Z filesystem_pool: None,
97452026-06-02T17:53:55.684Z zone_type: Nexus {
97462026-06-02T17:53:55.684Z internal_address: [fd00:1122:3344:104::4]:12221,
97472026-06-02T17:53:55.685Z lockstep_port: 12232,
97482026-06-02T17:53:55.685Z external_ip: 172.20.28.2,
97492026-06-02T17:53:55.685Z nic: NetworkInterface {
97502026-06-02T17:53:55.685Z id: 5d4a7e78-d1e1-41cd-881c-02d808fb90be,
97512026-06-02T17:53:55.685Z kind: Service {
97522026-06-02T17:53:55.685Z id: ab67e1fa-337f-45e6-83f0-6e94a9d50fc0,
97532026-06-02T17:53:55.685Z },
97542026-06-02T17:53:55.685Z name: Name(
97552026-06-02T17:53:55.685Z "nexus-ab67e1fa-337f-45e6-83f0-6e94a9d50fc0",
97562026-06-02T17:53:55.685Z ),
97572026-06-02T17:53:55.685Z ip_config: V4(
97582026-06-02T17:53:55.685Z PrivateIpv4Config {
97592026-06-02T17:53:55.685Z ip: 172.30.2.5,
97602026-06-02T17:53:55.685Z subnet: Ipv4Net {
97612026-06-02T17:53:55.685Z addr: 172.30.2.0,
97622026-06-02T17:53:55.685Z width: 24,
97632026-06-02T17:53:55.685Z },
97642026-06-02T17:53:55.685Z transit_ips: [],
97652026-06-02T17:53:55.685Z },
97662026-06-02T17:53:55.685Z ),
97672026-06-02T17:53:55.685Z mac: MacAddr(
97682026-06-02T17:53:55.685Z MacAddr6(
97692026-06-02T17:53:55.685Z [
97702026-06-02T17:53:55.685Z 168,
97712026-06-02T17:53:55.685Z 64,
97722026-06-02T17:53:55.685Z 37,
97732026-06-02T17:53:55.685Z 255,
97742026-06-02T17:53:55.685Z 183,
97752026-06-02T17:53:55.685Z 226,
97762026-06-02T17:53:55.685Z ],
97772026-06-02T17:53:55.685Z ),
97782026-06-02T17:53:55.685Z ),
97792026-06-02T17:53:55.685Z vni: Vni(
97802026-06-02T17:53:55.685Z 100,
97812026-06-02T17:53:55.685Z ),
97822026-06-02T17:53:55.685Z primary: true,
97832026-06-02T17:53:55.685Z slot: 0,
97842026-06-02T17:53:55.685Z },
97852026-06-02T17:53:55.685Z external_tls: true,
97862026-06-02T17:53:55.686Z external_dns_servers: [
97872026-06-02T17:53:55.686Z 1.1.1.1,
97882026-06-02T17:53:55.686Z 9.9.9.9,
97892026-06-02T17:53:55.686Z ],
97902026-06-02T17:53:55.686Z },
97912026-06-02T17:53:55.686Z image_source: InstallDataset,
97922026-06-02T17:53:55.691Z },
97932026-06-02T17:53:55.691Z cd8a5031-44a3-4090-86d7-2bfcc3de7942 (omicron_zone): OmicronZoneConfig {
97942026-06-02T17:53:55.691Z id: cd8a5031-44a3-4090-86d7-2bfcc3de7942 (omicron_zone),
97952026-06-02T17:53:55.691Z filesystem_pool: None,
97962026-06-02T17:53:55.691Z zone_type: Crucible {
97972026-06-02T17:53:55.691Z address: [fd00:1122:3344:104::d]:32345,
97982026-06-02T17:53:55.691Z dataset: OmicronZoneDataset {
97992026-06-02T17:53:55.691Z pool_name: External(
98002026-06-02T17:53:55.691Z a90de3a7-b760-45b7-ad72-70cd3570a940 (external_zpool),
98012026-06-02T17:53:55.691Z ),
98022026-06-02T17:53:55.691Z },
98032026-06-02T17:53:55.691Z },
98042026-06-02T17:53:55.691Z image_source: InstallDataset,
98052026-06-02T17:53:55.691Z },
98062026-06-02T17:53:55.691Z d38984ac-a366-4936-b64f-d98ae3dc2035 (omicron_zone): OmicronZoneConfig {
98072026-06-02T17:53:55.691Z id: d38984ac-a366-4936-b64f-d98ae3dc2035 (omicron_zone),
98082026-06-02T17:53:55.691Z filesystem_pool: None,
98092026-06-02T17:53:55.691Z zone_type: BoundaryNtp {
98102026-06-02T17:53:55.691Z address: [fd00:1122:3344:104::10]:123,
98112026-06-02T17:53:55.691Z ntp_servers: [
98122026-06-02T17:53:55.691Z "ntp.eng.oxide.computer",
98132026-06-02T17:53:55.691Z ],
98142026-06-02T17:53:55.691Z dns_servers: [
98152026-06-02T17:53:55.691Z 1.1.1.1,
98162026-06-02T17:53:55.692Z 9.9.9.9,
98172026-06-02T17:53:55.692Z ],
98182026-06-02T17:53:55.692Z domain: None,
98192026-06-02T17:53:55.692Z nic: NetworkInterface {
98202026-06-02T17:53:55.692Z id: 2e4943f4-0477-4b5b-afd7-70c1f4aaf928,
98212026-06-02T17:53:55.692Z kind: Service {
98222026-06-02T17:53:55.692Z id: d38984ac-a366-4936-b64f-d98ae3dc2035,
98232026-06-02T17:53:55.692Z },
98242026-06-02T17:53:55.692Z name: Name(
98252026-06-02T17:53:55.692Z "ntp-d38984ac-a366-4936-b64f-d98ae3dc2035",
98262026-06-02T17:53:55.692Z ),
98272026-06-02T17:53:55.692Z ip_config: V4(
98282026-06-02T17:53:55.692Z PrivateIpv4Config {
98292026-06-02T17:53:55.692Z ip: 172.30.3.6,
98302026-06-02T17:53:55.692Z subnet: Ipv4Net {
98312026-06-02T17:53:55.692Z addr: 172.30.3.0,
98322026-06-02T17:53:55.692Z width: 24,
98332026-06-02T17:53:55.692Z },
98342026-06-02T17:53:55.692Z transit_ips: [],
98352026-06-02T17:53:55.692Z },
98362026-06-02T17:53:55.692Z ),
98372026-06-02T17:53:55.692Z mac: MacAddr(
98382026-06-02T17:53:55.692Z MacAddr6(
98392026-06-02T17:53:55.692Z [
98402026-06-02T17:53:55.692Z 168,
98412026-06-02T17:53:55.692Z 64,
98422026-06-02T17:53:55.692Z 37,
98432026-06-02T17:53:55.692Z 255,
98442026-06-02T17:53:55.692Z 192,
98452026-06-02T17:53:55.692Z 56,
98462026-06-02T17:53:55.692Z ],
98472026-06-02T17:53:55.692Z ),
98482026-06-02T17:53:55.692Z ),
98492026-06-02T17:53:55.692Z vni: Vni(
98502026-06-02T17:53:55.692Z 100,
98512026-06-02T17:53:55.692Z ),
98522026-06-02T17:53:55.692Z primary: true,
98532026-06-02T17:53:55.693Z slot: 0,
98542026-06-02T17:53:55.693Z },
98552026-06-02T17:53:55.693Z snat_cfg: SourceNatConfig {
98562026-06-02T17:53:55.693Z ip: 172.20.28.6,
98572026-06-02T17:53:55.693Z first_port: 16384,
98582026-06-02T17:53:55.693Z last_port: 32767,
98592026-06-02T17:53:55.693Z },
98602026-06-02T17:53:55.693Z },
98612026-06-02T17:53:55.693Z image_source: InstallDataset,
98622026-06-02T17:53:55.693Z },
98632026-06-02T17:53:55.693Z e59b6fc3-3b0e-4e17-acfa-0351e2924771 (omicron_zone): OmicronZoneConfig {
98642026-06-02T17:53:55.693Z id: e59b6fc3-3b0e-4e17-acfa-0351e2924771 (omicron_zone),
98652026-06-02T17:53:55.693Z filesystem_pool: None,
98662026-06-02T17:53:55.693Z zone_type: Crucible {
98672026-06-02T17:53:55.693Z address: [fd00:1122:3344:104::b]:32345,
98682026-06-02T17:53:55.693Z dataset: OmicronZoneDataset {
98692026-06-02T17:53:55.693Z pool_name: External(
98702026-06-02T17:53:55.693Z 49154338-0e01-4394-9dd2-cb4c53cbb90f (external_zpool),
98712026-06-02T17:53:55.693Z ),
98722026-06-02T17:53:55.693Z },
98732026-06-02T17:53:55.693Z },
98742026-06-02T17:53:55.693Z image_source: InstallDataset,
98752026-06-02T17:53:55.693Z },
98762026-06-02T17:53:55.693Z f7f78c86-f572-49bf-b6cd-24658ddee847 (omicron_zone): OmicronZoneConfig {
98772026-06-02T17:53:55.693Z id: f7f78c86-f572-49bf-b6cd-24658ddee847 (omicron_zone),
98782026-06-02T17:53:55.693Z filesystem_pool: None,
98792026-06-02T17:53:55.693Z zone_type: Crucible {
98802026-06-02T17:53:55.693Z address: [fd00:1122:3344:104::7]:32345,
98812026-06-02T17:53:55.693Z dataset: OmicronZoneDataset {
98822026-06-02T17:53:55.693Z pool_name: External(
98832026-06-02T17:53:55.693Z 5dd3aedf-c3c5-4258-8864-3ea8b5ae321b (external_zpool),
98842026-06-02T17:53:55.693Z ),
98852026-06-02T17:53:55.693Z },
98862026-06-02T17:53:55.693Z },
98872026-06-02T17:53:55.693Z image_source: InstallDataset,
98882026-06-02T17:53:55.693Z },
98892026-06-02T17:53:55.693Z },
98902026-06-02T17:53:55.693Z remove_mupdate_override: None,
98912026-06-02T17:53:55.693Z host_phase_2: HostPhase2DesiredSlots {
98922026-06-02T17:53:55.698Z slot_a: CurrentContents,
98932026-06-02T17:53:55.698Z slot_b: CurrentContents,
98942026-06-02T17:53:55.698Z },
98952026-06-02T17:53:55.698Z measurements: {},
98962026-06-02T17:53:55.698Z },
98972026-06-02T17:53:55.698Z ),
98982026-06-02T17:53:55.698Z reconciler_status: Idle {
98992026-06-02T17:53:55.699Z completed_at: 2026-06-02T17:53:54.623706Z,
99002026-06-02T17:53:55.699Z ran_for: 5s,
99012026-06-02T17:53:55.699Z },
99022026-06-02T17:53:55.699Z last_reconciliation: Some(
99032026-06-02T17:53:55.699Z ConfigReconcilerInventory {
99042026-06-02T17:53:55.699Z last_reconciled_config: OmicronSledConfig {
99052026-06-02T17:53:55.699Z generation: Generation(
99062026-06-02T17:53:55.699Z 5,
99072026-06-02T17:53:55.699Z ),
99082026-06-02T17:53:55.699Z disks: {
99092026-06-02T17:53:55.699Z 70687973-6963-616c-6469-736b00000001 (physical_disk): OmicronPhysicalDiskConfig {
99102026-06-02T17:53:55.699Z identity: DiskIdentity {
99112026-06-02T17:53:55.699Z vendor: "macrohard",
99122026-06-02T17:53:55.699Z model: "box",
99132026-06-02T17:53:55.699Z serial: "XXIV",
99142026-06-02T17:53:55.699Z },
99152026-06-02T17:53:55.699Z id: 70687973-6963-616c-6469-736b00000001 (physical_disk),
99162026-06-02T17:53:55.699Z pool_id: 7a706f6f-6c00-0000-0000-000000000001 (zpool),
99172026-06-02T17:53:55.699Z },
99182026-06-02T17:53:55.699Z 70687973-6963-616c-6469-736b00000002 (physical_disk): OmicronPhysicalDiskConfig {
99192026-06-02T17:53:55.699Z identity: DiskIdentity {
99202026-06-02T17:53:55.699Z vendor: "memetendo",
99212026-06-02T17:53:55.699Z model: "swatch",
99222026-06-02T17:53:55.699Z serial: "0001",
99232026-06-02T17:53:55.699Z },
99242026-06-02T17:53:55.699Z id: 70687973-6963-616c-6469-736b00000002 (physical_disk),
99252026-06-02T17:53:55.699Z pool_id: 7a706f6f-6c00-0000-0000-000000000002 (zpool),
99262026-06-02T17:53:55.699Z },
99272026-06-02T17:53:55.699Z 70687973-6963-616c-6469-736b00000003 (physical_disk): OmicronPhysicalDiskConfig {
99282026-06-02T17:53:55.699Z identity: DiskIdentity {
99292026-06-02T17:53:55.699Z vendor: "memetendo",
99302026-06-02T17:53:55.699Z model: "swatch",
99312026-06-02T17:53:55.699Z serial: "0002",
99322026-06-02T17:53:55.699Z },
99332026-06-02T17:53:55.699Z id: 70687973-6963-616c-6469-736b00000003 (physical_disk),
99342026-06-02T17:53:55.699Z pool_id: 7a706f6f-6c00-0000-0000-000000000003 (zpool),
99352026-06-02T17:53:55.699Z },
99362026-06-02T17:53:55.699Z 70687973-6963-616c-6469-736b00000004 (physical_disk): OmicronPhysicalDiskConfig {
99372026-06-02T17:53:55.699Z identity: DiskIdentity {
99382026-06-02T17:53:55.700Z vendor: "tony",
99392026-06-02T17:53:55.700Z model: "craystation",
99402026-06-02T17:53:55.700Z serial: "5",
99412026-06-02T17:53:55.700Z },
99422026-06-02T17:53:55.700Z id: 70687973-6963-616c-6469-736b00000004 (physical_disk),
99432026-06-02T17:53:55.700Z pool_id: 7a706f6f-6c00-0000-0000-000000000004 (zpool),
99442026-06-02T17:53:55.700Z },
99452026-06-02T17:53:55.700Z },
99462026-06-02T17:53:55.700Z datasets: {
99472026-06-02T17:53:55.700Z afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset): DatasetConfig {
99482026-06-02T17:53:55.700Z id: afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset),
99492026-06-02T17:53:55.700Z name: DatasetName {
99502026-06-02T17:53:55.700Z pool_name: External(
99512026-06-02T17:53:55.700Z 7a706f6f-6c00-0000-0000-000000000001 (external_zpool),
99522026-06-02T17:53:55.700Z ),
99532026-06-02T17:53:55.700Z kind: Debug,
99542026-06-02T17:53:55.700Z },
99552026-06-02T17:53:55.700Z inner: SharedDatasetConfig {
99562026-06-02T17:53:55.700Z compression: Lz4,
99572026-06-02T17:53:55.700Z quota: None,
99582026-06-02T17:53:55.700Z reservation: None,
99592026-06-02T17:53:55.700Z },
99602026-06-02T17:53:55.700Z },
99612026-06-02T17:53:55.700Z },
99622026-06-02T17:53:55.700Z zones: {
99632026-06-02T17:53:55.700Z 0a5f085b-dfb9-4eed-bd24-678bd97e453c (omicron_zone): OmicronZoneConfig {
99642026-06-02T17:53:55.700Z id: 0a5f085b-dfb9-4eed-bd24-678bd97e453c (omicron_zone),
99652026-06-02T17:53:55.700Z filesystem_pool: None,
99662026-06-02T17:53:55.700Z zone_type: Crucible {
99672026-06-02T17:53:55.700Z address: [fd00:1122:3344:104::c]:32345,
99682026-06-02T17:53:55.700Z dataset: OmicronZoneDataset {
99692026-06-02T17:53:55.700Z pool_name: External(
99702026-06-02T17:53:55.700Z e1bf20e5-603c-4d14-94c4-47dc1eb58c45 (external_zpool),
99712026-06-02T17:53:55.700Z ),
99722026-06-02T17:53:55.700Z },
99732026-06-02T17:53:55.700Z },
99742026-06-02T17:53:55.700Z image_source: InstallDataset,
99752026-06-02T17:53:55.700Z },
99762026-06-02T17:53:55.700Z 175eb50f-c54c-41ed-b30e-bb710868b362 (omicron_zone): OmicronZoneConfig {
99772026-06-02T17:53:55.701Z id: 175eb50f-c54c-41ed-b30e-bb710868b362 (omicron_zone),
99782026-06-02T17:53:55.701Z filesystem_pool: None,
99792026-06-02T17:53:55.701Z zone_type: Crucible {
99802026-06-02T17:53:55.701Z address: [fd00:1122:3344:104::a]:32345,
99812026-06-02T17:53:55.701Z dataset: OmicronZoneDataset {
99822026-06-02T17:53:55.701Z pool_name: External(
99832026-06-02T17:53:55.701Z 3bcdbecd-827a-426e-96b6-30c355b78301 (external_zpool),
99842026-06-02T17:53:55.701Z ),
99852026-06-02T17:53:55.701Z },
99862026-06-02T17:53:55.701Z },
99872026-06-02T17:53:55.701Z image_source: InstallDataset,
99882026-06-02T17:53:55.701Z },
99892026-06-02T17:53:55.701Z 23856e18-8736-49a6-b487-bc5bf850fee0 (omicron_zone): OmicronZoneConfig {
99902026-06-02T17:53:55.701Z id: 23856e18-8736-49a6-b487-bc5bf850fee0 (omicron_zone),
99912026-06-02T17:53:55.701Z filesystem_pool: None,
99922026-06-02T17:53:55.705Z zone_type: InternalDns {
99932026-06-02T17:53:55.705Z dataset: OmicronZoneDataset {
99942026-06-02T17:53:55.705Z pool_name: External(
99952026-06-02T17:53:55.705Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
99962026-06-02T17:53:55.705Z ),
99972026-06-02T17:53:55.705Z },
99982026-06-02T17:53:55.705Z http_address: [fd00:1122:3344:2::1]:5353,
99992026-06-02T17:53:55.705Z dns_address: [fd00:1122:3344:2::1]:53,
100002026-06-02T17:53:55.705Z gz_address: fd00:1122:3344:2::2,
100012026-06-02T17:53:55.705Z gz_address_index: 1,
100022026-06-02T17:53:55.705Z },
100032026-06-02T17:53:55.705Z image_source: InstallDataset,
100042026-06-02T17:53:55.705Z },
100052026-06-02T17:53:55.705Z 28786d99-48d2-4491-a4ae-943e603f3dab (omicron_zone): OmicronZoneConfig {
100062026-06-02T17:53:55.705Z id: 28786d99-48d2-4491-a4ae-943e603f3dab (omicron_zone),
100072026-06-02T17:53:55.705Z filesystem_pool: None,
100082026-06-02T17:53:55.705Z zone_type: Crucible {
100092026-06-02T17:53:55.705Z address: [fd00:1122:3344:104::9]:32345,
100102026-06-02T17:53:55.705Z dataset: OmicronZoneDataset {
100112026-06-02T17:53:55.706Z pool_name: External(
100122026-06-02T17:53:55.706Z 8c96d804-3a6c-4c1b-be24-1e7fc18824de (external_zpool),
100132026-06-02T17:53:55.706Z ),
100142026-06-02T17:53:55.706Z },
100152026-06-02T17:53:55.706Z },
100162026-06-02T17:53:55.706Z image_source: InstallDataset,
100172026-06-02T17:53:55.706Z },
100182026-06-02T17:53:55.706Z 442c669b-14d4-48b5-8f05-741b3c67a558 (omicron_zone): OmicronZoneConfig {
100192026-06-02T17:53:55.706Z id: 442c669b-14d4-48b5-8f05-741b3c67a558 (omicron_zone),
100202026-06-02T17:53:55.706Z filesystem_pool: None,
100212026-06-02T17:53:55.706Z zone_type: Crucible {
100222026-06-02T17:53:55.706Z address: [fd00:1122:3344:104::8]:32345,
100232026-06-02T17:53:55.706Z dataset: OmicronZoneDataset {
100242026-06-02T17:53:55.706Z pool_name: External(
100252026-06-02T17:53:55.706Z 0010be1f-4223-4f3e-844c-3e823488a852 (external_zpool),
100262026-06-02T17:53:55.706Z ),
100272026-06-02T17:53:55.706Z },
100282026-06-02T17:53:55.706Z },
100292026-06-02T17:53:55.706Z image_source: InstallDataset,
100302026-06-02T17:53:55.706Z },
100312026-06-02T17:53:55.706Z 543e32e4-7d8c-4888-a085-1c530555ee22 (omicron_zone): OmicronZoneConfig {
100322026-06-02T17:53:55.706Z id: 543e32e4-7d8c-4888-a085-1c530555ee22 (omicron_zone),
100332026-06-02T17:53:55.706Z filesystem_pool: None,
100342026-06-02T17:53:55.706Z zone_type: Crucible {
100352026-06-02T17:53:55.706Z address: [fd00:1122:3344:104::6]:32345,
100362026-06-02T17:53:55.706Z dataset: OmicronZoneDataset {
100372026-06-02T17:53:55.706Z pool_name: External(
100382026-06-02T17:53:55.706Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
100392026-06-02T17:53:55.706Z ),
100402026-06-02T17:53:55.706Z },
100412026-06-02T17:53:55.706Z },
100422026-06-02T17:53:55.706Z image_source: InstallDataset,
100432026-06-02T17:53:55.706Z },
100442026-06-02T17:53:55.706Z 5a6d10a6-ce94-444b-82ce-be25ebe58b9a (omicron_zone): OmicronZoneConfig {
100452026-06-02T17:53:55.706Z id: 5a6d10a6-ce94-444b-82ce-be25ebe58b9a (omicron_zone),
100462026-06-02T17:53:55.706Z filesystem_pool: None,
100472026-06-02T17:53:55.706Z zone_type: Crucible {
100482026-06-02T17:53:55.706Z address: [fd00:1122:3344:104::f]:32345,
100492026-06-02T17:53:55.706Z dataset: OmicronZoneDataset {
100502026-06-02T17:53:55.707Z pool_name: External(
100512026-06-02T17:53:55.707Z 13a6ef76-5904-4794-8083-dfeb6806e5f1 (external_zpool),
100522026-06-02T17:53:55.707Z ),
100532026-06-02T17:53:55.707Z },
100542026-06-02T17:53:55.707Z },
100552026-06-02T17:53:55.707Z image_source: InstallDataset,
100562026-06-02T17:53:55.707Z },
100572026-06-02T17:53:55.707Z 5d840664-3eb1-45da-8876-d44e1cfb1142 (omicron_zone): OmicronZoneConfig {
100582026-06-02T17:53:55.707Z id: 5d840664-3eb1-45da-8876-d44e1cfb1142 (omicron_zone),
100592026-06-02T17:53:55.707Z filesystem_pool: None,
100602026-06-02T17:53:55.707Z zone_type: CockroachDb {
100612026-06-02T17:53:55.707Z address: [fd00:1122:3344:104::3]:32221,
100622026-06-02T17:53:55.707Z dataset: OmicronZoneDataset {
100632026-06-02T17:53:55.707Z pool_name: External(
100642026-06-02T17:53:55.707Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
100652026-06-02T17:53:55.707Z ),
100662026-06-02T17:53:55.707Z },
100672026-06-02T17:53:55.707Z },
100682026-06-02T17:53:55.707Z image_source: InstallDataset,
100692026-06-02T17:53:55.707Z },
100702026-06-02T17:53:55.707Z 5db69c8f-4565-4cae-8372-f20ada0f67e9 (omicron_zone): OmicronZoneConfig {
100712026-06-02T17:53:55.707Z id: 5db69c8f-4565-4cae-8372-f20ada0f67e9 (omicron_zone),
100722026-06-02T17:53:55.707Z filesystem_pool: None,
100732026-06-02T17:53:55.707Z zone_type: Clickhouse {
100742026-06-02T17:53:55.707Z address: [fd00:1122:3344:104::5]:8123,
100752026-06-02T17:53:55.707Z dataset: OmicronZoneDataset {
100762026-06-02T17:53:55.707Z pool_name: External(
100772026-06-02T17:53:55.707Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
100782026-06-02T17:53:55.707Z ),
100792026-06-02T17:53:55.707Z },
100802026-06-02T17:53:55.707Z },
100812026-06-02T17:53:55.707Z image_source: InstallDataset,
100822026-06-02T17:53:55.707Z },
100832026-06-02T17:53:55.707Z 844a964a-831c-4cb9-82b5-3883c9b404db (omicron_zone): OmicronZoneConfig {
100842026-06-02T17:53:55.707Z id: 844a964a-831c-4cb9-82b5-3883c9b404db (omicron_zone),
100852026-06-02T17:53:55.707Z filesystem_pool: None,
100862026-06-02T17:53:55.707Z zone_type: Crucible {
100872026-06-02T17:53:55.707Z address: [fd00:1122:3344:104::e]:32345,
100882026-06-02T17:53:55.707Z dataset: OmicronZoneDataset {
100892026-06-02T17:53:55.708Z pool_name: External(
100902026-06-02T17:53:55.708Z d721dbb5-6a10-4fe8-9d70-fae69ab84676 (external_zpool),
100912026-06-02T17:53:55.708Z ),
100922026-06-02T17:53:55.712Z },
100932026-06-02T17:53:55.712Z },
100942026-06-02T17:53:55.712Z image_source: InstallDataset,
100952026-06-02T17:53:55.712Z },
100962026-06-02T17:53:55.712Z ab67e1fa-337f-45e6-83f0-6e94a9d50fc0 (omicron_zone): OmicronZoneConfig {
100972026-06-02T17:53:55.712Z id: ab67e1fa-337f-45e6-83f0-6e94a9d50fc0 (omicron_zone),
100982026-06-02T17:53:55.712Z filesystem_pool: None,
100992026-06-02T17:53:55.712Z zone_type: Nexus {
101002026-06-02T17:53:55.712Z internal_address: [fd00:1122:3344:104::4]:12221,
101012026-06-02T17:53:55.712Z lockstep_port: 12232,
101022026-06-02T17:53:55.712Z external_ip: 172.20.28.2,
101032026-06-02T17:53:55.712Z nic: NetworkInterface {
101042026-06-02T17:53:55.712Z id: 5d4a7e78-d1e1-41cd-881c-02d808fb90be,
101052026-06-02T17:53:55.712Z kind: Service {
101062026-06-02T17:53:55.712Z id: ab67e1fa-337f-45e6-83f0-6e94a9d50fc0,
101072026-06-02T17:53:55.712Z },
101082026-06-02T17:53:55.712Z name: Name(
101092026-06-02T17:53:55.712Z "nexus-ab67e1fa-337f-45e6-83f0-6e94a9d50fc0",
101102026-06-02T17:53:55.712Z ),
101112026-06-02T17:53:55.712Z ip_config: V4(
101122026-06-02T17:53:55.712Z PrivateIpv4Config {
101132026-06-02T17:53:55.712Z ip: 172.30.2.5,
101142026-06-02T17:53:55.712Z subnet: Ipv4Net {
101152026-06-02T17:53:55.712Z addr: 172.30.2.0,
101162026-06-02T17:53:55.712Z width: 24,
101172026-06-02T17:53:55.712Z },
101182026-06-02T17:53:55.712Z transit_ips: [],
101192026-06-02T17:53:55.712Z },
101202026-06-02T17:53:55.712Z ),
101212026-06-02T17:53:55.712Z mac: MacAddr(
101222026-06-02T17:53:55.712Z MacAddr6(
101232026-06-02T17:53:55.712Z [
101242026-06-02T17:53:55.712Z 168,
101252026-06-02T17:53:55.712Z 64,
101262026-06-02T17:53:55.712Z 37,
101272026-06-02T17:53:55.712Z 255,
101282026-06-02T17:53:55.712Z 183,
101292026-06-02T17:53:55.713Z 226,
101302026-06-02T17:53:55.713Z ],
101312026-06-02T17:53:55.713Z ),
101322026-06-02T17:53:55.713Z ),
101332026-06-02T17:53:55.713Z vni: Vni(
101342026-06-02T17:53:55.713Z 100,
101352026-06-02T17:53:55.713Z ),
101362026-06-02T17:53:55.713Z primary: true,
101372026-06-02T17:53:55.713Z slot: 0,
101382026-06-02T17:53:55.713Z },
101392026-06-02T17:53:55.713Z external_tls: true,
101402026-06-02T17:53:55.713Z external_dns_servers: [
101412026-06-02T17:53:55.713Z 1.1.1.1,
101422026-06-02T17:53:55.713Z 9.9.9.9,
101432026-06-02T17:53:55.713Z ],
101442026-06-02T17:53:55.713Z },
101452026-06-02T17:53:55.713Z image_source: InstallDataset,
101462026-06-02T17:53:55.713Z },
101472026-06-02T17:53:55.713Z cd8a5031-44a3-4090-86d7-2bfcc3de7942 (omicron_zone): OmicronZoneConfig {
101482026-06-02T17:53:55.713Z id: cd8a5031-44a3-4090-86d7-2bfcc3de7942 (omicron_zone),
101492026-06-02T17:53:55.713Z filesystem_pool: None,
101502026-06-02T17:53:55.713Z zone_type: Crucible {
101512026-06-02T17:53:55.713Z address: [fd00:1122:3344:104::d]:32345,
101522026-06-02T17:53:55.713Z dataset: OmicronZoneDataset {
101532026-06-02T17:53:55.713Z pool_name: External(
101542026-06-02T17:53:55.713Z a90de3a7-b760-45b7-ad72-70cd3570a940 (external_zpool),
101552026-06-02T17:53:55.713Z ),
101562026-06-02T17:53:55.713Z },
101572026-06-02T17:53:55.713Z },
101582026-06-02T17:53:55.713Z image_source: InstallDataset,
101592026-06-02T17:53:55.713Z },
101602026-06-02T17:53:55.713Z d38984ac-a366-4936-b64f-d98ae3dc2035 (omicron_zone): OmicronZoneConfig {
101612026-06-02T17:53:55.713Z id: d38984ac-a366-4936-b64f-d98ae3dc2035 (omicron_zone),
101622026-06-02T17:53:55.713Z filesystem_pool: None,
101632026-06-02T17:53:55.713Z zone_type: BoundaryNtp {
101642026-06-02T17:53:55.713Z address: [fd00:1122:3344:104::10]:123,
101652026-06-02T17:53:55.713Z ntp_servers: [
101662026-06-02T17:53:55.714Z "ntp.eng.oxide.computer",
101672026-06-02T17:53:55.714Z ],
101682026-06-02T17:53:55.714Z dns_servers: [
101692026-06-02T17:53:55.714Z 1.1.1.1,
101702026-06-02T17:53:55.714Z 9.9.9.9,
101712026-06-02T17:53:55.714Z ],
101722026-06-02T17:53:55.714Z domain: None,
101732026-06-02T17:53:55.714Z nic: NetworkInterface {
101742026-06-02T17:53:55.714Z id: 2e4943f4-0477-4b5b-afd7-70c1f4aaf928,
101752026-06-02T17:53:55.714Z kind: Service {
101762026-06-02T17:53:55.714Z id: d38984ac-a366-4936-b64f-d98ae3dc2035,
101772026-06-02T17:53:55.714Z },
101782026-06-02T17:53:55.714Z name: Name(
101792026-06-02T17:53:55.714Z "ntp-d38984ac-a366-4936-b64f-d98ae3dc2035",
101802026-06-02T17:53:55.714Z ),
101812026-06-02T17:53:55.714Z ip_config: V4(
101822026-06-02T17:53:55.714Z PrivateIpv4Config {
101832026-06-02T17:53:55.714Z ip: 172.30.3.6,
101842026-06-02T17:53:55.714Z subnet: Ipv4Net {
101852026-06-02T17:53:55.714Z addr: 172.30.3.0,
101862026-06-02T17:53:55.714Z width: 24,
101872026-06-02T17:53:55.714Z },
101882026-06-02T17:53:55.714Z transit_ips: [],
101892026-06-02T17:53:55.714Z },
101902026-06-02T17:53:55.714Z ),
101912026-06-02T17:53:55.714Z mac: MacAddr(
101922026-06-02T17:53:55.721Z MacAddr6(
101932026-06-02T17:53:55.721Z [
101942026-06-02T17:53:55.721Z 168,
101952026-06-02T17:53:55.721Z 64,
101962026-06-02T17:53:55.721Z 37,
101972026-06-02T17:53:55.721Z 255,
101982026-06-02T17:53:55.721Z 192,
101992026-06-02T17:53:55.721Z 56,
102002026-06-02T17:53:55.721Z ],
102012026-06-02T17:53:55.721Z ),
102022026-06-02T17:53:55.721Z ),
102032026-06-02T17:53:55.721Z vni: Vni(
102042026-06-02T17:53:55.721Z 100,
102052026-06-02T17:53:55.721Z ),
102062026-06-02T17:53:55.721Z primary: true,
102072026-06-02T17:53:55.721Z slot: 0,
102082026-06-02T17:53:55.721Z },
102092026-06-02T17:53:55.721Z snat_cfg: SourceNatConfig {
102102026-06-02T17:53:55.721Z ip: 172.20.28.6,
102112026-06-02T17:53:55.721Z first_port: 16384,
102122026-06-02T17:53:55.721Z last_port: 32767,
102132026-06-02T17:53:55.721Z },
102142026-06-02T17:53:55.721Z },
102152026-06-02T17:53:55.721Z image_source: InstallDataset,
102162026-06-02T17:53:55.721Z },
102172026-06-02T17:53:55.721Z e59b6fc3-3b0e-4e17-acfa-0351e2924771 (omicron_zone): OmicronZoneConfig {
102182026-06-02T17:53:55.721Z id: e59b6fc3-3b0e-4e17-acfa-0351e2924771 (omicron_zone),
102192026-06-02T17:53:55.721Z filesystem_pool: None,
102202026-06-02T17:53:55.721Z zone_type: Crucible {
102212026-06-02T17:53:55.721Z address: [fd00:1122:3344:104::b]:32345,
102222026-06-02T17:53:55.721Z dataset: OmicronZoneDataset {
102232026-06-02T17:53:55.721Z pool_name: External(
102242026-06-02T17:53:55.721Z 49154338-0e01-4394-9dd2-cb4c53cbb90f (external_zpool),
102252026-06-02T17:53:55.721Z ),
102262026-06-02T17:53:55.721Z },
102272026-06-02T17:53:55.722Z },
102282026-06-02T17:53:55.722Z image_source: InstallDataset,
102292026-06-02T17:53:55.722Z },
102302026-06-02T17:53:55.722Z f7f78c86-f572-49bf-b6cd-24658ddee847 (omicron_zone): OmicronZoneConfig {
102312026-06-02T17:53:55.722Z id: f7f78c86-f572-49bf-b6cd-24658ddee847 (omicron_zone),
102322026-06-02T17:53:55.722Z filesystem_pool: None,
102332026-06-02T17:53:55.722Z zone_type: Crucible {
102342026-06-02T17:53:55.722Z address: [fd00:1122:3344:104::7]:32345,
102352026-06-02T17:53:55.722Z dataset: OmicronZoneDataset {
102362026-06-02T17:53:55.722Z pool_name: External(
102372026-06-02T17:53:55.722Z 5dd3aedf-c3c5-4258-8864-3ea8b5ae321b (external_zpool),
102382026-06-02T17:53:55.722Z ),
102392026-06-02T17:53:55.722Z },
102402026-06-02T17:53:55.722Z },
102412026-06-02T17:53:55.722Z image_source: InstallDataset,
102422026-06-02T17:53:55.722Z },
102432026-06-02T17:53:55.722Z },
102442026-06-02T17:53:55.722Z remove_mupdate_override: None,
102452026-06-02T17:53:55.722Z host_phase_2: HostPhase2DesiredSlots {
102462026-06-02T17:53:55.722Z slot_a: CurrentContents,
102472026-06-02T17:53:55.722Z slot_b: CurrentContents,
102482026-06-02T17:53:55.722Z },
102492026-06-02T17:53:55.722Z measurements: {},
102502026-06-02T17:53:55.722Z },
102512026-06-02T17:53:55.722Z external_disks: {
102522026-06-02T17:53:55.722Z 70687973-6963-616c-6469-736b00000001 (physical_disk): Ok,
102532026-06-02T17:53:55.722Z 70687973-6963-616c-6469-736b00000002 (physical_disk): Ok,
102542026-06-02T17:53:55.722Z 70687973-6963-616c-6469-736b00000003 (physical_disk): Ok,
102552026-06-02T17:53:55.722Z 70687973-6963-616c-6469-736b00000004 (physical_disk): Ok,
102562026-06-02T17:53:55.722Z },
102572026-06-02T17:53:55.722Z datasets: {
102582026-06-02T17:53:55.722Z afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset): Ok,
102592026-06-02T17:53:55.722Z },
102602026-06-02T17:53:55.722Z orphaned_datasets: {
102612026-06-02T17:53:55.722Z DatasetName {
102622026-06-02T17:53:55.722Z pool_name: External(
102632026-06-02T17:53:55.722Z 0e8995ea-df44-4a1e-9bbf-c8093abf701a (external_zpool),
102642026-06-02T17:53:55.722Z ),
102652026-06-02T17:53:55.722Z kind: ExternalDns,
102662026-06-02T17:53:55.723Z }: OrphanedDataset {
102672026-06-02T17:53:55.723Z name: DatasetName {
102682026-06-02T17:53:55.723Z pool_name: External(
102692026-06-02T17:53:55.723Z 0e8995ea-df44-4a1e-9bbf-c8093abf701a (external_zpool),
102702026-06-02T17:53:55.723Z ),
102712026-06-02T17:53:55.723Z kind: ExternalDns,
102722026-06-02T17:53:55.723Z },
102732026-06-02T17:53:55.723Z reason: "example orphaned dataset",
102742026-06-02T17:53:55.723Z id: Some(
102752026-06-02T17:53:55.723Z 8bb1f55f-00d2-41bb-9ad7-452b485cebf5 (dataset),
102762026-06-02T17:53:55.723Z ),
102772026-06-02T17:53:55.723Z mounted: false,
102782026-06-02T17:53:55.723Z available: ByteCount(
102792026-06-02T17:53:55.723Z 0,
102802026-06-02T17:53:55.723Z ),
102812026-06-02T17:53:55.723Z used: ByteCount(
102822026-06-02T17:53:55.723Z 0,
102832026-06-02T17:53:55.723Z ),
102842026-06-02T17:53:55.723Z },
102852026-06-02T17:53:55.723Z },
102862026-06-02T17:53:55.723Z zones: {
102872026-06-02T17:53:55.723Z 0a5f085b-dfb9-4eed-bd24-678bd97e453c (omicron_zone): Ok,
102882026-06-02T17:53:55.723Z 175eb50f-c54c-41ed-b30e-bb710868b362 (omicron_zone): Ok,
102892026-06-02T17:53:55.723Z 23856e18-8736-49a6-b487-bc5bf850fee0 (omicron_zone): Ok,
102902026-06-02T17:53:55.723Z 28786d99-48d2-4491-a4ae-943e603f3dab (omicron_zone): Ok,
102912026-06-02T17:53:55.723Z 442c669b-14d4-48b5-8f05-741b3c67a558 (omicron_zone): Ok,
102922026-06-02T17:53:55.728Z 543e32e4-7d8c-4888-a085-1c530555ee22 (omicron_zone): Ok,
102932026-06-02T17:53:55.728Z 5a6d10a6-ce94-444b-82ce-be25ebe58b9a (omicron_zone): Ok,
102942026-06-02T17:53:55.728Z 5d840664-3eb1-45da-8876-d44e1cfb1142 (omicron_zone): Ok,
102952026-06-02T17:53:55.728Z 5db69c8f-4565-4cae-8372-f20ada0f67e9 (omicron_zone): Ok,
102962026-06-02T17:53:55.728Z 844a964a-831c-4cb9-82b5-3883c9b404db (omicron_zone): Ok,
102972026-06-02T17:53:55.728Z ab67e1fa-337f-45e6-83f0-6e94a9d50fc0 (omicron_zone): Ok,
102982026-06-02T17:53:55.728Z cd8a5031-44a3-4090-86d7-2bfcc3de7942 (omicron_zone): Ok,
102992026-06-02T17:53:55.728Z d38984ac-a366-4936-b64f-d98ae3dc2035 (omicron_zone): Ok,
103002026-06-02T17:53:55.728Z e59b6fc3-3b0e-4e17-acfa-0351e2924771 (omicron_zone): Ok,
103012026-06-02T17:53:55.728Z f7f78c86-f572-49bf-b6cd-24658ddee847 (omicron_zone): Ok,
103022026-06-02T17:53:55.728Z },
103032026-06-02T17:53:55.728Z boot_partitions: BootPartitionContents {
103042026-06-02T17:53:55.728Z boot_disk: Ok(
103052026-06-02T17:53:55.728Z A,
103062026-06-02T17:53:55.728Z ),
103072026-06-02T17:53:55.728Z slot_a: Ok(
103082026-06-02T17:53:55.728Z BootPartitionDetails {
103092026-06-02T17:53:55.728Z header: BootImageHeader {
103102026-06-02T17:53:55.728Z flags: 0,
103112026-06-02T17:53:55.728Z data_size: 10000,
103122026-06-02T17:53:55.728Z image_size: 10000,
103132026-06-02T17:53:55.728Z target_size: 10000,
103142026-06-02T17:53:55.728Z sha256: [
103152026-06-02T17:53:55.728Z 0,
103162026-06-02T17:53:55.728Z 0,
103172026-06-02T17:53:55.728Z 0,
103182026-06-02T17:53:55.728Z 0,
103192026-06-02T17:53:55.728Z 0,
103202026-06-02T17:53:55.728Z 0,
103212026-06-02T17:53:55.728Z 0,
103222026-06-02T17:53:55.728Z 0,
103232026-06-02T17:53:55.728Z 0,
103242026-06-02T17:53:55.728Z 0,
103252026-06-02T17:53:55.728Z 0,
103262026-06-02T17:53:55.728Z 0,
103272026-06-02T17:53:55.728Z 0,
103282026-06-02T17:53:55.728Z 0,
103292026-06-02T17:53:55.729Z 0,
103302026-06-02T17:53:55.729Z 0,
103312026-06-02T17:53:55.729Z 0,
103322026-06-02T17:53:55.729Z 0,
103332026-06-02T17:53:55.729Z 0,
103342026-06-02T17:53:55.729Z 0,
103352026-06-02T17:53:55.729Z 0,
103362026-06-02T17:53:55.729Z 0,
103372026-06-02T17:53:55.729Z 0,
103382026-06-02T17:53:55.729Z 0,
103392026-06-02T17:53:55.729Z 0,
103402026-06-02T17:53:55.729Z 0,
103412026-06-02T17:53:55.729Z 0,
103422026-06-02T17:53:55.729Z 0,
103432026-06-02T17:53:55.729Z 0,
103442026-06-02T17:53:55.729Z 0,
103452026-06-02T17:53:55.729Z 0,
103462026-06-02T17:53:55.729Z 0,
103472026-06-02T17:53:55.729Z ],
103482026-06-02T17:53:55.729Z image_name: "fake image for tests",
103492026-06-02T17:53:55.729Z },
103502026-06-02T17:53:55.729Z artifact_hash: ArtifactHash(
103512026-06-02T17:53:55.729Z "0101010101010101010101010101010101010101010101010101010101010101",
103522026-06-02T17:53:55.729Z ),
103532026-06-02T17:53:55.729Z artifact_size: 14096,
103542026-06-02T17:53:55.729Z },
103552026-06-02T17:53:55.729Z ),
103562026-06-02T17:53:55.729Z slot_b: Ok(
103572026-06-02T17:53:55.729Z BootPartitionDetails {
103582026-06-02T17:53:55.729Z header: BootImageHeader {
103592026-06-02T17:53:55.729Z flags: 0,
103602026-06-02T17:53:55.729Z data_size: 1000,
103612026-06-02T17:53:55.729Z image_size: 1000,
103622026-06-02T17:53:55.729Z target_size: 1000,
103632026-06-02T17:53:55.729Z sha256: [
103642026-06-02T17:53:55.729Z 1,
103652026-06-02T17:53:55.729Z 1,
103662026-06-02T17:53:55.729Z 1,
103672026-06-02T17:53:55.729Z 1,
103682026-06-02T17:53:55.729Z 1,
103692026-06-02T17:53:55.730Z 1,
103702026-06-02T17:53:55.730Z 1,
103712026-06-02T17:53:55.730Z 1,
103722026-06-02T17:53:55.730Z 1,
103732026-06-02T17:53:55.730Z 1,
103742026-06-02T17:53:55.730Z 1,
103752026-06-02T17:53:55.730Z 1,
103762026-06-02T17:53:55.730Z 1,
103772026-06-02T17:53:55.730Z 1,
103782026-06-02T17:53:55.730Z 1,
103792026-06-02T17:53:55.730Z 1,
103802026-06-02T17:53:55.730Z 1,
103812026-06-02T17:53:55.730Z 1,
103822026-06-02T17:53:55.730Z 1,
103832026-06-02T17:53:55.730Z 1,
103842026-06-02T17:53:55.730Z 1,
103852026-06-02T17:53:55.730Z 1,
103862026-06-02T17:53:55.730Z 1,
103872026-06-02T17:53:55.730Z 1,
103882026-06-02T17:53:55.730Z 1,
103892026-06-02T17:53:55.730Z 1,
103902026-06-02T17:53:55.730Z 1,
103912026-06-02T17:53:55.730Z 1,
103922026-06-02T17:53:55.736Z 1,
103932026-06-02T17:53:55.736Z 1,
103942026-06-02T17:53:55.736Z 1,
103952026-06-02T17:53:55.736Z 1,
103962026-06-02T17:53:55.736Z ],
103972026-06-02T17:53:55.736Z image_name: "fake from debug_assume_success()",
103982026-06-02T17:53:55.736Z },
103992026-06-02T17:53:55.736Z artifact_hash: ArtifactHash(
104002026-06-02T17:53:55.736Z "0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b",
104012026-06-02T17:53:55.736Z ),
104022026-06-02T17:53:55.736Z artifact_size: 1000,
104032026-06-02T17:53:55.736Z },
104042026-06-02T17:53:55.736Z ),
104052026-06-02T17:53:55.737Z },
104062026-06-02T17:53:55.737Z remove_mupdate_override: None,
104072026-06-02T17:53:55.737Z },
104082026-06-02T17:53:55.737Z ),
104092026-06-02T17:53:55.737Z file_source_resolver: OmicronFileSourceResolverInventory {
104102026-06-02T17:53:55.737Z zone_manifest: ManifestInventory {
104112026-06-02T17:53:55.737Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/zones.json",
104122026-06-02T17:53:55.737Z boot_inventory: Ok(
104132026-06-02T17:53:55.737Z ManifestBootInventory {
104142026-06-02T17:53:55.737Z source: Installinator {
104152026-06-02T17:53:55.737Z mupdate_id: 09ea7b06-6179-4db1-9b82-02cee265838b (mupdate),
104162026-06-02T17:53:55.737Z },
104172026-06-02T17:53:55.737Z artifacts: {
104182026-06-02T17:53:55.737Z "clickhouse.tar.gz": ZoneArtifactInventory {
104192026-06-02T17:53:55.737Z file_name: "clickhouse.tar.gz",
104202026-06-02T17:53:55.737Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
104212026-06-02T17:53:55.737Z expected_size: 15,
104222026-06-02T17:53:55.737Z expected_hash: ArtifactHash(
104232026-06-02T17:53:55.737Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
104242026-06-02T17:53:55.737Z ),
104252026-06-02T17:53:55.737Z status: Ok(
104262026-06-02T17:53:55.737Z (),
104272026-06-02T17:53:55.737Z ),
104282026-06-02T17:53:55.737Z },
104292026-06-02T17:53:55.737Z "cockroachdb.tar.gz": ZoneArtifactInventory {
104302026-06-02T17:53:55.737Z file_name: "cockroachdb.tar.gz",
104312026-06-02T17:53:55.737Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
104322026-06-02T17:53:55.737Z expected_size: 16,
104332026-06-02T17:53:55.737Z expected_hash: ArtifactHash(
104342026-06-02T17:53:55.737Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
104352026-06-02T17:53:55.737Z ),
104362026-06-02T17:53:55.737Z status: Ok(
104372026-06-02T17:53:55.737Z (),
104382026-06-02T17:53:55.737Z ),
104392026-06-02T17:53:55.738Z },
104402026-06-02T17:53:55.738Z "crucible.tar.gz": ZoneArtifactInventory {
104412026-06-02T17:53:55.738Z file_name: "crucible.tar.gz",
104422026-06-02T17:53:55.738Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
104432026-06-02T17:53:55.738Z expected_size: 13,
104442026-06-02T17:53:55.738Z expected_hash: ArtifactHash(
104452026-06-02T17:53:55.738Z "a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
104462026-06-02T17:53:55.738Z ),
104472026-06-02T17:53:55.738Z status: Ok(
104482026-06-02T17:53:55.738Z (),
104492026-06-02T17:53:55.738Z ),
104502026-06-02T17:53:55.738Z },
104512026-06-02T17:53:55.738Z "internal_dns.tar.gz": ZoneArtifactInventory {
104522026-06-02T17:53:55.738Z file_name: "internal_dns.tar.gz",
104532026-06-02T17:53:55.738Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
104542026-06-02T17:53:55.738Z expected_size: 17,
104552026-06-02T17:53:55.738Z expected_hash: ArtifactHash(
104562026-06-02T17:53:55.738Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
104572026-06-02T17:53:55.738Z ),
104582026-06-02T17:53:55.738Z status: Ok(
104592026-06-02T17:53:55.738Z (),
104602026-06-02T17:53:55.738Z ),
104612026-06-02T17:53:55.738Z },
104622026-06-02T17:53:55.738Z "nexus.tar.gz": ZoneArtifactInventory {
104632026-06-02T17:53:55.738Z file_name: "nexus.tar.gz",
104642026-06-02T17:53:55.738Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/nexus.tar.gz",
104652026-06-02T17:53:55.738Z expected_size: 10,
104662026-06-02T17:53:55.738Z expected_hash: ArtifactHash(
104672026-06-02T17:53:55.738Z "96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80",
104682026-06-02T17:53:55.738Z ),
104692026-06-02T17:53:55.738Z status: Ok(
104702026-06-02T17:53:55.738Z (),
104712026-06-02T17:53:55.738Z ),
104722026-06-02T17:53:55.738Z },
104732026-06-02T17:53:55.738Z },
104742026-06-02T17:53:55.738Z },
104752026-06-02T17:53:55.738Z ),
104762026-06-02T17:53:55.738Z non_boot_status: {
104772026-06-02T17:53:55.739Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
104782026-06-02T17:53:55.739Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
104792026-06-02T17:53:55.739Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/zones.json",
104802026-06-02T17:53:55.739Z is_valid: true,
104812026-06-02T17:53:55.739Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: 09ea7b06-6179-4db1-9b82-02cee265838b): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
104822026-06-02T17:53:55.739Z },
104832026-06-02T17:53:55.739Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
104842026-06-02T17:53:55.739Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
104852026-06-02T17:53:55.739Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/zones.json",
104862026-06-02T17:53:55.739Z is_valid: false,
104872026-06-02T17:53:55.739Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: 90301b50-800a-4446-bad9-62be0825b424): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
104882026-06-02T17:53:55.739Z },
104892026-06-02T17:53:55.739Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
104902026-06-02T17:53:55.739Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
104912026-06-02T17:53:55.739Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/zones.json",
104922026-06-02T17:53:55.744Z is_valid: false,
104932026-06-02T17:53:55.744Z message: "read error: error reading install metadata",
104942026-06-02T17:53:55.744Z },
104952026-06-02T17:53:55.744Z },
104962026-06-02T17:53:55.744Z },
104972026-06-02T17:53:55.744Z measurement_manifest: ManifestInventory {
104982026-06-02T17:53:55.744Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/measurements.json",
104992026-06-02T17:53:55.744Z boot_inventory: Ok(
105002026-06-02T17:53:55.744Z ManifestBootInventory {
105012026-06-02T17:53:55.744Z source: Installinator {
105022026-06-02T17:53:55.744Z mupdate_id: 09ea7b06-6179-4db1-9b82-02cee265838b (mupdate),
105032026-06-02T17:53:55.744Z },
105042026-06-02T17:53:55.744Z artifacts: {
105052026-06-02T17:53:55.744Z "clickhouse.tar.gz": ZoneArtifactInventory {
105062026-06-02T17:53:55.744Z file_name: "clickhouse.tar.gz",
105072026-06-02T17:53:55.744Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
105082026-06-02T17:53:55.744Z expected_size: 15,
105092026-06-02T17:53:55.744Z expected_hash: ArtifactHash(
105102026-06-02T17:53:55.744Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
105112026-06-02T17:53:55.744Z ),
105122026-06-02T17:53:55.745Z status: Ok(
105132026-06-02T17:53:55.745Z (),
105142026-06-02T17:53:55.745Z ),
105152026-06-02T17:53:55.745Z },
105162026-06-02T17:53:55.745Z "cockroachdb.tar.gz": ZoneArtifactInventory {
105172026-06-02T17:53:55.745Z file_name: "cockroachdb.tar.gz",
105182026-06-02T17:53:55.745Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
105192026-06-02T17:53:55.745Z expected_size: 16,
105202026-06-02T17:53:55.745Z expected_hash: ArtifactHash(
105212026-06-02T17:53:55.745Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
105222026-06-02T17:53:55.745Z ),
105232026-06-02T17:53:55.745Z status: Ok(
105242026-06-02T17:53:55.745Z (),
105252026-06-02T17:53:55.745Z ),
105262026-06-02T17:53:55.745Z },
105272026-06-02T17:53:55.745Z "crucible.tar.gz": ZoneArtifactInventory {
105282026-06-02T17:53:55.745Z file_name: "crucible.tar.gz",
105292026-06-02T17:53:55.745Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
105302026-06-02T17:53:55.745Z expected_size: 13,
105312026-06-02T17:53:55.745Z expected_hash: ArtifactHash(
105322026-06-02T17:53:55.745Z "a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
105332026-06-02T17:53:55.745Z ),
105342026-06-02T17:53:55.745Z status: Ok(
105352026-06-02T17:53:55.745Z (),
105362026-06-02T17:53:55.745Z ),
105372026-06-02T17:53:55.745Z },
105382026-06-02T17:53:55.745Z "internal_dns.tar.gz": ZoneArtifactInventory {
105392026-06-02T17:53:55.745Z file_name: "internal_dns.tar.gz",
105402026-06-02T17:53:55.745Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
105412026-06-02T17:53:55.745Z expected_size: 17,
105422026-06-02T17:53:55.745Z expected_hash: ArtifactHash(
105432026-06-02T17:53:55.745Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
105442026-06-02T17:53:55.745Z ),
105452026-06-02T17:53:55.745Z status: Ok(
105462026-06-02T17:53:55.745Z (),
105472026-06-02T17:53:55.745Z ),
105482026-06-02T17:53:55.745Z },
105492026-06-02T17:53:55.745Z "nexus.tar.gz": ZoneArtifactInventory {
105502026-06-02T17:53:55.745Z file_name: "nexus.tar.gz",
105512026-06-02T17:53:55.746Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/nexus.tar.gz",
105522026-06-02T17:53:55.746Z expected_size: 10,
105532026-06-02T17:53:55.746Z expected_hash: ArtifactHash(
105542026-06-02T17:53:55.746Z "96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80",
105552026-06-02T17:53:55.746Z ),
105562026-06-02T17:53:55.746Z status: Ok(
105572026-06-02T17:53:55.746Z (),
105582026-06-02T17:53:55.746Z ),
105592026-06-02T17:53:55.746Z },
105602026-06-02T17:53:55.746Z },
105612026-06-02T17:53:55.746Z },
105622026-06-02T17:53:55.746Z ),
105632026-06-02T17:53:55.746Z non_boot_status: {
105642026-06-02T17:53:55.746Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
105652026-06-02T17:53:55.746Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
105662026-06-02T17:53:55.746Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/measurements.json",
105672026-06-02T17:53:55.746Z is_valid: true,
105682026-06-02T17:53:55.746Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: 09ea7b06-6179-4db1-9b82-02cee265838b): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
105692026-06-02T17:53:55.746Z },
105702026-06-02T17:53:55.746Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
105712026-06-02T17:53:55.746Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
105722026-06-02T17:53:55.746Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/measurements.json",
105732026-06-02T17:53:55.746Z is_valid: false,
105742026-06-02T17:53:55.746Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: 90301b50-800a-4446-bad9-62be0825b424): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
105752026-06-02T17:53:55.746Z },
105762026-06-02T17:53:55.746Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
105772026-06-02T17:53:55.746Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
105782026-06-02T17:53:55.746Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/measurements.json",
105792026-06-02T17:53:55.746Z is_valid: false,
105802026-06-02T17:53:55.746Z message: "read error: error reading install metadata",
105812026-06-02T17:53:55.746Z },
105822026-06-02T17:53:55.746Z },
105832026-06-02T17:53:55.746Z },
105842026-06-02T17:53:55.746Z mupdate_override: MupdateOverrideInventory {
105852026-06-02T17:53:55.746Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/mupdate-override.json",
105862026-06-02T17:53:55.746Z boot_override: Ok(
105872026-06-02T17:53:55.746Z Some(
105882026-06-02T17:53:55.746Z MupdateOverrideBootInventory {
105892026-06-02T17:53:55.746Z mupdate_override_id: 05fafa6f-be58-42a9-93b3-337e579fd0a8 (mupdate_override),
105902026-06-02T17:53:55.747Z },
105912026-06-02T17:53:55.747Z ),
105922026-06-02T17:53:55.750Z ),
105932026-06-02T17:53:55.750Z non_boot_status: {
105942026-06-02T17:53:55.751Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): MupdateOverrideNonBootInventory {
105952026-06-02T17:53:55.751Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
105962026-06-02T17:53:55.751Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/mupdate-override.json",
105972026-06-02T17:53:55.751Z is_valid: true,
105982026-06-02T17:53:55.751Z message: "matches boot disk (present)",
105992026-06-02T17:53:55.751Z },
106002026-06-02T17:53:55.751Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): MupdateOverrideNonBootInventory {
106012026-06-02T17:53:55.751Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
106022026-06-02T17:53:55.751Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/mupdate-override.json",
106032026-06-02T17:53:55.751Z is_valid: false,
106042026-06-02T17:53:55.751Z message: "boot disk has override but non-boot disk does not",
106052026-06-02T17:53:55.751Z },
106062026-06-02T17:53:55.751Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): MupdateOverrideNonBootInventory {
106072026-06-02T17:53:55.751Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
106082026-06-02T17:53:55.751Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/mupdate-override.json",
106092026-06-02T17:53:55.751Z is_valid: false,
106102026-06-02T17:53:55.751Z message: "read error: install metadata read error",
106112026-06-02T17:53:55.751Z },
106122026-06-02T17:53:55.751Z },
106132026-06-02T17:53:55.751Z },
106142026-06-02T17:53:55.751Z },
106152026-06-02T17:53:55.751Z smf_services_enabled_not_online: DataUnavailable,
106162026-06-02T17:53:55.751Z reference_measurements: {
106172026-06-02T17:53:55.751Z "/this/path": SingleMeasurementInventory {
106182026-06-02T17:53:55.751Z path: "/this/path",
106192026-06-02T17:53:55.751Z result: Ok,
106202026-06-02T17:53:55.751Z },
106212026-06-02T17:53:55.751Z "/this/path2": SingleMeasurementInventory {
106222026-06-02T17:53:55.751Z path: "/this/path2",
106232026-06-02T17:53:55.751Z result: Ok,
106242026-06-02T17:53:55.751Z },
106252026-06-02T17:53:55.751Z },
106262026-06-02T17:53:55.751Z },
106272026-06-02T17:53:55.751Z d7efa9c4-833d-4354-a9a2-94ba9715c154 (sled): SledAgent {
106282026-06-02T17:53:55.751Z time_collected: 2026-06-02T17:53:54.624472Z,
106292026-06-02T17:53:55.751Z source: "fake sled agent 4",
106302026-06-02T17:53:55.751Z sled_id: d7efa9c4-833d-4354-a9a2-94ba9715c154 (sled),
106312026-06-02T17:53:55.751Z baseboard_id: Some(
106322026-06-02T17:53:55.752Z BaseboardId {
106332026-06-02T17:53:55.752Z part_number: "model1",
106342026-06-02T17:53:55.752Z serial_number: "s4",
106352026-06-02T17:53:55.752Z },
106362026-06-02T17:53:55.752Z ),
106372026-06-02T17:53:55.752Z sled_agent_address: [::1]:56792,
106382026-06-02T17:53:55.752Z sled_role: Scrimlet,
106392026-06-02T17:53:55.752Z usable_hardware_threads: 10,
106402026-06-02T17:53:55.752Z usable_physical_ram: ByteCount(
106412026-06-02T17:53:55.752Z 1048576,
106422026-06-02T17:53:55.752Z ),
106432026-06-02T17:53:55.752Z cpu_family: AmdMilan,
106442026-06-02T17:53:55.752Z reservoir_size: ByteCount(
106452026-06-02T17:53:55.752Z 1024,
106462026-06-02T17:53:55.752Z ),
106472026-06-02T17:53:55.752Z disks: [],
106482026-06-02T17:53:55.752Z zpools: [],
106492026-06-02T17:53:55.752Z datasets: [],
106502026-06-02T17:53:55.752Z ledgered_sled_config: Some(
106512026-06-02T17:53:55.752Z OmicronSledConfig {
106522026-06-02T17:53:55.752Z generation: Generation(
106532026-06-02T17:53:55.752Z 5,
106542026-06-02T17:53:55.752Z ),
106552026-06-02T17:53:55.752Z disks: {},
106562026-06-02T17:53:55.752Z datasets: {},
106572026-06-02T17:53:55.752Z zones: {
106582026-06-02T17:53:55.752Z 0322760d-a1e2-4911-8745-569f6bad8251 (omicron_zone): OmicronZoneConfig {
106592026-06-02T17:53:55.752Z id: 0322760d-a1e2-4911-8745-569f6bad8251 (omicron_zone),
106602026-06-02T17:53:55.752Z filesystem_pool: None,
106612026-06-02T17:53:55.752Z zone_type: ExternalDns {
106622026-06-02T17:53:55.752Z dataset: OmicronZoneDataset {
106632026-06-02T17:53:55.752Z pool_name: External(
106642026-06-02T17:53:55.752Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
106652026-06-02T17:53:55.752Z ),
106662026-06-02T17:53:55.752Z },
106672026-06-02T17:53:55.752Z http_address: [fd00:1122:3344:102::4]:5353,
106682026-06-02T17:53:55.752Z dns_address: 172.20.28.1:53,
106692026-06-02T17:53:55.752Z nic: NetworkInterface {
106702026-06-02T17:53:55.752Z id: 8b99b41f-976d-4cb5-bad6-492cde39575a,
106712026-06-02T17:53:55.753Z kind: Service {
106722026-06-02T17:53:55.753Z id: 0322760d-a1e2-4911-8745-569f6bad8251,
106732026-06-02T17:53:55.753Z },
106742026-06-02T17:53:55.753Z name: Name(
106752026-06-02T17:53:55.753Z "external-dns-0322760d-a1e2-4911-8745-569f6bad8251",
106762026-06-02T17:53:55.753Z ),
106772026-06-02T17:53:55.753Z ip_config: V4(
106782026-06-02T17:53:55.753Z PrivateIpv4Config {
106792026-06-02T17:53:55.753Z ip: 172.30.1.5,
106802026-06-02T17:53:55.753Z subnet: Ipv4Net {
106812026-06-02T17:53:55.753Z addr: 172.30.1.0,
106822026-06-02T17:53:55.753Z width: 24,
106832026-06-02T17:53:55.753Z },
106842026-06-02T17:53:55.753Z transit_ips: [],
106852026-06-02T17:53:55.753Z },
106862026-06-02T17:53:55.753Z ),
106872026-06-02T17:53:55.753Z mac: MacAddr(
106882026-06-02T17:53:55.753Z MacAddr6(
106892026-06-02T17:53:55.753Z [
106902026-06-02T17:53:55.753Z 168,
106912026-06-02T17:53:55.753Z 64,
106922026-06-02T17:53:55.758Z 37,
106932026-06-02T17:53:55.758Z 255,
106942026-06-02T17:53:55.758Z 247,
106952026-06-02T17:53:55.758Z 74,
106962026-06-02T17:53:55.758Z ],
106972026-06-02T17:53:55.758Z ),
106982026-06-02T17:53:55.758Z ),
106992026-06-02T17:53:55.758Z vni: Vni(
107002026-06-02T17:53:55.758Z 100,
107012026-06-02T17:53:55.758Z ),
107022026-06-02T17:53:55.758Z primary: true,
107032026-06-02T17:53:55.758Z slot: 0,
107042026-06-02T17:53:55.758Z },
107052026-06-02T17:53:55.758Z },
107062026-06-02T17:53:55.758Z image_source: InstallDataset,
107072026-06-02T17:53:55.758Z },
107082026-06-02T17:53:55.758Z 1aa5fd71-d766-4f20-b3c7-9cf4fe9e4f2e (omicron_zone): OmicronZoneConfig {
107092026-06-02T17:53:55.758Z id: 1aa5fd71-d766-4f20-b3c7-9cf4fe9e4f2e (omicron_zone),
107102026-06-02T17:53:55.758Z filesystem_pool: None,
107112026-06-02T17:53:55.758Z zone_type: Crucible {
107122026-06-02T17:53:55.758Z address: [fd00:1122:3344:102::9]:32345,
107132026-06-02T17:53:55.758Z dataset: OmicronZoneDataset {
107142026-06-02T17:53:55.758Z pool_name: External(
107152026-06-02T17:53:55.758Z 6d799846-deac-4809-93bd-5dad30127938 (external_zpool),
107162026-06-02T17:53:55.758Z ),
107172026-06-02T17:53:55.758Z },
107182026-06-02T17:53:55.759Z },
107192026-06-02T17:53:55.759Z image_source: InstallDataset,
107202026-06-02T17:53:55.759Z },
107212026-06-02T17:53:55.759Z 263584b3-2f53-4f87-a9c0-60a4c78af6c4 (omicron_zone): OmicronZoneConfig {
107222026-06-02T17:53:55.759Z id: 263584b3-2f53-4f87-a9c0-60a4c78af6c4 (omicron_zone),
107232026-06-02T17:53:55.759Z filesystem_pool: None,
107242026-06-02T17:53:55.759Z zone_type: Crucible {
107252026-06-02T17:53:55.759Z address: [fd00:1122:3344:102::8]:32345,
107262026-06-02T17:53:55.759Z dataset: OmicronZoneDataset {
107272026-06-02T17:53:55.759Z pool_name: External(
107282026-06-02T17:53:55.759Z 2acbc210-8b83-490a-b7a7-e458d742c269 (external_zpool),
107292026-06-02T17:53:55.759Z ),
107302026-06-02T17:53:55.759Z },
107312026-06-02T17:53:55.759Z },
107322026-06-02T17:53:55.759Z image_source: InstallDataset,
107332026-06-02T17:53:55.759Z },
107342026-06-02T17:53:55.759Z 271ee61b-9e97-4e45-a407-0083f8bf15a7 (omicron_zone): OmicronZoneConfig {
107352026-06-02T17:53:55.759Z id: 271ee61b-9e97-4e45-a407-0083f8bf15a7 (omicron_zone),
107362026-06-02T17:53:55.759Z filesystem_pool: None,
107372026-06-02T17:53:55.759Z zone_type: Crucible {
107382026-06-02T17:53:55.759Z address: [fd00:1122:3344:102::7]:32345,
107392026-06-02T17:53:55.759Z dataset: OmicronZoneDataset {
107402026-06-02T17:53:55.759Z pool_name: External(
107412026-06-02T17:53:55.759Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
107422026-06-02T17:53:55.759Z ),
107432026-06-02T17:53:55.759Z },
107442026-06-02T17:53:55.759Z },
107452026-06-02T17:53:55.760Z image_source: InstallDataset,
107462026-06-02T17:53:55.760Z },
107472026-06-02T17:53:55.760Z 2f336547-e4b0-422c-af54-deae20b4580c (omicron_zone): OmicronZoneConfig {
107482026-06-02T17:53:55.760Z id: 2f336547-e4b0-422c-af54-deae20b4580c (omicron_zone),
107492026-06-02T17:53:55.760Z filesystem_pool: None,
107502026-06-02T17:53:55.760Z zone_type: CockroachDb {
107512026-06-02T17:53:55.760Z address: [fd00:1122:3344:102::3]:32221,
107522026-06-02T17:53:55.760Z dataset: OmicronZoneDataset {
107532026-06-02T17:53:55.760Z pool_name: External(
107542026-06-02T17:53:55.760Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
107552026-06-02T17:53:55.760Z ),
107562026-06-02T17:53:55.760Z },
107572026-06-02T17:53:55.760Z },
107582026-06-02T17:53:55.760Z image_source: InstallDataset,
107592026-06-02T17:53:55.760Z },
107602026-06-02T17:53:55.760Z 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff (omicron_zone): OmicronZoneConfig {
107612026-06-02T17:53:55.760Z id: 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff (omicron_zone),
107622026-06-02T17:53:55.760Z filesystem_pool: None,
107632026-06-02T17:53:55.760Z zone_type: BoundaryNtp {
107642026-06-02T17:53:55.760Z address: [fd00:1122:3344:102::10]:123,
107652026-06-02T17:53:55.760Z ntp_servers: [
107662026-06-02T17:53:55.760Z "ntp.eng.oxide.computer",
107672026-06-02T17:53:55.760Z ],
107682026-06-02T17:53:55.760Z dns_servers: [
107692026-06-02T17:53:55.760Z 1.1.1.1,
107702026-06-02T17:53:55.760Z 9.9.9.9,
107712026-06-02T17:53:55.760Z ],
107722026-06-02T17:53:55.761Z domain: None,
107732026-06-02T17:53:55.761Z nic: NetworkInterface {
107742026-06-02T17:53:55.761Z id: 6c2aa1c5-0e42-4b80-9b31-26d0e8599d0d,
107752026-06-02T17:53:55.761Z kind: Service {
107762026-06-02T17:53:55.761Z id: 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff,
107772026-06-02T17:53:55.761Z },
107782026-06-02T17:53:55.761Z name: Name(
107792026-06-02T17:53:55.761Z "ntp-412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff",
107802026-06-02T17:53:55.761Z ),
107812026-06-02T17:53:55.761Z ip_config: V4(
107822026-06-02T17:53:55.761Z PrivateIpv4Config {
107832026-06-02T17:53:55.761Z ip: 172.30.3.5,
107842026-06-02T17:53:55.761Z subnet: Ipv4Net {
107852026-06-02T17:53:55.761Z addr: 172.30.3.0,
107862026-06-02T17:53:55.761Z width: 24,
107872026-06-02T17:53:55.761Z },
107882026-06-02T17:53:55.761Z transit_ips: [],
107892026-06-02T17:53:55.761Z },
107902026-06-02T17:53:55.761Z ),
107912026-06-02T17:53:55.761Z mac: MacAddr(
107922026-06-02T17:53:55.766Z MacAddr6(
107932026-06-02T17:53:55.766Z [
107942026-06-02T17:53:55.766Z 168,
107952026-06-02T17:53:55.766Z 64,
107962026-06-02T17:53:55.766Z 37,
107972026-06-02T17:53:55.766Z 255,
107982026-06-02T17:53:55.766Z 242,
107992026-06-02T17:53:55.766Z 69,
108002026-06-02T17:53:55.766Z ],
108012026-06-02T17:53:55.766Z ),
108022026-06-02T17:53:55.766Z ),
108032026-06-02T17:53:55.766Z vni: Vni(
108042026-06-02T17:53:55.766Z 100,
108052026-06-02T17:53:55.766Z ),
108062026-06-02T17:53:55.766Z primary: true,
108072026-06-02T17:53:55.766Z slot: 0,
108082026-06-02T17:53:55.766Z },
108092026-06-02T17:53:55.766Z snat_cfg: SourceNatConfig {
108102026-06-02T17:53:55.766Z ip: 172.20.28.5,
108112026-06-02T17:53:55.766Z first_port: 0,
108122026-06-02T17:53:55.766Z last_port: 16383,
108132026-06-02T17:53:55.766Z },
108142026-06-02T17:53:55.767Z },
108152026-06-02T17:53:55.767Z image_source: InstallDataset,
108162026-06-02T17:53:55.767Z },
108172026-06-02T17:53:55.767Z 750b40ef-8e83-4c7a-be96-33964b2244f3 (omicron_zone): OmicronZoneConfig {
108182026-06-02T17:53:55.767Z id: 750b40ef-8e83-4c7a-be96-33964b2244f3 (omicron_zone),
108192026-06-02T17:53:55.767Z filesystem_pool: None,
108202026-06-02T17:53:55.767Z zone_type: Crucible {
108212026-06-02T17:53:55.767Z address: [fd00:1122:3344:102::a]:32345,
108222026-06-02T17:53:55.767Z dataset: OmicronZoneDataset {
108232026-06-02T17:53:55.767Z pool_name: External(
108242026-06-02T17:53:55.767Z 901a85dd-8214-407a-a358-ef4aebfa810d (external_zpool),
108252026-06-02T17:53:55.767Z ),
108262026-06-02T17:53:55.767Z },
108272026-06-02T17:53:55.767Z },
108282026-06-02T17:53:55.767Z image_source: InstallDataset,
108292026-06-02T17:53:55.767Z },
108302026-06-02T17:53:55.767Z 7de28140-8cdc-4478-9204-63763ecc10ff (omicron_zone): OmicronZoneConfig {
108312026-06-02T17:53:55.767Z id: 7de28140-8cdc-4478-9204-63763ecc10ff (omicron_zone),
108322026-06-02T17:53:55.767Z filesystem_pool: None,
108332026-06-02T17:53:55.767Z zone_type: InternalDns {
108342026-06-02T17:53:55.767Z dataset: OmicronZoneDataset {
108352026-06-02T17:53:55.767Z pool_name: External(
108362026-06-02T17:53:55.767Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
108372026-06-02T17:53:55.767Z ),
108382026-06-02T17:53:55.767Z },
108392026-06-02T17:53:55.767Z http_address: [fd00:1122:3344:1::1]:5353,
108402026-06-02T17:53:55.767Z dns_address: [fd00:1122:3344:1::1]:53,
108412026-06-02T17:53:55.768Z gz_address: fd00:1122:3344:1::2,
108422026-06-02T17:53:55.768Z gz_address_index: 0,
108432026-06-02T17:53:55.768Z },
108442026-06-02T17:53:55.768Z image_source: InstallDataset,
108452026-06-02T17:53:55.768Z },
108462026-06-02T17:53:55.768Z 996f3011-5aaa-4732-a47d-e6514b1131d8 (omicron_zone): OmicronZoneConfig {
108472026-06-02T17:53:55.768Z id: 996f3011-5aaa-4732-a47d-e6514b1131d8 (omicron_zone),
108482026-06-02T17:53:55.768Z filesystem_pool: None,
108492026-06-02T17:53:55.768Z zone_type: Crucible {
108502026-06-02T17:53:55.768Z address: [fd00:1122:3344:102::c]:32345,
108512026-06-02T17:53:55.768Z dataset: OmicronZoneDataset {
108522026-06-02T17:53:55.768Z pool_name: External(
108532026-06-02T17:53:55.768Z 87714aed-4573-438c-8c9d-3ed64688bdc4 (external_zpool),
108542026-06-02T17:53:55.768Z ),
108552026-06-02T17:53:55.768Z },
108562026-06-02T17:53:55.768Z },
108572026-06-02T17:53:55.768Z image_source: InstallDataset,
108582026-06-02T17:53:55.768Z },
108592026-06-02T17:53:55.768Z b2629475-65b2-4e8a-9e70-d4e8c034d8ad (omicron_zone): OmicronZoneConfig {
108602026-06-02T17:53:55.768Z id: b2629475-65b2-4e8a-9e70-d4e8c034d8ad (omicron_zone),
108612026-06-02T17:53:55.768Z filesystem_pool: None,
108622026-06-02T17:53:55.768Z zone_type: Crucible {
108632026-06-02T17:53:55.768Z address: [fd00:1122:3344:102::e]:32345,
108642026-06-02T17:53:55.768Z dataset: OmicronZoneDataset {
108652026-06-02T17:53:55.768Z pool_name: External(
108662026-06-02T17:53:55.768Z 1cd1c449-b5e1-4e8b-bb2f-2e2bd5a8f301 (external_zpool),
108672026-06-02T17:53:55.768Z ),
108682026-06-02T17:53:55.769Z },
108692026-06-02T17:53:55.769Z },
108702026-06-02T17:53:55.769Z image_source: InstallDataset,
108712026-06-02T17:53:55.769Z },
108722026-06-02T17:53:55.769Z c489b9a3-33e5-487c-8a60-77853584dca1 (omicron_zone): OmicronZoneConfig {
108732026-06-02T17:53:55.769Z id: c489b9a3-33e5-487c-8a60-77853584dca1 (omicron_zone),
108742026-06-02T17:53:55.769Z filesystem_pool: None,
108752026-06-02T17:53:55.769Z zone_type: Crucible {
108762026-06-02T17:53:55.769Z address: [fd00:1122:3344:102::f]:32345,
108772026-06-02T17:53:55.769Z dataset: OmicronZoneDataset {
108782026-06-02T17:53:55.769Z pool_name: External(
108792026-06-02T17:53:55.769Z 17d7dbce-b430-4c71-a27e-a5e66d175347 (external_zpool),
108802026-06-02T17:53:55.769Z ),
108812026-06-02T17:53:55.769Z },
108822026-06-02T17:53:55.769Z },
108832026-06-02T17:53:55.769Z image_source: InstallDataset,
108842026-06-02T17:53:55.769Z },
108852026-06-02T17:53:55.769Z cef138ff-87a4-4509-ba30-2395e01ac5f7 (omicron_zone): OmicronZoneConfig {
108862026-06-02T17:53:55.769Z id: cef138ff-87a4-4509-ba30-2395e01ac5f7 (omicron_zone),
108872026-06-02T17:53:55.769Z filesystem_pool: None,
108882026-06-02T17:53:55.769Z zone_type: Oximeter {
108892026-06-02T17:53:55.769Z address: [fd00:1122:3344:102::5]:12223,
108902026-06-02T17:53:55.769Z },
108912026-06-02T17:53:55.769Z image_source: InstallDataset,
108922026-06-02T17:53:55.774Z },
108932026-06-02T17:53:55.774Z d02206f1-7567-4753-9221-6b2b70407925 (omicron_zone): OmicronZoneConfig {
108942026-06-02T17:53:55.774Z id: d02206f1-7567-4753-9221-6b2b70407925 (omicron_zone),
108952026-06-02T17:53:55.774Z filesystem_pool: None,
108962026-06-02T17:53:55.774Z zone_type: Crucible {
108972026-06-02T17:53:55.774Z address: [fd00:1122:3344:102::b]:32345,
108982026-06-02T17:53:55.774Z dataset: OmicronZoneDataset {
108992026-06-02T17:53:55.774Z pool_name: External(
109002026-06-02T17:53:55.774Z 0fa59017-d1e7-47c1-9ed6-b66851e544ee (external_zpool),
109012026-06-02T17:53:55.774Z ),
109022026-06-02T17:53:55.774Z },
109032026-06-02T17:53:55.775Z },
109042026-06-02T17:53:55.775Z image_source: InstallDataset,
109052026-06-02T17:53:55.775Z },
109062026-06-02T17:53:55.775Z e9d7d6ba-59e3-44ff-9081-f43e61c9968a (omicron_zone): OmicronZoneConfig {
109072026-06-02T17:53:55.775Z id: e9d7d6ba-59e3-44ff-9081-f43e61c9968a (omicron_zone),
109082026-06-02T17:53:55.775Z filesystem_pool: None,
109092026-06-02T17:53:55.775Z zone_type: Crucible {
109102026-06-02T17:53:55.775Z address: [fd00:1122:3344:102::d]:32345,
109112026-06-02T17:53:55.775Z dataset: OmicronZoneDataset {
109122026-06-02T17:53:55.775Z pool_name: External(
109132026-06-02T17:53:55.775Z 51abdeb3-6673-4af3-aa91-7e8748e4dda2 (external_zpool),
109142026-06-02T17:53:55.775Z ),
109152026-06-02T17:53:55.775Z },
109162026-06-02T17:53:55.775Z },
109172026-06-02T17:53:55.775Z image_source: InstallDataset,
109182026-06-02T17:53:55.775Z },
109192026-06-02T17:53:55.775Z f350b534-e9bb-4e47-a2ae-4029efe48e1a (omicron_zone): OmicronZoneConfig {
109202026-06-02T17:53:55.775Z id: f350b534-e9bb-4e47-a2ae-4029efe48e1a (omicron_zone),
109212026-06-02T17:53:55.775Z filesystem_pool: None,
109222026-06-02T17:53:55.775Z zone_type: CruciblePantry {
109232026-06-02T17:53:55.775Z address: [fd00:1122:3344:102::6]:17000,
109242026-06-02T17:53:55.775Z },
109252026-06-02T17:53:55.775Z image_source: InstallDataset,
109262026-06-02T17:53:55.775Z },
109272026-06-02T17:53:55.775Z },
109282026-06-02T17:53:55.775Z remove_mupdate_override: None,
109292026-06-02T17:53:55.775Z host_phase_2: HostPhase2DesiredSlots {
109302026-06-02T17:53:55.776Z slot_a: CurrentContents,
109312026-06-02T17:53:55.776Z slot_b: CurrentContents,
109322026-06-02T17:53:55.776Z },
109332026-06-02T17:53:55.776Z measurements: {},
109342026-06-02T17:53:55.776Z },
109352026-06-02T17:53:55.776Z ),
109362026-06-02T17:53:55.776Z reconciler_status: Idle {
109372026-06-02T17:53:55.776Z completed_at: 2026-06-02T17:53:54.624462Z,
109382026-06-02T17:53:55.776Z ran_for: 5s,
109392026-06-02T17:53:55.776Z },
109402026-06-02T17:53:55.776Z last_reconciliation: Some(
109412026-06-02T17:53:55.776Z ConfigReconcilerInventory {
109422026-06-02T17:53:55.776Z last_reconciled_config: OmicronSledConfig {
109432026-06-02T17:53:55.776Z generation: Generation(
109442026-06-02T17:53:55.776Z 5,
109452026-06-02T17:53:55.776Z ),
109462026-06-02T17:53:55.776Z disks: {},
109472026-06-02T17:53:55.776Z datasets: {},
109482026-06-02T17:53:55.776Z zones: {
109492026-06-02T17:53:55.776Z 0322760d-a1e2-4911-8745-569f6bad8251 (omicron_zone): OmicronZoneConfig {
109502026-06-02T17:53:55.776Z id: 0322760d-a1e2-4911-8745-569f6bad8251 (omicron_zone),
109512026-06-02T17:53:55.776Z filesystem_pool: None,
109522026-06-02T17:53:55.776Z zone_type: ExternalDns {
109532026-06-02T17:53:55.776Z dataset: OmicronZoneDataset {
109542026-06-02T17:53:55.776Z pool_name: External(
109552026-06-02T17:53:55.776Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
109562026-06-02T17:53:55.777Z ),
109572026-06-02T17:53:55.777Z },
109582026-06-02T17:53:55.777Z http_address: [fd00:1122:3344:102::4]:5353,
109592026-06-02T17:53:55.777Z dns_address: 172.20.28.1:53,
109602026-06-02T17:53:55.777Z nic: NetworkInterface {
109612026-06-02T17:53:55.777Z id: 8b99b41f-976d-4cb5-bad6-492cde39575a,
109622026-06-02T17:53:55.777Z kind: Service {
109632026-06-02T17:53:55.777Z id: 0322760d-a1e2-4911-8745-569f6bad8251,
109642026-06-02T17:53:55.777Z },
109652026-06-02T17:53:55.777Z name: Name(
109662026-06-02T17:53:55.777Z "external-dns-0322760d-a1e2-4911-8745-569f6bad8251",
109672026-06-02T17:53:55.777Z ),
109682026-06-02T17:53:55.777Z ip_config: V4(
109692026-06-02T17:53:55.777Z PrivateIpv4Config {
109702026-06-02T17:53:55.777Z ip: 172.30.1.5,
109712026-06-02T17:53:55.777Z subnet: Ipv4Net {
109722026-06-02T17:53:55.777Z addr: 172.30.1.0,
109732026-06-02T17:53:55.777Z width: 24,
109742026-06-02T17:53:55.777Z },
109752026-06-02T17:53:55.777Z transit_ips: [],
109762026-06-02T17:53:55.777Z },
109772026-06-02T17:53:55.777Z ),
109782026-06-02T17:53:55.777Z mac: MacAddr(
109792026-06-02T17:53:55.777Z MacAddr6(
109802026-06-02T17:53:55.777Z [
109812026-06-02T17:53:55.777Z 168,
109822026-06-02T17:53:55.777Z 64,
109832026-06-02T17:53:55.778Z 37,
109842026-06-02T17:53:55.778Z 255,
109852026-06-02T17:53:55.778Z 247,
109862026-06-02T17:53:55.778Z 74,
109872026-06-02T17:53:55.778Z ],
109882026-06-02T17:53:55.778Z ),
109892026-06-02T17:53:55.778Z ),
109902026-06-02T17:53:55.778Z vni: Vni(
109912026-06-02T17:53:55.778Z 100,
109922026-06-02T17:53:55.783Z ),
109932026-06-02T17:53:55.783Z primary: true,
109942026-06-02T17:53:55.783Z slot: 0,
109952026-06-02T17:53:55.783Z },
109962026-06-02T17:53:55.783Z },
109972026-06-02T17:53:55.783Z image_source: InstallDataset,
109982026-06-02T17:53:55.783Z },
109992026-06-02T17:53:55.783Z 1aa5fd71-d766-4f20-b3c7-9cf4fe9e4f2e (omicron_zone): OmicronZoneConfig {
110002026-06-02T17:53:55.783Z id: 1aa5fd71-d766-4f20-b3c7-9cf4fe9e4f2e (omicron_zone),
110012026-06-02T17:53:55.783Z filesystem_pool: None,
110022026-06-02T17:53:55.783Z zone_type: Crucible {
110032026-06-02T17:53:55.783Z address: [fd00:1122:3344:102::9]:32345,
110042026-06-02T17:53:55.783Z dataset: OmicronZoneDataset {
110052026-06-02T17:53:55.783Z pool_name: External(
110062026-06-02T17:53:55.783Z 6d799846-deac-4809-93bd-5dad30127938 (external_zpool),
110072026-06-02T17:53:55.783Z ),
110082026-06-02T17:53:55.784Z },
110092026-06-02T17:53:55.784Z },
110102026-06-02T17:53:55.784Z image_source: InstallDataset,
110112026-06-02T17:53:55.784Z },
110122026-06-02T17:53:55.784Z 263584b3-2f53-4f87-a9c0-60a4c78af6c4 (omicron_zone): OmicronZoneConfig {
110132026-06-02T17:53:55.784Z id: 263584b3-2f53-4f87-a9c0-60a4c78af6c4 (omicron_zone),
110142026-06-02T17:53:55.784Z filesystem_pool: None,
110152026-06-02T17:53:55.784Z zone_type: Crucible {
110162026-06-02T17:53:55.784Z address: [fd00:1122:3344:102::8]:32345,
110172026-06-02T17:53:55.784Z dataset: OmicronZoneDataset {
110182026-06-02T17:53:55.784Z pool_name: External(
110192026-06-02T17:53:55.784Z 2acbc210-8b83-490a-b7a7-e458d742c269 (external_zpool),
110202026-06-02T17:53:55.784Z ),
110212026-06-02T17:53:55.784Z },
110222026-06-02T17:53:55.784Z },
110232026-06-02T17:53:55.784Z image_source: InstallDataset,
110242026-06-02T17:53:55.784Z },
110252026-06-02T17:53:55.784Z 271ee61b-9e97-4e45-a407-0083f8bf15a7 (omicron_zone): OmicronZoneConfig {
110262026-06-02T17:53:55.784Z id: 271ee61b-9e97-4e45-a407-0083f8bf15a7 (omicron_zone),
110272026-06-02T17:53:55.784Z filesystem_pool: None,
110282026-06-02T17:53:55.784Z zone_type: Crucible {
110292026-06-02T17:53:55.784Z address: [fd00:1122:3344:102::7]:32345,
110302026-06-02T17:53:55.784Z dataset: OmicronZoneDataset {
110312026-06-02T17:53:55.784Z pool_name: External(
110322026-06-02T17:53:55.784Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
110332026-06-02T17:53:55.784Z ),
110342026-06-02T17:53:55.784Z },
110352026-06-02T17:53:55.784Z },
110362026-06-02T17:53:55.785Z image_source: InstallDataset,
110372026-06-02T17:53:55.785Z },
110382026-06-02T17:53:55.785Z 2f336547-e4b0-422c-af54-deae20b4580c (omicron_zone): OmicronZoneConfig {
110392026-06-02T17:53:55.785Z id: 2f336547-e4b0-422c-af54-deae20b4580c (omicron_zone),
110402026-06-02T17:53:55.785Z filesystem_pool: None,
110412026-06-02T17:53:55.785Z zone_type: CockroachDb {
110422026-06-02T17:53:55.785Z address: [fd00:1122:3344:102::3]:32221,
110432026-06-02T17:53:55.785Z dataset: OmicronZoneDataset {
110442026-06-02T17:53:55.785Z pool_name: External(
110452026-06-02T17:53:55.785Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
110462026-06-02T17:53:55.785Z ),
110472026-06-02T17:53:55.785Z },
110482026-06-02T17:53:55.785Z },
110492026-06-02T17:53:55.785Z image_source: InstallDataset,
110502026-06-02T17:53:55.785Z },
110512026-06-02T17:53:55.785Z 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff (omicron_zone): OmicronZoneConfig {
110522026-06-02T17:53:55.785Z id: 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff (omicron_zone),
110532026-06-02T17:53:55.785Z filesystem_pool: None,
110542026-06-02T17:53:55.785Z zone_type: BoundaryNtp {
110552026-06-02T17:53:55.785Z address: [fd00:1122:3344:102::10]:123,
110562026-06-02T17:53:55.785Z ntp_servers: [
110572026-06-02T17:53:55.785Z "ntp.eng.oxide.computer",
110582026-06-02T17:53:55.785Z ],
110592026-06-02T17:53:55.785Z dns_servers: [
110602026-06-02T17:53:55.785Z 1.1.1.1,
110612026-06-02T17:53:55.785Z 9.9.9.9,
110622026-06-02T17:53:55.785Z ],
110632026-06-02T17:53:55.785Z domain: None,
110642026-06-02T17:53:55.786Z nic: NetworkInterface {
110652026-06-02T17:53:55.786Z id: 6c2aa1c5-0e42-4b80-9b31-26d0e8599d0d,
110662026-06-02T17:53:55.786Z kind: Service {
110672026-06-02T17:53:55.786Z id: 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff,
110682026-06-02T17:53:55.786Z },
110692026-06-02T17:53:55.786Z name: Name(
110702026-06-02T17:53:55.786Z "ntp-412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff",
110712026-06-02T17:53:55.786Z ),
110722026-06-02T17:53:55.786Z ip_config: V4(
110732026-06-02T17:53:55.786Z PrivateIpv4Config {
110742026-06-02T17:53:55.786Z ip: 172.30.3.5,
110752026-06-02T17:53:55.786Z subnet: Ipv4Net {
110762026-06-02T17:53:55.786Z addr: 172.30.3.0,
110772026-06-02T17:53:55.786Z width: 24,
110782026-06-02T17:53:55.786Z },
110792026-06-02T17:53:55.786Z transit_ips: [],
110802026-06-02T17:53:55.786Z },
110812026-06-02T17:53:55.786Z ),
110822026-06-02T17:53:55.786Z mac: MacAddr(
110832026-06-02T17:53:55.786Z MacAddr6(
110842026-06-02T17:53:55.786Z [
110852026-06-02T17:53:55.786Z 168,
110862026-06-02T17:53:55.786Z 64,
110872026-06-02T17:53:55.786Z 37,
110882026-06-02T17:53:55.786Z 255,
110892026-06-02T17:53:55.786Z 242,
110902026-06-02T17:53:55.786Z 69,
110912026-06-02T17:53:55.786Z ],
110922026-06-02T17:53:55.791Z ),
110932026-06-02T17:53:55.791Z ),
110942026-06-02T17:53:55.791Z vni: Vni(
110952026-06-02T17:53:55.791Z 100,
110962026-06-02T17:53:55.791Z ),
110972026-06-02T17:53:55.791Z primary: true,
110982026-06-02T17:53:55.791Z slot: 0,
110992026-06-02T17:53:55.791Z },
111002026-06-02T17:53:55.791Z snat_cfg: SourceNatConfig {
111012026-06-02T17:53:55.791Z ip: 172.20.28.5,
111022026-06-02T17:53:55.791Z first_port: 0,
111032026-06-02T17:53:55.791Z last_port: 16383,
111042026-06-02T17:53:55.792Z },
111052026-06-02T17:53:55.792Z },
111062026-06-02T17:53:55.792Z image_source: InstallDataset,
111072026-06-02T17:53:55.792Z },
111082026-06-02T17:53:55.792Z 750b40ef-8e83-4c7a-be96-33964b2244f3 (omicron_zone): OmicronZoneConfig {
111092026-06-02T17:53:55.792Z id: 750b40ef-8e83-4c7a-be96-33964b2244f3 (omicron_zone),
111102026-06-02T17:53:55.792Z filesystem_pool: None,
111112026-06-02T17:53:55.792Z zone_type: Crucible {
111122026-06-02T17:53:55.792Z address: [fd00:1122:3344:102::a]:32345,
111132026-06-02T17:53:55.792Z dataset: OmicronZoneDataset {
111142026-06-02T17:53:55.792Z pool_name: External(
111152026-06-02T17:53:55.792Z 901a85dd-8214-407a-a358-ef4aebfa810d (external_zpool),
111162026-06-02T17:53:55.792Z ),
111172026-06-02T17:53:55.792Z },
111182026-06-02T17:53:55.792Z },
111192026-06-02T17:53:55.792Z image_source: InstallDataset,
111202026-06-02T17:53:55.792Z },
111212026-06-02T17:53:55.792Z 7de28140-8cdc-4478-9204-63763ecc10ff (omicron_zone): OmicronZoneConfig {
111222026-06-02T17:53:55.792Z id: 7de28140-8cdc-4478-9204-63763ecc10ff (omicron_zone),
111232026-06-02T17:53:55.792Z filesystem_pool: None,
111242026-06-02T17:53:55.792Z zone_type: InternalDns {
111252026-06-02T17:53:55.792Z dataset: OmicronZoneDataset {
111262026-06-02T17:53:55.792Z pool_name: External(
111272026-06-02T17:53:55.792Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
111282026-06-02T17:53:55.792Z ),
111292026-06-02T17:53:55.793Z },
111302026-06-02T17:53:55.793Z http_address: [fd00:1122:3344:1::1]:5353,
111312026-06-02T17:53:55.793Z dns_address: [fd00:1122:3344:1::1]:53,
111322026-06-02T17:53:55.793Z gz_address: fd00:1122:3344:1::2,
111332026-06-02T17:53:55.793Z gz_address_index: 0,
111342026-06-02T17:53:55.793Z },
111352026-06-02T17:53:55.793Z image_source: InstallDataset,
111362026-06-02T17:53:55.793Z },
111372026-06-02T17:53:55.793Z 996f3011-5aaa-4732-a47d-e6514b1131d8 (omicron_zone): OmicronZoneConfig {
111382026-06-02T17:53:55.793Z id: 996f3011-5aaa-4732-a47d-e6514b1131d8 (omicron_zone),
111392026-06-02T17:53:55.793Z filesystem_pool: None,
111402026-06-02T17:53:55.793Z zone_type: Crucible {
111412026-06-02T17:53:55.793Z address: [fd00:1122:3344:102::c]:32345,
111422026-06-02T17:53:55.793Z dataset: OmicronZoneDataset {
111432026-06-02T17:53:55.793Z pool_name: External(
111442026-06-02T17:53:55.793Z 87714aed-4573-438c-8c9d-3ed64688bdc4 (external_zpool),
111452026-06-02T17:53:55.793Z ),
111462026-06-02T17:53:55.794Z },
111472026-06-02T17:53:55.794Z },
111482026-06-02T17:53:55.794Z image_source: InstallDataset,
111492026-06-02T17:53:55.794Z },
111502026-06-02T17:53:55.794Z b2629475-65b2-4e8a-9e70-d4e8c034d8ad (omicron_zone): OmicronZoneConfig {
111512026-06-02T17:53:55.794Z id: b2629475-65b2-4e8a-9e70-d4e8c034d8ad (omicron_zone),
111522026-06-02T17:53:55.794Z filesystem_pool: None,
111532026-06-02T17:53:55.794Z zone_type: Crucible {
111542026-06-02T17:53:55.794Z address: [fd00:1122:3344:102::e]:32345,
111552026-06-02T17:53:55.794Z dataset: OmicronZoneDataset {
111562026-06-02T17:53:55.794Z pool_name: External(
111572026-06-02T17:53:55.794Z 1cd1c449-b5e1-4e8b-bb2f-2e2bd5a8f301 (external_zpool),
111582026-06-02T17:53:55.794Z ),
111592026-06-02T17:53:55.794Z },
111602026-06-02T17:53:55.794Z },
111612026-06-02T17:53:55.794Z image_source: InstallDataset,
111622026-06-02T17:53:55.794Z },
111632026-06-02T17:53:55.794Z c489b9a3-33e5-487c-8a60-77853584dca1 (omicron_zone): OmicronZoneConfig {
111642026-06-02T17:53:55.794Z id: c489b9a3-33e5-487c-8a60-77853584dca1 (omicron_zone),
111652026-06-02T17:53:55.794Z filesystem_pool: None,
111662026-06-02T17:53:55.794Z zone_type: Crucible {
111672026-06-02T17:53:55.794Z address: [fd00:1122:3344:102::f]:32345,
111682026-06-02T17:53:55.794Z dataset: OmicronZoneDataset {
111692026-06-02T17:53:55.794Z pool_name: External(
111702026-06-02T17:53:55.794Z 17d7dbce-b430-4c71-a27e-a5e66d175347 (external_zpool),
111712026-06-02T17:53:55.795Z ),
111722026-06-02T17:53:55.795Z },
111732026-06-02T17:53:55.795Z },
111742026-06-02T17:53:55.795Z image_source: InstallDataset,
111752026-06-02T17:53:55.795Z },
111762026-06-02T17:53:55.795Z cef138ff-87a4-4509-ba30-2395e01ac5f7 (omicron_zone): OmicronZoneConfig {
111772026-06-02T17:53:55.795Z id: cef138ff-87a4-4509-ba30-2395e01ac5f7 (omicron_zone),
111782026-06-02T17:53:55.795Z filesystem_pool: None,
111792026-06-02T17:53:55.795Z zone_type: Oximeter {
111802026-06-02T17:53:55.795Z address: [fd00:1122:3344:102::5]:12223,
111812026-06-02T17:53:55.795Z },
111822026-06-02T17:53:55.795Z image_source: InstallDataset,
111832026-06-02T17:53:55.795Z },
111842026-06-02T17:53:55.795Z d02206f1-7567-4753-9221-6b2b70407925 (omicron_zone): OmicronZoneConfig {
111852026-06-02T17:53:55.795Z id: d02206f1-7567-4753-9221-6b2b70407925 (omicron_zone),
111862026-06-02T17:53:55.795Z filesystem_pool: None,
111872026-06-02T17:53:55.795Z zone_type: Crucible {
111882026-06-02T17:53:55.795Z address: [fd00:1122:3344:102::b]:32345,
111892026-06-02T17:53:55.795Z dataset: OmicronZoneDataset {
111902026-06-02T17:53:55.795Z pool_name: External(
111912026-06-02T17:53:55.795Z 0fa59017-d1e7-47c1-9ed6-b66851e544ee (external_zpool),
111922026-06-02T17:53:55.800Z ),
111932026-06-02T17:53:55.800Z },
111942026-06-02T17:53:55.800Z },
111952026-06-02T17:53:55.800Z image_source: InstallDataset,
111962026-06-02T17:53:55.800Z },
111972026-06-02T17:53:55.800Z e9d7d6ba-59e3-44ff-9081-f43e61c9968a (omicron_zone): OmicronZoneConfig {
111982026-06-02T17:53:55.800Z id: e9d7d6ba-59e3-44ff-9081-f43e61c9968a (omicron_zone),
111992026-06-02T17:53:55.800Z filesystem_pool: None,
112002026-06-02T17:53:55.800Z zone_type: Crucible {
112012026-06-02T17:53:55.800Z address: [fd00:1122:3344:102::d]:32345,
112022026-06-02T17:53:55.800Z dataset: OmicronZoneDataset {
112032026-06-02T17:53:55.800Z pool_name: External(
112042026-06-02T17:53:55.800Z 51abdeb3-6673-4af3-aa91-7e8748e4dda2 (external_zpool),
112052026-06-02T17:53:55.800Z ),
112062026-06-02T17:53:55.800Z },
112072026-06-02T17:53:55.800Z },
112082026-06-02T17:53:55.800Z image_source: InstallDataset,
112092026-06-02T17:53:55.800Z },
112102026-06-02T17:53:55.800Z f350b534-e9bb-4e47-a2ae-4029efe48e1a (omicron_zone): OmicronZoneConfig {
112112026-06-02T17:53:55.800Z id: f350b534-e9bb-4e47-a2ae-4029efe48e1a (omicron_zone),
112122026-06-02T17:53:55.800Z filesystem_pool: None,
112132026-06-02T17:53:55.801Z zone_type: CruciblePantry {
112142026-06-02T17:53:55.801Z address: [fd00:1122:3344:102::6]:17000,
112152026-06-02T17:53:55.801Z },
112162026-06-02T17:53:55.801Z image_source: InstallDataset,
112172026-06-02T17:53:55.801Z },
112182026-06-02T17:53:55.801Z },
112192026-06-02T17:53:55.801Z remove_mupdate_override: None,
112202026-06-02T17:53:55.801Z host_phase_2: HostPhase2DesiredSlots {
112212026-06-02T17:53:55.801Z slot_a: CurrentContents,
112222026-06-02T17:53:55.801Z slot_b: CurrentContents,
112232026-06-02T17:53:55.801Z },
112242026-06-02T17:53:55.801Z measurements: {},
112252026-06-02T17:53:55.801Z },
112262026-06-02T17:53:55.801Z external_disks: {},
112272026-06-02T17:53:55.801Z datasets: {},
112282026-06-02T17:53:55.801Z orphaned_datasets: {
112292026-06-02T17:53:55.801Z DatasetName {
112302026-06-02T17:53:55.801Z pool_name: External(
112312026-06-02T17:53:55.801Z 7de3341b-ded3-4586-a47f-3c5440dc0d4d (external_zpool),
112322026-06-02T17:53:55.801Z ),
112332026-06-02T17:53:55.801Z kind: ExternalDns,
112342026-06-02T17:53:55.801Z }: OrphanedDataset {
112352026-06-02T17:53:55.801Z name: DatasetName {
112362026-06-02T17:53:55.801Z pool_name: External(
112372026-06-02T17:53:55.801Z 7de3341b-ded3-4586-a47f-3c5440dc0d4d (external_zpool),
112382026-06-02T17:53:55.801Z ),
112392026-06-02T17:53:55.801Z kind: ExternalDns,
112402026-06-02T17:53:55.801Z },
112412026-06-02T17:53:55.801Z reason: "example orphaned dataset",
112422026-06-02T17:53:55.802Z id: Some(
112432026-06-02T17:53:55.802Z 8ec1d3a6-663e-4f18-b7ae-b86b56230e80 (dataset),
112442026-06-02T17:53:55.802Z ),
112452026-06-02T17:53:55.802Z mounted: false,
112462026-06-02T17:53:55.802Z available: ByteCount(
112472026-06-02T17:53:55.802Z 0,
112482026-06-02T17:53:55.802Z ),
112492026-06-02T17:53:55.802Z used: ByteCount(
112502026-06-02T17:53:55.802Z 0,
112512026-06-02T17:53:55.802Z ),
112522026-06-02T17:53:55.802Z },
112532026-06-02T17:53:55.802Z },
112542026-06-02T17:53:55.802Z zones: {
112552026-06-02T17:53:55.802Z 0322760d-a1e2-4911-8745-569f6bad8251 (omicron_zone): Ok,
112562026-06-02T17:53:55.802Z 1aa5fd71-d766-4f20-b3c7-9cf4fe9e4f2e (omicron_zone): Ok,
112572026-06-02T17:53:55.802Z 263584b3-2f53-4f87-a9c0-60a4c78af6c4 (omicron_zone): Ok,
112582026-06-02T17:53:55.802Z 271ee61b-9e97-4e45-a407-0083f8bf15a7 (omicron_zone): Ok,
112592026-06-02T17:53:55.802Z 2f336547-e4b0-422c-af54-deae20b4580c (omicron_zone): Ok,
112602026-06-02T17:53:55.802Z 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff (omicron_zone): Ok,
112612026-06-02T17:53:55.802Z 750b40ef-8e83-4c7a-be96-33964b2244f3 (omicron_zone): Ok,
112622026-06-02T17:53:55.802Z 7de28140-8cdc-4478-9204-63763ecc10ff (omicron_zone): Ok,
112632026-06-02T17:53:55.802Z 996f3011-5aaa-4732-a47d-e6514b1131d8 (omicron_zone): Ok,
112642026-06-02T17:53:55.802Z b2629475-65b2-4e8a-9e70-d4e8c034d8ad (omicron_zone): Ok,
112652026-06-02T17:53:55.802Z c489b9a3-33e5-487c-8a60-77853584dca1 (omicron_zone): Ok,
112662026-06-02T17:53:55.802Z cef138ff-87a4-4509-ba30-2395e01ac5f7 (omicron_zone): Ok,
112672026-06-02T17:53:55.802Z d02206f1-7567-4753-9221-6b2b70407925 (omicron_zone): Ok,
112682026-06-02T17:53:55.802Z e9d7d6ba-59e3-44ff-9081-f43e61c9968a (omicron_zone): Ok,
112692026-06-02T17:53:55.803Z f350b534-e9bb-4e47-a2ae-4029efe48e1a (omicron_zone): Ok,
112702026-06-02T17:53:55.803Z },
112712026-06-02T17:53:55.803Z boot_partitions: BootPartitionContents {
112722026-06-02T17:53:55.803Z boot_disk: Ok(
112732026-06-02T17:53:55.803Z A,
112742026-06-02T17:53:55.803Z ),
112752026-06-02T17:53:55.803Z slot_a: Ok(
112762026-06-02T17:53:55.803Z BootPartitionDetails {
112772026-06-02T17:53:55.803Z header: BootImageHeader {
112782026-06-02T17:53:55.803Z flags: 0,
112792026-06-02T17:53:55.803Z data_size: 10000,
112802026-06-02T17:53:55.803Z image_size: 10000,
112812026-06-02T17:53:55.803Z target_size: 10000,
112822026-06-02T17:53:55.803Z sha256: [
112832026-06-02T17:53:55.803Z 0,
112842026-06-02T17:53:55.803Z 0,
112852026-06-02T17:53:55.803Z 0,
112862026-06-02T17:53:55.803Z 0,
112872026-06-02T17:53:55.803Z 0,
112882026-06-02T17:53:55.803Z 0,
112892026-06-02T17:53:55.803Z 0,
112902026-06-02T17:53:55.803Z 0,
112912026-06-02T17:53:55.803Z 0,
112922026-06-02T17:53:55.808Z 0,
112932026-06-02T17:53:55.808Z 0,
112942026-06-02T17:53:55.808Z 0,
112952026-06-02T17:53:55.808Z 0,
112962026-06-02T17:53:55.808Z 0,
112972026-06-02T17:53:55.808Z 0,
112982026-06-02T17:53:55.808Z 0,
112992026-06-02T17:53:55.808Z 0,
113002026-06-02T17:53:55.808Z 0,
113012026-06-02T17:53:55.808Z 0,
113022026-06-02T17:53:55.808Z 0,
113032026-06-02T17:53:55.808Z 0,
113042026-06-02T17:53:55.808Z 0,
113052026-06-02T17:53:55.808Z 0,
113062026-06-02T17:53:55.808Z 0,
113072026-06-02T17:53:55.808Z 0,
113082026-06-02T17:53:55.808Z 0,
113092026-06-02T17:53:55.808Z 0,
113102026-06-02T17:53:55.808Z 0,
113112026-06-02T17:53:55.808Z 0,
113122026-06-02T17:53:55.808Z 0,
113132026-06-02T17:53:55.808Z 0,
113142026-06-02T17:53:55.808Z 0,
113152026-06-02T17:53:55.808Z ],
113162026-06-02T17:53:55.809Z image_name: "fake image for tests",
113172026-06-02T17:53:55.809Z },
113182026-06-02T17:53:55.809Z artifact_hash: ArtifactHash(
113192026-06-02T17:53:55.809Z "0101010101010101010101010101010101010101010101010101010101010101",
113202026-06-02T17:53:55.809Z ),
113212026-06-02T17:53:55.809Z artifact_size: 14096,
113222026-06-02T17:53:55.809Z },
113232026-06-02T17:53:55.809Z ),
113242026-06-02T17:53:55.809Z slot_b: Ok(
113252026-06-02T17:53:55.809Z BootPartitionDetails {
113262026-06-02T17:53:55.809Z header: BootImageHeader {
113272026-06-02T17:53:55.809Z flags: 0,
113282026-06-02T17:53:55.809Z data_size: 1000,
113292026-06-02T17:53:55.809Z image_size: 1000,
113302026-06-02T17:53:55.809Z target_size: 1000,
113312026-06-02T17:53:55.809Z sha256: [
113322026-06-02T17:53:55.809Z 1,
113332026-06-02T17:53:55.809Z 1,
113342026-06-02T17:53:55.809Z 1,
113352026-06-02T17:53:55.809Z 1,
113362026-06-02T17:53:55.809Z 1,
113372026-06-02T17:53:55.809Z 1,
113382026-06-02T17:53:55.809Z 1,
113392026-06-02T17:53:55.809Z 1,
113402026-06-02T17:53:55.809Z 1,
113412026-06-02T17:53:55.809Z 1,
113422026-06-02T17:53:55.810Z 1,
113432026-06-02T17:53:55.810Z 1,
113442026-06-02T17:53:55.810Z 1,
113452026-06-02T17:53:55.810Z 1,
113462026-06-02T17:53:55.810Z 1,
113472026-06-02T17:53:55.810Z 1,
113482026-06-02T17:53:55.810Z 1,
113492026-06-02T17:53:55.810Z 1,
113502026-06-02T17:53:55.810Z 1,
113512026-06-02T17:53:55.810Z 1,
113522026-06-02T17:53:55.810Z 1,
113532026-06-02T17:53:55.810Z 1,
113542026-06-02T17:53:55.810Z 1,
113552026-06-02T17:53:55.810Z 1,
113562026-06-02T17:53:55.810Z 1,
113572026-06-02T17:53:55.810Z 1,
113582026-06-02T17:53:55.810Z 1,
113592026-06-02T17:53:55.810Z 1,
113602026-06-02T17:53:55.810Z 1,
113612026-06-02T17:53:55.810Z 1,
113622026-06-02T17:53:55.810Z 1,
113632026-06-02T17:53:55.810Z 1,
113642026-06-02T17:53:55.810Z ],
113652026-06-02T17:53:55.810Z image_name: "fake from debug_assume_success()",
113662026-06-02T17:53:55.810Z },
113672026-06-02T17:53:55.810Z artifact_hash: ArtifactHash(
113682026-06-02T17:53:55.810Z "0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b",
113692026-06-02T17:53:55.811Z ),
113702026-06-02T17:53:55.811Z artifact_size: 1000,
113712026-06-02T17:53:55.811Z },
113722026-06-02T17:53:55.811Z ),
113732026-06-02T17:53:55.811Z },
113742026-06-02T17:53:55.811Z remove_mupdate_override: None,
113752026-06-02T17:53:55.811Z },
113762026-06-02T17:53:55.811Z ),
113772026-06-02T17:53:55.811Z file_source_resolver: OmicronFileSourceResolverInventory {
113782026-06-02T17:53:55.811Z zone_manifest: ManifestInventory {
113792026-06-02T17:53:55.811Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/zones.json",
113802026-06-02T17:53:55.811Z boot_inventory: Ok(
113812026-06-02T17:53:55.811Z ManifestBootInventory {
113822026-06-02T17:53:55.811Z source: SledAgent,
113832026-06-02T17:53:55.811Z artifacts: {
113842026-06-02T17:53:55.811Z "clickhouse.tar.gz": ZoneArtifactInventory {
113852026-06-02T17:53:55.811Z file_name: "clickhouse.tar.gz",
113862026-06-02T17:53:55.811Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
113872026-06-02T17:53:55.811Z expected_size: 15,
113882026-06-02T17:53:55.811Z expected_hash: ArtifactHash(
113892026-06-02T17:53:55.811Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
113902026-06-02T17:53:55.811Z ),
113912026-06-02T17:53:55.811Z status: Ok(
113922026-06-02T17:53:55.817Z (),
113932026-06-02T17:53:55.817Z ),
113942026-06-02T17:53:55.817Z },
113952026-06-02T17:53:55.817Z "cockroachdb.tar.gz": ZoneArtifactInventory {
113962026-06-02T17:53:55.817Z file_name: "cockroachdb.tar.gz",
113972026-06-02T17:53:55.817Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
113982026-06-02T17:53:55.817Z expected_size: 16,
113992026-06-02T17:53:55.817Z expected_hash: ArtifactHash(
114002026-06-02T17:53:55.817Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
114012026-06-02T17:53:55.818Z ),
114022026-06-02T17:53:55.818Z status: Ok(
114032026-06-02T17:53:55.818Z (),
114042026-06-02T17:53:55.818Z ),
114052026-06-02T17:53:55.818Z },
114062026-06-02T17:53:55.818Z "crucible.tar.gz": ZoneArtifactInventory {
114072026-06-02T17:53:55.818Z file_name: "crucible.tar.gz",
114082026-06-02T17:53:55.818Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
114092026-06-02T17:53:55.818Z expected_size: 13,
114102026-06-02T17:53:55.818Z expected_hash: ArtifactHash(
114112026-06-02T17:53:55.818Z "a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
114122026-06-02T17:53:55.818Z ),
114132026-06-02T17:53:55.818Z status: Ok(
114142026-06-02T17:53:55.818Z (),
114152026-06-02T17:53:55.818Z ),
114162026-06-02T17:53:55.818Z },
114172026-06-02T17:53:55.818Z "internal_dns.tar.gz": ZoneArtifactInventory {
114182026-06-02T17:53:55.818Z file_name: "internal_dns.tar.gz",
114192026-06-02T17:53:55.818Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
114202026-06-02T17:53:55.818Z expected_size: 17,
114212026-06-02T17:53:55.818Z expected_hash: ArtifactHash(
114222026-06-02T17:53:55.818Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
114232026-06-02T17:53:55.818Z ),
114242026-06-02T17:53:55.818Z status: Ok(
114252026-06-02T17:53:55.818Z (),
114262026-06-02T17:53:55.818Z ),
114272026-06-02T17:53:55.819Z },
114282026-06-02T17:53:55.819Z "nexus.tar.gz": ZoneArtifactInventory {
114292026-06-02T17:53:55.819Z file_name: "nexus.tar.gz",
114302026-06-02T17:53:55.819Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/nexus.tar.gz",
114312026-06-02T17:53:55.819Z expected_size: 10,
114322026-06-02T17:53:55.819Z expected_hash: ArtifactHash(
114332026-06-02T17:53:55.819Z "96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80",
114342026-06-02T17:53:55.819Z ),
114352026-06-02T17:53:55.819Z status: Ok(
114362026-06-02T17:53:55.819Z (),
114372026-06-02T17:53:55.819Z ),
114382026-06-02T17:53:55.819Z },
114392026-06-02T17:53:55.819Z },
114402026-06-02T17:53:55.819Z },
114412026-06-02T17:53:55.819Z ),
114422026-06-02T17:53:55.819Z non_boot_status: {
114432026-06-02T17:53:55.819Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
114442026-06-02T17:53:55.819Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
114452026-06-02T17:53:55.819Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/zones.json",
114462026-06-02T17:53:55.819Z is_valid: true,
114472026-06-02T17:53:55.819Z message: "valid zone manifest: 5 artifacts in manifest generated by sled-agent: 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
114482026-06-02T17:53:55.819Z },
114492026-06-02T17:53:55.819Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
114502026-06-02T17:53:55.819Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
114512026-06-02T17:53:55.819Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/zones.json",
114522026-06-02T17:53:55.819Z is_valid: false,
114532026-06-02T17:53:55.820Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: 6d9a5a6c-344c-41a8-96f7-6e05948e4629): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
114542026-06-02T17:53:55.820Z },
114552026-06-02T17:53:55.820Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
114562026-06-02T17:53:55.820Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
114572026-06-02T17:53:55.820Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/zones.json",
114582026-06-02T17:53:55.820Z is_valid: false,
114592026-06-02T17:53:55.820Z message: "read error: error reading install metadata",
114602026-06-02T17:53:55.820Z },
114612026-06-02T17:53:55.820Z },
114622026-06-02T17:53:55.820Z },
114632026-06-02T17:53:55.820Z measurement_manifest: ManifestInventory {
114642026-06-02T17:53:55.820Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/measurements.json",
114652026-06-02T17:53:55.820Z boot_inventory: Ok(
114662026-06-02T17:53:55.820Z ManifestBootInventory {
114672026-06-02T17:53:55.820Z source: SledAgent,
114682026-06-02T17:53:55.820Z artifacts: {
114692026-06-02T17:53:55.820Z "clickhouse.tar.gz": ZoneArtifactInventory {
114702026-06-02T17:53:55.820Z file_name: "clickhouse.tar.gz",
114712026-06-02T17:53:55.820Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
114722026-06-02T17:53:55.820Z expected_size: 15,
114732026-06-02T17:53:55.820Z expected_hash: ArtifactHash(
114742026-06-02T17:53:55.820Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
114752026-06-02T17:53:55.820Z ),
114762026-06-02T17:53:55.820Z status: Ok(
114772026-06-02T17:53:55.820Z (),
114782026-06-02T17:53:55.820Z ),
114792026-06-02T17:53:55.820Z },
114802026-06-02T17:53:55.821Z "cockroachdb.tar.gz": ZoneArtifactInventory {
114812026-06-02T17:53:55.821Z file_name: "cockroachdb.tar.gz",
114822026-06-02T17:53:55.821Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
114832026-06-02T17:53:55.821Z expected_size: 16,
114842026-06-02T17:53:55.821Z expected_hash: ArtifactHash(
114852026-06-02T17:53:55.821Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
114862026-06-02T17:53:55.821Z ),
114872026-06-02T17:53:55.821Z status: Ok(
114882026-06-02T17:53:55.821Z (),
114892026-06-02T17:53:55.821Z ),
114902026-06-02T17:53:55.821Z },
114912026-06-02T17:53:55.821Z "crucible.tar.gz": ZoneArtifactInventory {
114922026-06-02T17:53:55.825Z file_name: "crucible.tar.gz",
114932026-06-02T17:53:55.825Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
114942026-06-02T17:53:55.826Z expected_size: 13,
114952026-06-02T17:53:55.826Z expected_hash: ArtifactHash(
114962026-06-02T17:53:55.826Z "a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
114972026-06-02T17:53:55.826Z ),
114982026-06-02T17:53:55.826Z status: Ok(
114992026-06-02T17:53:55.826Z (),
115002026-06-02T17:53:55.826Z ),
115012026-06-02T17:53:55.826Z },
115022026-06-02T17:53:55.826Z "internal_dns.tar.gz": ZoneArtifactInventory {
115032026-06-02T17:53:55.826Z file_name: "internal_dns.tar.gz",
115042026-06-02T17:53:55.826Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
115052026-06-02T17:53:55.826Z expected_size: 17,
115062026-06-02T17:53:55.826Z expected_hash: ArtifactHash(
115072026-06-02T17:53:55.826Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
115082026-06-02T17:53:55.826Z ),
115092026-06-02T17:53:55.826Z status: Ok(
115102026-06-02T17:53:55.826Z (),
115112026-06-02T17:53:55.826Z ),
115122026-06-02T17:53:55.826Z },
115132026-06-02T17:53:55.826Z "nexus.tar.gz": ZoneArtifactInventory {
115142026-06-02T17:53:55.826Z file_name: "nexus.tar.gz",
115152026-06-02T17:53:55.826Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/nexus.tar.gz",
115162026-06-02T17:53:55.826Z expected_size: 10,
115172026-06-02T17:53:55.826Z expected_hash: ArtifactHash(
115182026-06-02T17:53:55.826Z "96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80",
115192026-06-02T17:53:55.826Z ),
115202026-06-02T17:53:55.826Z status: Ok(
115212026-06-02T17:53:55.827Z (),
115222026-06-02T17:53:55.827Z ),
115232026-06-02T17:53:55.827Z },
115242026-06-02T17:53:55.827Z },
115252026-06-02T17:53:55.827Z },
115262026-06-02T17:53:55.827Z ),
115272026-06-02T17:53:55.827Z non_boot_status: {
115282026-06-02T17:53:55.827Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
115292026-06-02T17:53:55.827Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
115302026-06-02T17:53:55.827Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/measurements.json",
115312026-06-02T17:53:55.827Z is_valid: true,
115322026-06-02T17:53:55.827Z message: "valid zone manifest: 5 artifacts in manifest generated by sled-agent: 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
115332026-06-02T17:53:55.827Z },
115342026-06-02T17:53:55.827Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
115352026-06-02T17:53:55.827Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
115362026-06-02T17:53:55.827Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/measurements.json",
115372026-06-02T17:53:55.827Z is_valid: false,
115382026-06-02T17:53:55.827Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: 6d9a5a6c-344c-41a8-96f7-6e05948e4629): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
115392026-06-02T17:53:55.827Z },
115402026-06-02T17:53:55.827Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
115412026-06-02T17:53:55.827Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
115422026-06-02T17:53:55.827Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/measurements.json",
115432026-06-02T17:53:55.827Z is_valid: false,
115442026-06-02T17:53:55.827Z message: "read error: error reading install metadata",
115452026-06-02T17:53:55.827Z },
115462026-06-02T17:53:55.827Z },
115472026-06-02T17:53:55.827Z },
115482026-06-02T17:53:55.827Z mupdate_override: MupdateOverrideInventory {
115492026-06-02T17:53:55.828Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/mupdate-override.json",
115502026-06-02T17:53:55.828Z boot_override: Ok(
115512026-06-02T17:53:55.828Z None,
115522026-06-02T17:53:55.828Z ),
115532026-06-02T17:53:55.828Z non_boot_status: {
115542026-06-02T17:53:55.828Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): MupdateOverrideNonBootInventory {
115552026-06-02T17:53:55.828Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
115562026-06-02T17:53:55.828Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/mupdate-override.json",
115572026-06-02T17:53:55.828Z is_valid: true,
115582026-06-02T17:53:55.828Z message: "matches boot disk (present)",
115592026-06-02T17:53:55.828Z },
115602026-06-02T17:53:55.828Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): MupdateOverrideNonBootInventory {
115612026-06-02T17:53:55.828Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
115622026-06-02T17:53:55.828Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/mupdate-override.json",
115632026-06-02T17:53:55.828Z is_valid: false,
115642026-06-02T17:53:55.828Z message: "boot disk has override but non-boot disk does not",
115652026-06-02T17:53:55.828Z },
115662026-06-02T17:53:55.828Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): MupdateOverrideNonBootInventory {
115672026-06-02T17:53:55.828Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
115682026-06-02T17:53:55.828Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/mupdate-override.json",
115692026-06-02T17:53:55.828Z is_valid: false,
115702026-06-02T17:53:55.828Z message: "read error: install metadata read error",
115712026-06-02T17:53:55.828Z },
115722026-06-02T17:53:55.828Z },
115732026-06-02T17:53:55.828Z },
115742026-06-02T17:53:55.828Z },
115752026-06-02T17:53:55.828Z smf_services_enabled_not_online: DataUnavailable,
115762026-06-02T17:53:55.829Z reference_measurements: {
115772026-06-02T17:53:55.829Z "/this/path": SingleMeasurementInventory {
115782026-06-02T17:53:55.829Z path: "/this/path",
115792026-06-02T17:53:55.829Z result: Ok,
115802026-06-02T17:53:55.829Z },
115812026-06-02T17:53:55.829Z "/this/path2": SingleMeasurementInventory {
115822026-06-02T17:53:55.829Z path: "/this/path2",
115832026-06-02T17:53:55.829Z result: Ok,
115842026-06-02T17:53:55.829Z },
115852026-06-02T17:53:55.829Z },
115862026-06-02T17:53:55.829Z },
115872026-06-02T17:53:55.829Z },
115882026-06-02T17:53:55.829Z clickhouse_keeper_cluster_membership: {
115892026-06-02T17:53:55.829Z ClickhouseKeeperClusterMembership {
115902026-06-02T17:53:55.829Z queried_keeper: KeeperId(
115912026-06-02T17:53:55.829Z 1,
115922026-06-02T17:53:55.833Z ),
115932026-06-02T17:53:55.833Z leader_committed_log_index: 1000,
115942026-06-02T17:53:55.833Z raft_config: {
115952026-06-02T17:53:55.833Z KeeperId(
115962026-06-02T17:53:55.833Z 1,
115972026-06-02T17:53:55.833Z ),
115982026-06-02T17:53:55.833Z },
115992026-06-02T17:53:55.833Z },
116002026-06-02T17:53:55.833Z },
116012026-06-02T17:53:55.834Z cockroach_status: {
116022026-06-02T17:53:55.834Z InternalNodeId(
116032026-06-02T17:53:55.834Z "1",
116042026-06-02T17:53:55.834Z ): CockroachStatus {
116052026-06-02T17:53:55.834Z ranges_underreplicated: Some(
116062026-06-02T17:53:55.834Z 0,
116072026-06-02T17:53:55.834Z ),
116082026-06-02T17:53:55.834Z liveness_live_nodes: None,
116092026-06-02T17:53:55.834Z },
116102026-06-02T17:53:55.834Z },
116112026-06-02T17:53:55.834Z ntp_timesync: {
116122026-06-02T17:53:55.834Z 11c1b5dc-6eef-4405-8845-6db8a801871e (omicron_zone): TimeSync {
116132026-06-02T17:53:55.834Z zone_id: 11c1b5dc-6eef-4405-8845-6db8a801871e (omicron_zone),
116142026-06-02T17:53:55.834Z synced: true,
116152026-06-02T17:53:55.834Z },
116162026-06-02T17:53:55.834Z },
116172026-06-02T17:53:55.834Z internal_dns_generation_status: {
116182026-06-02T17:53:55.834Z 32bee06c-8bc8-4e31-a243-51f0b7c04980 (omicron_zone): InternalDnsGenerationStatus {
116192026-06-02T17:53:55.834Z zone_id: 32bee06c-8bc8-4e31-a243-51f0b7c04980 (omicron_zone),
116202026-06-02T17:53:55.834Z generation: Generation(
116212026-06-02T17:53:55.834Z 1,
116222026-06-02T17:53:55.834Z ),
116232026-06-02T17:53:55.834Z },
116242026-06-02T17:53:55.834Z },
116252026-06-02T17:53:55.834Z }
116262026-06-02T17:53:55.834Z test builder::test::test_basic ... FAILED
116272026-06-02T17:53:55.834Z
116282026-06-02T17:53:55.834Z failures:
116292026-06-02T17:53:55.835Z
116302026-06-02T17:53:55.835Z failures:
116312026-06-02T17:53:55.835Z builder::test::test_basic
116322026-06-02T17:53:55.835Z
116332026-06-02T17:53:55.835Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.33s
116342026-06-02T17:53:55.835Z
116352026-06-02T17:53:55.835Z stderr ───
116362026-06-02T17:53:55.835Z
116372026-06-02T17:53:55.835Z thread 'builder::test::test_basic' (2) panicked at nexus/inventory/src/builder.rs:871:9:
116382026-06-02T17:53:55.835Z assertion `left == right` failed
116392026-06-02T17:53:55.835Z left: ["MGS \"fake MGS 1\": reading RoT state for BaseboardId { part_number: \"model1\", serial_number: \"s2\" }: test suite injected error"]
116402026-06-02T17:53:55.835Z right: ["MGS \"fake MGS 1\": reading RoT state for BaseboardId { part_number: \"model1\", serial_number: \"s2\" }: test suite injected error", "sled 5c5b4cf9-3e13-45fd-871c-f177d6537510: reported unknown baseboard"]
116412026-06-02T17:53:55.835Z stack backtrace:
116422026-06-02T17:53:55.835Z 0: __rustc::rust_begin_unwind
116432026-06-02T17:53:55.835Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
116442026-06-02T17:53:55.835Z 1: core::panicking::panic_fmt
116452026-06-02T17:53:55.835Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
116462026-06-02T17:53:55.835Z 2: core::panicking::assert_failed_inner
116472026-06-02T17:53:55.835Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:439:17
116482026-06-02T17:53:55.835Z 3: core::panicking::assert_failed::<alloc::vec::Vec<alloc::string::String>, [&str; 2]>
116492026-06-02T17:53:55.835Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:394:5
116502026-06-02T17:53:55.835Z 4: test_basic
116512026-06-02T17:53:55.835Z at ./src/builder.rs:871:9
116522026-06-02T17:53:55.835Z 5: nexus_inventory::builder::test::test_basic::{closure#0}
116532026-06-02T17:53:55.835Z at ./src/builder.rs:846:20
116542026-06-02T17:53:55.835Z 6: <nexus_inventory::builder::test::test_basic::{closure#0} as core::ops::function::FnOnce<()>>::call_once
116552026-06-02T17:53:55.835Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
116562026-06-02T17:53:55.836Z 7: core::ops::function::FnOnce::call_once
116572026-06-02T17:53:55.836Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
116582026-06-02T17:53:55.836Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
116592026-06-02T17:53:55.836Z
116602026-06-02T17:53:55.836Z PASS [ 0.596s] ( 875/2830) nexus-inventory collector::test::test_basic
116612026-06-02T17:53:55.836Z PASS [ 0.339s] ( 876/2830) nexus-inventory collector::test::test_multi_mgs_failure
116622026-06-02T17:53:55.970Z PASS [ 0.811s] ( 877/2830) nexus-inventory collector::test::test_multi_mgs
116632026-06-02T17:53:55.983Z PASS [ 2.344s] ( 878/2830) nexus-db-queries db::queries::regions_hard_delete::test::explainable
116642026-06-02T17:53:56.244Z PASS [ 1.323s] ( 879/2830) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
116652026-06-02T17:53:56.293Z TRY 2 FAIL [ 0.509s] (─────────) nexus-inventory builder::test::test_basic
116662026-06-02T17:53:56.293Z stdout ───
116672026-06-02T17:53:56.293Z
116682026-06-02T17:53:56.294Z running 1 test
116692026-06-02T17:53:56.294Z Collection {
116702026-06-02T17:53:56.294Z id: 2e23a07b-47b1-4d20-9821-cdbae12699df (collection),
116712026-06-02T17:53:56.294Z errors: [
116722026-06-02T17:53:56.294Z "MGS \"fake MGS 1\": reading RoT state for BaseboardId { part_number: \"model1\", serial_number: \"s2\" }: test suite injected error",
116732026-06-02T17:53:56.294Z ],
116742026-06-02T17:53:56.294Z time_started: 2026-06-02T17:53:55.375183Z,
116752026-06-02T17:53:56.294Z time_done: 2026-06-02T17:53:55.385673Z,
116762026-06-02T17:53:56.294Z collector: "example",
116772026-06-02T17:53:56.294Z baseboards: {
116782026-06-02T17:53:56.294Z BaseboardId {
116792026-06-02T17:53:56.294Z part_number: "model1",
116802026-06-02T17:53:56.294Z serial_number: "s1",
116812026-06-02T17:53:56.294Z },
116822026-06-02T17:53:56.294Z BaseboardId {
116832026-06-02T17:53:56.294Z part_number: "model1",
116842026-06-02T17:53:56.294Z serial_number: "s2",
116852026-06-02T17:53:56.294Z },
116862026-06-02T17:53:56.294Z BaseboardId {
116872026-06-02T17:53:56.294Z part_number: "model1",
116882026-06-02T17:53:56.294Z serial_number: "s4",
116892026-06-02T17:53:56.294Z },
116902026-06-02T17:53:56.294Z BaseboardId {
116912026-06-02T17:53:56.294Z part_number: "model2",
116922026-06-02T17:53:56.294Z serial_number: "s1",
116932026-06-02T17:53:56.294Z },
116942026-06-02T17:53:56.294Z BaseboardId {
116952026-06-02T17:53:56.294Z part_number: "model3",
116962026-06-02T17:53:56.294Z serial_number: "s1",
116972026-06-02T17:53:56.294Z },
116982026-06-02T17:53:56.294Z BaseboardId {
116992026-06-02T17:53:56.294Z part_number: "model4",
117002026-06-02T17:53:56.294Z serial_number: "s2",
117012026-06-02T17:53:56.294Z },
117022026-06-02T17:53:56.295Z },
117032026-06-02T17:53:56.295Z cabooses: {
117042026-06-02T17:53:56.295Z Caboose {
117052026-06-02T17:53:56.295Z board: "board_1",
117062026-06-02T17:53:56.295Z git_commit: "git_commit_1",
117072026-06-02T17:53:56.295Z name: "name_1",
117082026-06-02T17:53:56.295Z version: "version_1",
117092026-06-02T17:53:56.295Z sign: Some(
117102026-06-02T17:53:56.295Z "sign_1",
117112026-06-02T17:53:56.295Z ),
117122026-06-02T17:53:56.295Z },
117132026-06-02T17:53:56.295Z Caboose {
117142026-06-02T17:53:56.295Z board: "board_psc_rot_a",
117152026-06-02T17:53:56.295Z git_commit: "git_commit_psc_rot_a",
117162026-06-02T17:53:56.295Z name: "name_psc_rot_a",
117172026-06-02T17:53:56.295Z version: "version_psc_rot_a",
117182026-06-02T17:53:56.295Z sign: Some(
117192026-06-02T17:53:56.295Z "sign_psc_rot_a",
117202026-06-02T17:53:56.295Z ),
117212026-06-02T17:53:56.295Z },
117222026-06-02T17:53:56.295Z Caboose {
117232026-06-02T17:53:56.295Z board: "board_psc_rot_b",
117242026-06-02T17:53:56.295Z git_commit: "git_commit_psc_rot_b",
117252026-06-02T17:53:56.295Z name: "name_psc_rot_b",
117262026-06-02T17:53:56.295Z version: "version_psc_rot_b",
117272026-06-02T17:53:56.295Z sign: Some(
117282026-06-02T17:53:56.295Z "sign_psc_rot_b",
117292026-06-02T17:53:56.295Z ),
117302026-06-02T17:53:56.295Z },
117312026-06-02T17:53:56.295Z Caboose {
117322026-06-02T17:53:56.295Z board: "board_psc_sp_0",
117332026-06-02T17:53:56.295Z git_commit: "git_commit_psc_sp_0",
117342026-06-02T17:53:56.295Z name: "name_psc_sp_0",
117352026-06-02T17:53:56.295Z version: "version_psc_sp_0",
117362026-06-02T17:53:56.295Z sign: Some(
117372026-06-02T17:53:56.295Z "sign_psc_sp_0",
117382026-06-02T17:53:56.296Z ),
117392026-06-02T17:53:56.296Z },
117402026-06-02T17:53:56.296Z Caboose {
117412026-06-02T17:53:56.296Z board: "board_psc_sp_1",
117422026-06-02T17:53:56.296Z git_commit: "git_commit_psc_sp_1",
117432026-06-02T17:53:56.296Z name: "name_psc_sp_1",
117442026-06-02T17:53:56.296Z version: "version_psc_sp_1",
117452026-06-02T17:53:56.296Z sign: Some(
117462026-06-02T17:53:56.296Z "sign_psc_sp_1",
117472026-06-02T17:53:56.296Z ),
117482026-06-02T17:53:56.296Z },
117492026-06-02T17:53:56.296Z },
117502026-06-02T17:53:56.296Z rot_pages: {
117512026-06-02T17:53:56.296Z RotPage {
117522026-06-02T17:53:56.296Z data_base64: "MQ==",
117532026-06-02T17:53:56.296Z },
117542026-06-02T17:53:56.296Z RotPage {
117552026-06-02T17:53:56.296Z data_base64: "cHNjIGNmcGEgYWN0aXZl",
117562026-06-02T17:53:56.296Z },
117572026-06-02T17:53:56.296Z RotPage {
117582026-06-02T17:53:56.296Z data_base64: "cHNjIGNmcGEgaW5hY3RpdmU=",
117592026-06-02T17:53:56.296Z },
117602026-06-02T17:53:56.296Z RotPage {
117612026-06-02T17:53:56.296Z data_base64: "cHNjIGNmcGEgc2NyYXRjaA==",
117622026-06-02T17:53:56.296Z },
117632026-06-02T17:53:56.296Z RotPage {
117642026-06-02T17:53:56.296Z data_base64: "cHNjIGNtcGE=",
117652026-06-02T17:53:56.300Z },
117662026-06-02T17:53:56.301Z },
117672026-06-02T17:53:56.301Z sps: {
117682026-06-02T17:53:56.301Z BaseboardId {
117692026-06-02T17:53:56.301Z part_number: "model1",
117702026-06-02T17:53:56.301Z serial_number: "s1",
117712026-06-02T17:53:56.301Z }: ServiceProcessor {
117722026-06-02T17:53:56.301Z time_collected: 2026-06-02T17:53:55.375638Z,
117732026-06-02T17:53:56.301Z source: "fake MGS 1",
117742026-06-02T17:53:56.301Z sp_type: Sled,
117752026-06-02T17:53:56.301Z sp_slot: 3,
117762026-06-02T17:53:56.301Z baseboard_revision: 0,
117772026-06-02T17:53:56.301Z hubris_archive: "hubris1",
117782026-06-02T17:53:56.301Z power_state: A0,
117792026-06-02T17:53:56.301Z },
117802026-06-02T17:53:56.301Z BaseboardId {
117812026-06-02T17:53:56.301Z part_number: "model1",
117822026-06-02T17:53:56.301Z serial_number: "s2",
117832026-06-02T17:53:56.301Z }: ServiceProcessor {
117842026-06-02T17:53:56.301Z time_collected: 2026-06-02T17:53:55.375871Z,
117852026-06-02T17:53:56.301Z source: "fake MGS 1",
117862026-06-02T17:53:56.301Z sp_type: Sled,
117872026-06-02T17:53:56.301Z sp_slot: 5,
117882026-06-02T17:53:56.301Z baseboard_revision: 1,
117892026-06-02T17:53:56.301Z hubris_archive: "hubris5",
117902026-06-02T17:53:56.301Z power_state: A2,
117912026-06-02T17:53:56.301Z },
117922026-06-02T17:53:56.301Z BaseboardId {
117932026-06-02T17:53:56.301Z part_number: "model2",
117942026-06-02T17:53:56.301Z serial_number: "s1",
117952026-06-02T17:53:56.301Z }: ServiceProcessor {
117962026-06-02T17:53:56.301Z time_collected: 2026-06-02T17:53:55.375830Z,
117972026-06-02T17:53:56.301Z source: "fake MGS 2",
117982026-06-02T17:53:56.301Z sp_type: Sled,
117992026-06-02T17:53:56.301Z sp_slot: 4,
118002026-06-02T17:53:56.301Z baseboard_revision: 1,
118012026-06-02T17:53:56.301Z hubris_archive: "hubris2",
118022026-06-02T17:53:56.302Z power_state: A2,
118032026-06-02T17:53:56.302Z },
118042026-06-02T17:53:56.302Z BaseboardId {
118052026-06-02T17:53:56.302Z part_number: "model3",
118062026-06-02T17:53:56.302Z serial_number: "s1",
118072026-06-02T17:53:56.302Z }: ServiceProcessor {
118082026-06-02T17:53:56.302Z time_collected: 2026-06-02T17:53:55.375846Z,
118092026-06-02T17:53:56.302Z source: "fake MGS 2",
118102026-06-02T17:53:56.302Z sp_type: Switch,
118112026-06-02T17:53:56.302Z sp_slot: 0,
118122026-06-02T17:53:56.302Z baseboard_revision: 2,
118132026-06-02T17:53:56.302Z hubris_archive: "hubris3",
118142026-06-02T17:53:56.302Z power_state: A1,
118152026-06-02T17:53:56.302Z },
118162026-06-02T17:53:56.302Z BaseboardId {
118172026-06-02T17:53:56.302Z part_number: "model4",
118182026-06-02T17:53:56.302Z serial_number: "s2",
118192026-06-02T17:53:56.302Z }: ServiceProcessor {
118202026-06-02T17:53:56.302Z time_collected: 2026-06-02T17:53:55.375848Z,
118212026-06-02T17:53:56.302Z source: "fake MGS 1",
118222026-06-02T17:53:56.302Z sp_type: Power,
118232026-06-02T17:53:56.302Z sp_slot: 1,
118242026-06-02T17:53:56.302Z baseboard_revision: 3,
118252026-06-02T17:53:56.302Z hubris_archive: "hubris4",
118262026-06-02T17:53:56.302Z power_state: A2,
118272026-06-02T17:53:56.302Z },
118282026-06-02T17:53:56.302Z },
118292026-06-02T17:53:56.302Z host_phase_1_active_slots: {
118302026-06-02T17:53:56.302Z BaseboardId {
118312026-06-02T17:53:56.302Z part_number: "model1",
118322026-06-02T17:53:56.302Z serial_number: "s1",
118332026-06-02T17:53:56.302Z }: HostPhase1ActiveSlot {
118342026-06-02T17:53:56.302Z time_collected: 2026-06-02T17:53:55.376310Z,
118352026-06-02T17:53:56.302Z source: "fake MGS 1",
118362026-06-02T17:53:56.302Z slot: A,
118372026-06-02T17:53:56.302Z },
118382026-06-02T17:53:56.302Z BaseboardId {
118392026-06-02T17:53:56.302Z part_number: "model2",
118402026-06-02T17:53:56.303Z serial_number: "s1",
118412026-06-02T17:53:56.303Z }: HostPhase1ActiveSlot {
118422026-06-02T17:53:56.303Z time_collected: 2026-06-02T17:53:55.376313Z,
118432026-06-02T17:53:56.303Z source: "fake MGS 1",
118442026-06-02T17:53:56.303Z slot: B,
118452026-06-02T17:53:56.303Z },
118462026-06-02T17:53:56.303Z },
118472026-06-02T17:53:56.303Z host_phase_1_flash_hashes: {
118482026-06-02T17:53:56.303Z A: {
118492026-06-02T17:53:56.303Z BaseboardId {
118502026-06-02T17:53:56.303Z part_number: "model1",
118512026-06-02T17:53:56.303Z serial_number: "s1",
118522026-06-02T17:53:56.303Z }: HostPhase1FlashHash {
118532026-06-02T17:53:56.303Z time_collected: 2026-06-02T17:53:55.376334Z,
118542026-06-02T17:53:56.303Z source: "fake MGS 1",
118552026-06-02T17:53:56.303Z slot: A,
118562026-06-02T17:53:56.303Z hash: ArtifactHash(
118572026-06-02T17:53:56.303Z "0101010101010101010101010101010101010101010101010101010101010101",
118582026-06-02T17:53:56.303Z ),
118592026-06-02T17:53:56.303Z },
118602026-06-02T17:53:56.303Z },
118612026-06-02T17:53:56.303Z B: {
118622026-06-02T17:53:56.303Z BaseboardId {
118632026-06-02T17:53:56.303Z part_number: "model1",
118642026-06-02T17:53:56.303Z serial_number: "s1",
118652026-06-02T17:53:56.307Z }: HostPhase1FlashHash {
118662026-06-02T17:53:56.307Z time_collected: 2026-06-02T17:53:55.376349Z,
118672026-06-02T17:53:56.307Z source: "fake MGS 1",
118682026-06-02T17:53:56.307Z slot: B,
118692026-06-02T17:53:56.307Z hash: ArtifactHash(
118702026-06-02T17:53:56.307Z "0202020202020202020202020202020202020202020202020202020202020202",
118712026-06-02T17:53:56.307Z ),
118722026-06-02T17:53:56.307Z },
118732026-06-02T17:53:56.307Z BaseboardId {
118742026-06-02T17:53:56.307Z part_number: "model2",
118752026-06-02T17:53:56.307Z serial_number: "s1",
118762026-06-02T17:53:56.307Z }: HostPhase1FlashHash {
118772026-06-02T17:53:56.307Z time_collected: 2026-06-02T17:53:55.376350Z,
118782026-06-02T17:53:56.308Z source: "fake MGS 1",
118792026-06-02T17:53:56.308Z slot: B,
118802026-06-02T17:53:56.308Z hash: ArtifactHash(
118812026-06-02T17:53:56.308Z "0303030303030303030303030303030303030303030303030303030303030303",
118822026-06-02T17:53:56.308Z ),
118832026-06-02T17:53:56.308Z },
118842026-06-02T17:53:56.308Z },
118852026-06-02T17:53:56.308Z },
118862026-06-02T17:53:56.308Z rots: {
118872026-06-02T17:53:56.308Z BaseboardId {
118882026-06-02T17:53:56.308Z part_number: "model1",
118892026-06-02T17:53:56.308Z serial_number: "s1",
118902026-06-02T17:53:56.308Z }: RotState {
118912026-06-02T17:53:56.308Z time_collected: 2026-06-02T17:53:55.375638Z,
118922026-06-02T17:53:56.308Z source: "fake MGS 1",
118932026-06-02T17:53:56.308Z active_slot: A,
118942026-06-02T17:53:56.308Z persistent_boot_preference: A,
118952026-06-02T17:53:56.308Z pending_persistent_boot_preference: None,
118962026-06-02T17:53:56.308Z transient_boot_preference: None,
118972026-06-02T17:53:56.308Z slot_a_sha3_256_digest: Some(
118982026-06-02T17:53:56.308Z "slotAdigest1",
118992026-06-02T17:53:56.308Z ),
119002026-06-02T17:53:56.308Z slot_b_sha3_256_digest: Some(
119012026-06-02T17:53:56.308Z "slotBdigest1",
119022026-06-02T17:53:56.308Z ),
119032026-06-02T17:53:56.308Z stage0_digest: None,
119042026-06-02T17:53:56.308Z stage0next_digest: None,
119052026-06-02T17:53:56.308Z slot_a_error: None,
119062026-06-02T17:53:56.308Z slot_b_error: None,
119072026-06-02T17:53:56.308Z stage0_error: None,
119082026-06-02T17:53:56.308Z stage0next_error: None,
119092026-06-02T17:53:56.308Z },
119102026-06-02T17:53:56.308Z BaseboardId {
119112026-06-02T17:53:56.308Z part_number: "model2",
119122026-06-02T17:53:56.308Z serial_number: "s1",
119132026-06-02T17:53:56.309Z }: RotState {
119142026-06-02T17:53:56.309Z time_collected: 2026-06-02T17:53:55.375830Z,
119152026-06-02T17:53:56.309Z source: "fake MGS 2",
119162026-06-02T17:53:56.309Z active_slot: B,
119172026-06-02T17:53:56.309Z persistent_boot_preference: A,
119182026-06-02T17:53:56.309Z pending_persistent_boot_preference: Some(
119192026-06-02T17:53:56.309Z A,
119202026-06-02T17:53:56.309Z ),
119212026-06-02T17:53:56.309Z transient_boot_preference: Some(
119222026-06-02T17:53:56.309Z B,
119232026-06-02T17:53:56.309Z ),
119242026-06-02T17:53:56.309Z slot_a_sha3_256_digest: Some(
119252026-06-02T17:53:56.309Z "slotAdigest2",
119262026-06-02T17:53:56.309Z ),
119272026-06-02T17:53:56.309Z slot_b_sha3_256_digest: Some(
119282026-06-02T17:53:56.309Z "slotBdigest2",
119292026-06-02T17:53:56.309Z ),
119302026-06-02T17:53:56.309Z stage0_digest: None,
119312026-06-02T17:53:56.309Z stage0next_digest: None,
119322026-06-02T17:53:56.309Z slot_a_error: None,
119332026-06-02T17:53:56.309Z slot_b_error: None,
119342026-06-02T17:53:56.309Z stage0_error: None,
119352026-06-02T17:53:56.309Z stage0next_error: None,
119362026-06-02T17:53:56.309Z },
119372026-06-02T17:53:56.309Z BaseboardId {
119382026-06-02T17:53:56.309Z part_number: "model3",
119392026-06-02T17:53:56.309Z serial_number: "s1",
119402026-06-02T17:53:56.309Z }: RotState {
119412026-06-02T17:53:56.309Z time_collected: 2026-06-02T17:53:55.375846Z,
119422026-06-02T17:53:56.309Z source: "fake MGS 2",
119432026-06-02T17:53:56.309Z active_slot: B,
119442026-06-02T17:53:56.309Z persistent_boot_preference: A,
119452026-06-02T17:53:56.309Z pending_persistent_boot_preference: None,
119462026-06-02T17:53:56.309Z transient_boot_preference: None,
119472026-06-02T17:53:56.309Z slot_a_sha3_256_digest: Some(
119482026-06-02T17:53:56.309Z "slotAdigest3",
119492026-06-02T17:53:56.309Z ),
119502026-06-02T17:53:56.309Z slot_b_sha3_256_digest: Some(
119512026-06-02T17:53:56.309Z "slotBdigest3",
119522026-06-02T17:53:56.310Z ),
119532026-06-02T17:53:56.310Z stage0_digest: None,
119542026-06-02T17:53:56.310Z stage0next_digest: None,
119552026-06-02T17:53:56.310Z slot_a_error: None,
119562026-06-02T17:53:56.310Z slot_b_error: None,
119572026-06-02T17:53:56.310Z stage0_error: None,
119582026-06-02T17:53:56.310Z stage0next_error: None,
119592026-06-02T17:53:56.310Z },
119602026-06-02T17:53:56.310Z BaseboardId {
119612026-06-02T17:53:56.310Z part_number: "model4",
119622026-06-02T17:53:56.310Z serial_number: "s2",
119632026-06-02T17:53:56.310Z }: RotState {
119642026-06-02T17:53:56.310Z time_collected: 2026-06-02T17:53:55.375848Z,
119652026-06-02T17:53:56.315Z source: "fake MGS 1",
119662026-06-02T17:53:56.315Z active_slot: B,
119672026-06-02T17:53:56.315Z persistent_boot_preference: A,
119682026-06-02T17:53:56.315Z pending_persistent_boot_preference: None,
119692026-06-02T17:53:56.315Z transient_boot_preference: None,
119702026-06-02T17:53:56.315Z slot_a_sha3_256_digest: Some(
119712026-06-02T17:53:56.315Z "slotAdigest4",
119722026-06-02T17:53:56.315Z ),
119732026-06-02T17:53:56.315Z slot_b_sha3_256_digest: Some(
119742026-06-02T17:53:56.315Z "slotBdigest4",
119752026-06-02T17:53:56.315Z ),
119762026-06-02T17:53:56.315Z stage0_digest: None,
119772026-06-02T17:53:56.315Z stage0next_digest: None,
119782026-06-02T17:53:56.315Z slot_a_error: None,
119792026-06-02T17:53:56.315Z slot_b_error: None,
119802026-06-02T17:53:56.315Z stage0_error: None,
119812026-06-02T17:53:56.315Z stage0next_error: None,
119822026-06-02T17:53:56.315Z },
119832026-06-02T17:53:56.315Z },
119842026-06-02T17:53:56.315Z cabooses_found: {
119852026-06-02T17:53:56.315Z SpSlot0: {
119862026-06-02T17:53:56.315Z BaseboardId {
119872026-06-02T17:53:56.315Z part_number: "model1",
119882026-06-02T17:53:56.315Z serial_number: "s1",
119892026-06-02T17:53:56.315Z }: CabooseFound {
119902026-06-02T17:53:56.315Z time_collected: 2026-06-02T17:53:55.376411Z,
119912026-06-02T17:53:56.315Z source: "test suite",
119922026-06-02T17:53:56.315Z caboose: Caboose {
119932026-06-02T17:53:56.315Z board: "board_1",
119942026-06-02T17:53:56.315Z git_commit: "git_commit_1",
119952026-06-02T17:53:56.315Z name: "name_1",
119962026-06-02T17:53:56.315Z version: "version_1",
119972026-06-02T17:53:56.315Z sign: Some(
119982026-06-02T17:53:56.316Z "sign_1",
119992026-06-02T17:53:56.316Z ),
120002026-06-02T17:53:56.316Z },
120012026-06-02T17:53:56.316Z },
120022026-06-02T17:53:56.316Z BaseboardId {
120032026-06-02T17:53:56.316Z part_number: "model2",
120042026-06-02T17:53:56.316Z serial_number: "s1",
120052026-06-02T17:53:56.316Z }: CabooseFound {
120062026-06-02T17:53:56.316Z time_collected: 2026-06-02T17:53:55.376575Z,
120072026-06-02T17:53:56.316Z source: "test suite",
120082026-06-02T17:53:56.316Z caboose: Caboose {
120092026-06-02T17:53:56.316Z board: "board_1",
120102026-06-02T17:53:56.316Z git_commit: "git_commit_1",
120112026-06-02T17:53:56.316Z name: "name_1",
120122026-06-02T17:53:56.316Z version: "version_1",
120132026-06-02T17:53:56.316Z sign: Some(
120142026-06-02T17:53:56.316Z "sign_1",
120152026-06-02T17:53:56.316Z ),
120162026-06-02T17:53:56.316Z },
120172026-06-02T17:53:56.316Z },
120182026-06-02T17:53:56.316Z BaseboardId {
120192026-06-02T17:53:56.316Z part_number: "model3",
120202026-06-02T17:53:56.316Z serial_number: "s1",
120212026-06-02T17:53:56.316Z }: CabooseFound {
120222026-06-02T17:53:56.316Z time_collected: 2026-06-02T17:53:55.376583Z,
120232026-06-02T17:53:56.316Z source: "test suite",
120242026-06-02T17:53:56.316Z caboose: Caboose {
120252026-06-02T17:53:56.316Z board: "board_1",
120262026-06-02T17:53:56.316Z git_commit: "git_commit_1",
120272026-06-02T17:53:56.316Z name: "name_1",
120282026-06-02T17:53:56.316Z version: "version_1",
120292026-06-02T17:53:56.316Z sign: Some(
120302026-06-02T17:53:56.317Z "sign_1",
120312026-06-02T17:53:56.317Z ),
120322026-06-02T17:53:56.317Z },
120332026-06-02T17:53:56.317Z },
120342026-06-02T17:53:56.317Z BaseboardId {
120352026-06-02T17:53:56.317Z part_number: "model4",
120362026-06-02T17:53:56.317Z serial_number: "s2",
120372026-06-02T17:53:56.317Z }: CabooseFound {
120382026-06-02T17:53:56.317Z time_collected: 2026-06-02T17:53:55.376593Z,
120392026-06-02T17:53:56.317Z source: "test suite",
120402026-06-02T17:53:56.317Z caboose: Caboose {
120412026-06-02T17:53:56.317Z board: "board_psc_sp_0",
120422026-06-02T17:53:56.317Z git_commit: "git_commit_psc_sp_0",
120432026-06-02T17:53:56.317Z name: "name_psc_sp_0",
120442026-06-02T17:53:56.317Z version: "version_psc_sp_0",
120452026-06-02T17:53:56.317Z sign: Some(
120462026-06-02T17:53:56.317Z "sign_psc_sp_0",
120472026-06-02T17:53:56.317Z ),
120482026-06-02T17:53:56.317Z },
120492026-06-02T17:53:56.317Z },
120502026-06-02T17:53:56.317Z },
120512026-06-02T17:53:56.317Z SpSlot1: {
120522026-06-02T17:53:56.317Z BaseboardId {
120532026-06-02T17:53:56.317Z part_number: "model1",
120542026-06-02T17:53:56.317Z serial_number: "s1",
120552026-06-02T17:53:56.317Z }: CabooseFound {
120562026-06-02T17:53:56.317Z time_collected: 2026-06-02T17:53:55.376561Z,
120572026-06-02T17:53:56.317Z source: "test suite",
120582026-06-02T17:53:56.317Z caboose: Caboose {
120592026-06-02T17:53:56.317Z board: "board_1",
120602026-06-02T17:53:56.317Z git_commit: "git_commit_1",
120612026-06-02T17:53:56.317Z name: "name_1",
120622026-06-02T17:53:56.317Z version: "version_1",
120632026-06-02T17:53:56.317Z sign: Some(
120642026-06-02T17:53:56.317Z "sign_1",
120652026-06-02T17:53:56.322Z ),
120662026-06-02T17:53:56.322Z },
120672026-06-02T17:53:56.322Z },
120682026-06-02T17:53:56.322Z BaseboardId {
120692026-06-02T17:53:56.323Z part_number: "model2",
120702026-06-02T17:53:56.323Z serial_number: "s1",
120712026-06-02T17:53:56.323Z }: CabooseFound {
120722026-06-02T17:53:56.323Z time_collected: 2026-06-02T17:53:55.376577Z,
120732026-06-02T17:53:56.323Z source: "test suite",
120742026-06-02T17:53:56.323Z caboose: Caboose {
120752026-06-02T17:53:56.323Z board: "board_1",
120762026-06-02T17:53:56.323Z git_commit: "git_commit_1",
120772026-06-02T17:53:56.323Z name: "name_1",
120782026-06-02T17:53:56.323Z version: "version_1",
120792026-06-02T17:53:56.323Z sign: Some(
120802026-06-02T17:53:56.323Z "sign_1",
120812026-06-02T17:53:56.323Z ),
120822026-06-02T17:53:56.323Z },
120832026-06-02T17:53:56.323Z },
120842026-06-02T17:53:56.323Z BaseboardId {
120852026-06-02T17:53:56.323Z part_number: "model3",
120862026-06-02T17:53:56.323Z serial_number: "s1",
120872026-06-02T17:53:56.323Z }: CabooseFound {
120882026-06-02T17:53:56.323Z time_collected: 2026-06-02T17:53:55.376584Z,
120892026-06-02T17:53:56.323Z source: "test suite",
120902026-06-02T17:53:56.323Z caboose: Caboose {
120912026-06-02T17:53:56.323Z board: "board_1",
120922026-06-02T17:53:56.323Z git_commit: "git_commit_1",
120932026-06-02T17:53:56.323Z name: "name_1",
120942026-06-02T17:53:56.323Z version: "version_1",
120952026-06-02T17:53:56.323Z sign: Some(
120962026-06-02T17:53:56.323Z "sign_1",
120972026-06-02T17:53:56.323Z ),
120982026-06-02T17:53:56.323Z },
120992026-06-02T17:53:56.323Z },
121002026-06-02T17:53:56.323Z BaseboardId {
121012026-06-02T17:53:56.323Z part_number: "model4",
121022026-06-02T17:53:56.323Z serial_number: "s2",
121032026-06-02T17:53:56.324Z }: CabooseFound {
121042026-06-02T17:53:56.324Z time_collected: 2026-06-02T17:53:55.376595Z,
121052026-06-02T17:53:56.324Z source: "test suite",
121062026-06-02T17:53:56.324Z caboose: Caboose {
121072026-06-02T17:53:56.324Z board: "board_psc_sp_1",
121082026-06-02T17:53:56.324Z git_commit: "git_commit_psc_sp_1",
121092026-06-02T17:53:56.324Z name: "name_psc_sp_1",
121102026-06-02T17:53:56.324Z version: "version_psc_sp_1",
121112026-06-02T17:53:56.324Z sign: Some(
121122026-06-02T17:53:56.324Z "sign_psc_sp_1",
121132026-06-02T17:53:56.324Z ),
121142026-06-02T17:53:56.324Z },
121152026-06-02T17:53:56.324Z },
121162026-06-02T17:53:56.324Z },
121172026-06-02T17:53:56.324Z RotSlotA: {
121182026-06-02T17:53:56.324Z BaseboardId {
121192026-06-02T17:53:56.324Z part_number: "model1",
121202026-06-02T17:53:56.324Z serial_number: "s1",
121212026-06-02T17:53:56.324Z }: CabooseFound {
121222026-06-02T17:53:56.324Z time_collected: 2026-06-02T17:53:55.376563Z,
121232026-06-02T17:53:56.324Z source: "test suite",
121242026-06-02T17:53:56.324Z caboose: Caboose {
121252026-06-02T17:53:56.324Z board: "board_1",
121262026-06-02T17:53:56.324Z git_commit: "git_commit_1",
121272026-06-02T17:53:56.324Z name: "name_1",
121282026-06-02T17:53:56.324Z version: "version_1",
121292026-06-02T17:53:56.324Z sign: Some(
121302026-06-02T17:53:56.324Z "sign_1",
121312026-06-02T17:53:56.324Z ),
121322026-06-02T17:53:56.324Z },
121332026-06-02T17:53:56.324Z },
121342026-06-02T17:53:56.324Z BaseboardId {
121352026-06-02T17:53:56.324Z part_number: "model2",
121362026-06-02T17:53:56.324Z serial_number: "s1",
121372026-06-02T17:53:56.324Z }: CabooseFound {
121382026-06-02T17:53:56.324Z time_collected: 2026-06-02T17:53:55.376578Z,
121392026-06-02T17:53:56.324Z source: "test suite",
121402026-06-02T17:53:56.324Z caboose: Caboose {
121412026-06-02T17:53:56.324Z board: "board_1",
121422026-06-02T17:53:56.325Z git_commit: "git_commit_1",
121432026-06-02T17:53:56.325Z name: "name_1",
121442026-06-02T17:53:56.325Z version: "version_1",
121452026-06-02T17:53:56.325Z sign: Some(
121462026-06-02T17:53:56.325Z "sign_1",
121472026-06-02T17:53:56.325Z ),
121482026-06-02T17:53:56.325Z },
121492026-06-02T17:53:56.325Z },
121502026-06-02T17:53:56.325Z BaseboardId {
121512026-06-02T17:53:56.325Z part_number: "model3",
121522026-06-02T17:53:56.325Z serial_number: "s1",
121532026-06-02T17:53:56.325Z }: CabooseFound {
121542026-06-02T17:53:56.325Z time_collected: 2026-06-02T17:53:55.376585Z,
121552026-06-02T17:53:56.325Z source: "test suite",
121562026-06-02T17:53:56.325Z caboose: Caboose {
121572026-06-02T17:53:56.325Z board: "board_1",
121582026-06-02T17:53:56.325Z git_commit: "git_commit_1",
121592026-06-02T17:53:56.325Z name: "name_1",
121602026-06-02T17:53:56.325Z version: "version_1",
121612026-06-02T17:53:56.325Z sign: Some(
121622026-06-02T17:53:56.325Z "sign_1",
121632026-06-02T17:53:56.325Z ),
121642026-06-02T17:53:56.325Z },
121652026-06-02T17:53:56.330Z },
121662026-06-02T17:53:56.330Z BaseboardId {
121672026-06-02T17:53:56.330Z part_number: "model4",
121682026-06-02T17:53:56.330Z serial_number: "s2",
121692026-06-02T17:53:56.330Z }: CabooseFound {
121702026-06-02T17:53:56.330Z time_collected: 2026-06-02T17:53:55.376597Z,
121712026-06-02T17:53:56.330Z source: "test suite",
121722026-06-02T17:53:56.330Z caboose: Caboose {
121732026-06-02T17:53:56.330Z board: "board_psc_rot_a",
121742026-06-02T17:53:56.331Z git_commit: "git_commit_psc_rot_a",
121752026-06-02T17:53:56.331Z name: "name_psc_rot_a",
121762026-06-02T17:53:56.331Z version: "version_psc_rot_a",
121772026-06-02T17:53:56.331Z sign: Some(
121782026-06-02T17:53:56.331Z "sign_psc_rot_a",
121792026-06-02T17:53:56.331Z ),
121802026-06-02T17:53:56.331Z },
121812026-06-02T17:53:56.331Z },
121822026-06-02T17:53:56.331Z },
121832026-06-02T17:53:56.331Z RotSlotB: {
121842026-06-02T17:53:56.331Z BaseboardId {
121852026-06-02T17:53:56.331Z part_number: "model1",
121862026-06-02T17:53:56.331Z serial_number: "s1",
121872026-06-02T17:53:56.331Z }: CabooseFound {
121882026-06-02T17:53:56.331Z time_collected: 2026-06-02T17:53:55.376565Z,
121892026-06-02T17:53:56.331Z source: "test suite",
121902026-06-02T17:53:56.331Z caboose: Caboose {
121912026-06-02T17:53:56.331Z board: "board_1",
121922026-06-02T17:53:56.331Z git_commit: "git_commit_1",
121932026-06-02T17:53:56.331Z name: "name_1",
121942026-06-02T17:53:56.331Z version: "version_1",
121952026-06-02T17:53:56.331Z sign: Some(
121962026-06-02T17:53:56.331Z "sign_1",
121972026-06-02T17:53:56.331Z ),
121982026-06-02T17:53:56.331Z },
121992026-06-02T17:53:56.331Z },
122002026-06-02T17:53:56.331Z BaseboardId {
122012026-06-02T17:53:56.331Z part_number: "model2",
122022026-06-02T17:53:56.331Z serial_number: "s1",
122032026-06-02T17:53:56.331Z }: CabooseFound {
122042026-06-02T17:53:56.331Z time_collected: 2026-06-02T17:53:55.376579Z,
122052026-06-02T17:53:56.331Z source: "test suite",
122062026-06-02T17:53:56.332Z caboose: Caboose {
122072026-06-02T17:53:56.332Z board: "board_1",
122082026-06-02T17:53:56.332Z git_commit: "git_commit_1",
122092026-06-02T17:53:56.332Z name: "name_1",
122102026-06-02T17:53:56.332Z version: "version_1",
122112026-06-02T17:53:56.332Z sign: Some(
122122026-06-02T17:53:56.332Z "sign_1",
122132026-06-02T17:53:56.332Z ),
122142026-06-02T17:53:56.332Z },
122152026-06-02T17:53:56.332Z },
122162026-06-02T17:53:56.332Z BaseboardId {
122172026-06-02T17:53:56.332Z part_number: "model3",
122182026-06-02T17:53:56.333Z serial_number: "s1",
122192026-06-02T17:53:56.333Z }: CabooseFound {
122202026-06-02T17:53:56.333Z time_collected: 2026-06-02T17:53:55.376587Z,
122212026-06-02T17:53:56.333Z source: "test suite",
122222026-06-02T17:53:56.333Z caboose: Caboose {
122232026-06-02T17:53:56.333Z board: "board_1",
122242026-06-02T17:53:56.333Z git_commit: "git_commit_1",
122252026-06-02T17:53:56.333Z name: "name_1",
122262026-06-02T17:53:56.333Z version: "version_1",
122272026-06-02T17:53:56.333Z sign: Some(
122282026-06-02T17:53:56.333Z "sign_1",
122292026-06-02T17:53:56.333Z ),
122302026-06-02T17:53:56.333Z },
122312026-06-02T17:53:56.333Z },
122322026-06-02T17:53:56.333Z BaseboardId {
122332026-06-02T17:53:56.333Z part_number: "model4",
122342026-06-02T17:53:56.333Z serial_number: "s2",
122352026-06-02T17:53:56.333Z }: CabooseFound {
122362026-06-02T17:53:56.333Z time_collected: 2026-06-02T17:53:55.376599Z,
122372026-06-02T17:53:56.333Z source: "test suite",
122382026-06-02T17:53:56.333Z caboose: Caboose {
122392026-06-02T17:53:56.333Z board: "board_psc_rot_b",
122402026-06-02T17:53:56.333Z git_commit: "git_commit_psc_rot_b",
122412026-06-02T17:53:56.333Z name: "name_psc_rot_b",
122422026-06-02T17:53:56.333Z version: "version_psc_rot_b",
122432026-06-02T17:53:56.333Z sign: Some(
122442026-06-02T17:53:56.333Z "sign_psc_rot_b",
122452026-06-02T17:53:56.333Z ),
122462026-06-02T17:53:56.333Z },
122472026-06-02T17:53:56.333Z },
122482026-06-02T17:53:56.333Z },
122492026-06-02T17:53:56.333Z Stage0: {
122502026-06-02T17:53:56.333Z BaseboardId {
122512026-06-02T17:53:56.333Z part_number: "model1",
122522026-06-02T17:53:56.333Z serial_number: "s1",
122532026-06-02T17:53:56.333Z }: CabooseFound {
122542026-06-02T17:53:56.333Z time_collected: 2026-06-02T17:53:55.376566Z,
122552026-06-02T17:53:56.333Z source: "test suite",
122562026-06-02T17:53:56.333Z caboose: Caboose {
122572026-06-02T17:53:56.333Z board: "board_1",
122582026-06-02T17:53:56.334Z git_commit: "git_commit_1",
122592026-06-02T17:53:56.334Z name: "name_1",
122602026-06-02T17:53:56.334Z version: "version_1",
122612026-06-02T17:53:56.334Z sign: Some(
122622026-06-02T17:53:56.334Z "sign_1",
122632026-06-02T17:53:56.334Z ),
122642026-06-02T17:53:56.334Z },
122652026-06-02T17:53:56.338Z },
122662026-06-02T17:53:56.338Z BaseboardId {
122672026-06-02T17:53:56.338Z part_number: "model2",
122682026-06-02T17:53:56.338Z serial_number: "s1",
122692026-06-02T17:53:56.338Z }: CabooseFound {
122702026-06-02T17:53:56.338Z time_collected: 2026-06-02T17:53:55.376581Z,
122712026-06-02T17:53:56.338Z source: "test suite",
122722026-06-02T17:53:56.338Z caboose: Caboose {
122732026-06-02T17:53:56.338Z board: "board_1",
122742026-06-02T17:53:56.338Z git_commit: "git_commit_1",
122752026-06-02T17:53:56.338Z name: "name_1",
122762026-06-02T17:53:56.338Z version: "version_1",
122772026-06-02T17:53:56.338Z sign: Some(
122782026-06-02T17:53:56.338Z "sign_1",
122792026-06-02T17:53:56.338Z ),
122802026-06-02T17:53:56.338Z },
122812026-06-02T17:53:56.338Z },
122822026-06-02T17:53:56.338Z BaseboardId {
122832026-06-02T17:53:56.338Z part_number: "model3",
122842026-06-02T17:53:56.339Z serial_number: "s1",
122852026-06-02T17:53:56.339Z }: CabooseFound {
122862026-06-02T17:53:56.339Z time_collected: 2026-06-02T17:53:55.376588Z,
122872026-06-02T17:53:56.339Z source: "test suite",
122882026-06-02T17:53:56.339Z caboose: Caboose {
122892026-06-02T17:53:56.339Z board: "board_1",
122902026-06-02T17:53:56.339Z git_commit: "git_commit_1",
122912026-06-02T17:53:56.339Z name: "name_1",
122922026-06-02T17:53:56.339Z version: "version_1",
122932026-06-02T17:53:56.339Z sign: Some(
122942026-06-02T17:53:56.339Z "sign_1",
122952026-06-02T17:53:56.339Z ),
122962026-06-02T17:53:56.339Z },
122972026-06-02T17:53:56.339Z },
122982026-06-02T17:53:56.339Z },
122992026-06-02T17:53:56.339Z Stage0Next: {
123002026-06-02T17:53:56.339Z BaseboardId {
123012026-06-02T17:53:56.339Z part_number: "model1",
123022026-06-02T17:53:56.339Z serial_number: "s1",
123032026-06-02T17:53:56.339Z }: CabooseFound {
123042026-06-02T17:53:56.339Z time_collected: 2026-06-02T17:53:55.376573Z,
123052026-06-02T17:53:56.339Z source: "test suite",
123062026-06-02T17:53:56.339Z caboose: Caboose {
123072026-06-02T17:53:56.339Z board: "board_1",
123082026-06-02T17:53:56.339Z git_commit: "git_commit_1",
123092026-06-02T17:53:56.339Z name: "name_1",
123102026-06-02T17:53:56.339Z version: "version_1",
123112026-06-02T17:53:56.339Z sign: Some(
123122026-06-02T17:53:56.339Z "sign_1",
123132026-06-02T17:53:56.339Z ),
123142026-06-02T17:53:56.339Z },
123152026-06-02T17:53:56.339Z },
123162026-06-02T17:53:56.339Z BaseboardId {
123172026-06-02T17:53:56.339Z part_number: "model2",
123182026-06-02T17:53:56.339Z serial_number: "s1",
123192026-06-02T17:53:56.339Z }: CabooseFound {
123202026-06-02T17:53:56.339Z time_collected: 2026-06-02T17:53:55.376582Z,
123212026-06-02T17:53:56.339Z source: "test suite",
123222026-06-02T17:53:56.340Z caboose: Caboose {
123232026-06-02T17:53:56.340Z board: "board_1",
123242026-06-02T17:53:56.340Z git_commit: "git_commit_1",
123252026-06-02T17:53:56.340Z name: "name_1",
123262026-06-02T17:53:56.340Z version: "version_1",
123272026-06-02T17:53:56.340Z sign: Some(
123282026-06-02T17:53:56.340Z "sign_1",
123292026-06-02T17:53:56.340Z ),
123302026-06-02T17:53:56.340Z },
123312026-06-02T17:53:56.340Z },
123322026-06-02T17:53:56.340Z BaseboardId {
123332026-06-02T17:53:56.340Z part_number: "model3",
123342026-06-02T17:53:56.340Z serial_number: "s1",
123352026-06-02T17:53:56.340Z }: CabooseFound {
123362026-06-02T17:53:56.340Z time_collected: 2026-06-02T17:53:55.376589Z,
123372026-06-02T17:53:56.340Z source: "test suite",
123382026-06-02T17:53:56.340Z caboose: Caboose {
123392026-06-02T17:53:56.340Z board: "board_1",
123402026-06-02T17:53:56.340Z git_commit: "git_commit_1",
123412026-06-02T17:53:56.340Z name: "name_1",
123422026-06-02T17:53:56.340Z version: "version_1",
123432026-06-02T17:53:56.340Z sign: Some(
123442026-06-02T17:53:56.340Z "sign_1",
123452026-06-02T17:53:56.340Z ),
123462026-06-02T17:53:56.340Z },
123472026-06-02T17:53:56.340Z },
123482026-06-02T17:53:56.340Z },
123492026-06-02T17:53:56.340Z },
123502026-06-02T17:53:56.340Z rot_pages_found: {
123512026-06-02T17:53:56.340Z Cmpa: {
123522026-06-02T17:53:56.340Z BaseboardId {
123532026-06-02T17:53:56.340Z part_number: "model1",
123542026-06-02T17:53:56.340Z serial_number: "s1",
123552026-06-02T17:53:56.340Z }: RotPageFound {
123562026-06-02T17:53:56.340Z time_collected: 2026-06-02T17:53:55.376680Z,
123572026-06-02T17:53:56.340Z source: "test suite",
123582026-06-02T17:53:56.340Z page: RotPage {
123592026-06-02T17:53:56.340Z data_base64: "MQ==",
123602026-06-02T17:53:56.340Z },
123612026-06-02T17:53:56.341Z },
123622026-06-02T17:53:56.341Z BaseboardId {
123632026-06-02T17:53:56.341Z part_number: "model1",
123642026-06-02T17:53:56.341Z serial_number: "s2",
123652026-06-02T17:53:56.345Z }: RotPageFound {
123662026-06-02T17:53:56.345Z time_collected: 2026-06-02T17:53:55.376708Z,
123672026-06-02T17:53:56.345Z source: "test suite",
123682026-06-02T17:53:56.345Z page: RotPage {
123692026-06-02T17:53:56.345Z data_base64: "MQ==",
123702026-06-02T17:53:56.345Z },
123712026-06-02T17:53:56.345Z },
123722026-06-02T17:53:56.345Z BaseboardId {
123732026-06-02T17:53:56.345Z part_number: "model3",
123742026-06-02T17:53:56.345Z serial_number: "s1",
123752026-06-02T17:53:56.345Z }: RotPageFound {
123762026-06-02T17:53:56.345Z time_collected: 2026-06-02T17:53:55.376713Z,
123772026-06-02T17:53:56.345Z source: "test suite",
123782026-06-02T17:53:56.345Z page: RotPage {
123792026-06-02T17:53:56.345Z data_base64: "MQ==",
123802026-06-02T17:53:56.345Z },
123812026-06-02T17:53:56.345Z },
123822026-06-02T17:53:56.345Z BaseboardId {
123832026-06-02T17:53:56.345Z part_number: "model4",
123842026-06-02T17:53:56.345Z serial_number: "s2",
123852026-06-02T17:53:56.345Z }: RotPageFound {
123862026-06-02T17:53:56.345Z time_collected: 2026-06-02T17:53:55.376722Z,
123872026-06-02T17:53:56.345Z source: "test suite",
123882026-06-02T17:53:56.345Z page: RotPage {
123892026-06-02T17:53:56.345Z data_base64: "cHNjIGNtcGE=",
123902026-06-02T17:53:56.345Z },
123912026-06-02T17:53:56.345Z },
123922026-06-02T17:53:56.346Z },
123932026-06-02T17:53:56.346Z CfpaActive: {
123942026-06-02T17:53:56.346Z BaseboardId {
123952026-06-02T17:53:56.346Z part_number: "model1",
123962026-06-02T17:53:56.346Z serial_number: "s1",
123972026-06-02T17:53:56.346Z }: RotPageFound {
123982026-06-02T17:53:56.346Z time_collected: 2026-06-02T17:53:55.376699Z,
123992026-06-02T17:53:56.346Z source: "test suite",
124002026-06-02T17:53:56.346Z page: RotPage {
124012026-06-02T17:53:56.346Z data_base64: "MQ==",
124022026-06-02T17:53:56.346Z },
124032026-06-02T17:53:56.346Z },
124042026-06-02T17:53:56.346Z BaseboardId {
124052026-06-02T17:53:56.346Z part_number: "model1",
124062026-06-02T17:53:56.346Z serial_number: "s2",
124072026-06-02T17:53:56.346Z }: RotPageFound {
124082026-06-02T17:53:56.346Z time_collected: 2026-06-02T17:53:55.376710Z,
124092026-06-02T17:53:56.346Z source: "test suite",
124102026-06-02T17:53:56.346Z page: RotPage {
124112026-06-02T17:53:56.346Z data_base64: "MQ==",
124122026-06-02T17:53:56.346Z },
124132026-06-02T17:53:56.346Z },
124142026-06-02T17:53:56.346Z BaseboardId {
124152026-06-02T17:53:56.346Z part_number: "model3",
124162026-06-02T17:53:56.346Z serial_number: "s1",
124172026-06-02T17:53:56.346Z }: RotPageFound {
124182026-06-02T17:53:56.346Z time_collected: 2026-06-02T17:53:55.376714Z,
124192026-06-02T17:53:56.346Z source: "test suite",
124202026-06-02T17:53:56.346Z page: RotPage {
124212026-06-02T17:53:56.346Z data_base64: "MQ==",
124222026-06-02T17:53:56.346Z },
124232026-06-02T17:53:56.346Z },
124242026-06-02T17:53:56.346Z BaseboardId {
124252026-06-02T17:53:56.346Z part_number: "model4",
124262026-06-02T17:53:56.346Z serial_number: "s2",
124272026-06-02T17:53:56.346Z }: RotPageFound {
124282026-06-02T17:53:56.347Z time_collected: 2026-06-02T17:53:55.376724Z,
124292026-06-02T17:53:56.347Z source: "test suite",
124302026-06-02T17:53:56.347Z page: RotPage {
124312026-06-02T17:53:56.347Z data_base64: "cHNjIGNmcGEgYWN0aXZl",
124322026-06-02T17:53:56.347Z },
124332026-06-02T17:53:56.347Z },
124342026-06-02T17:53:56.347Z },
124352026-06-02T17:53:56.347Z CfpaInactive: {
124362026-06-02T17:53:56.347Z BaseboardId {
124372026-06-02T17:53:56.347Z part_number: "model1",
124382026-06-02T17:53:56.347Z serial_number: "s1",
124392026-06-02T17:53:56.347Z }: RotPageFound {
124402026-06-02T17:53:56.347Z time_collected: 2026-06-02T17:53:55.376700Z,
124412026-06-02T17:53:56.347Z source: "test suite",
124422026-06-02T17:53:56.347Z page: RotPage {
124432026-06-02T17:53:56.347Z data_base64: "MQ==",
124442026-06-02T17:53:56.347Z },
124452026-06-02T17:53:56.347Z },
124462026-06-02T17:53:56.347Z BaseboardId {
124472026-06-02T17:53:56.347Z part_number: "model1",
124482026-06-02T17:53:56.347Z serial_number: "s2",
124492026-06-02T17:53:56.347Z }: RotPageFound {
124502026-06-02T17:53:56.347Z time_collected: 2026-06-02T17:53:55.376711Z,
124512026-06-02T17:53:56.347Z source: "test suite",
124522026-06-02T17:53:56.347Z page: RotPage {
124532026-06-02T17:53:56.347Z data_base64: "MQ==",
124542026-06-02T17:53:56.347Z },
124552026-06-02T17:53:56.347Z },
124562026-06-02T17:53:56.347Z BaseboardId {
124572026-06-02T17:53:56.347Z part_number: "model3",
124582026-06-02T17:53:56.347Z serial_number: "s1",
124592026-06-02T17:53:56.347Z }: RotPageFound {
124602026-06-02T17:53:56.347Z time_collected: 2026-06-02T17:53:55.376715Z,
124612026-06-02T17:53:56.347Z source: "test suite",
124622026-06-02T17:53:56.347Z page: RotPage {
124632026-06-02T17:53:56.348Z data_base64: "MQ==",
124642026-06-02T17:53:56.348Z },
124652026-06-02T17:53:56.352Z },
124662026-06-02T17:53:56.352Z BaseboardId {
124672026-06-02T17:53:56.352Z part_number: "model4",
124682026-06-02T17:53:56.352Z serial_number: "s2",
124692026-06-02T17:53:56.352Z }: RotPageFound {
124702026-06-02T17:53:56.352Z time_collected: 2026-06-02T17:53:55.376725Z,
124712026-06-02T17:53:56.352Z source: "test suite",
124722026-06-02T17:53:56.352Z page: RotPage {
124732026-06-02T17:53:56.352Z data_base64: "cHNjIGNmcGEgaW5hY3RpdmU=",
124742026-06-02T17:53:56.352Z },
124752026-06-02T17:53:56.352Z },
124762026-06-02T17:53:56.352Z },
124772026-06-02T17:53:56.352Z CfpaScratch: {
124782026-06-02T17:53:56.352Z BaseboardId {
124792026-06-02T17:53:56.352Z part_number: "model1",
124802026-06-02T17:53:56.352Z serial_number: "s1",
124812026-06-02T17:53:56.352Z }: RotPageFound {
124822026-06-02T17:53:56.352Z time_collected: 2026-06-02T17:53:55.376701Z,
124832026-06-02T17:53:56.352Z source: "test suite",
124842026-06-02T17:53:56.352Z page: RotPage {
124852026-06-02T17:53:56.352Z data_base64: "MQ==",
124862026-06-02T17:53:56.352Z },
124872026-06-02T17:53:56.352Z },
124882026-06-02T17:53:56.352Z BaseboardId {
124892026-06-02T17:53:56.352Z part_number: "model1",
124902026-06-02T17:53:56.352Z serial_number: "s2",
124912026-06-02T17:53:56.352Z }: RotPageFound {
124922026-06-02T17:53:56.352Z time_collected: 2026-06-02T17:53:55.376712Z,
124932026-06-02T17:53:56.352Z source: "test suite",
124942026-06-02T17:53:56.353Z page: RotPage {
124952026-06-02T17:53:56.353Z data_base64: "MQ==",
124962026-06-02T17:53:56.353Z },
124972026-06-02T17:53:56.353Z },
124982026-06-02T17:53:56.353Z BaseboardId {
124992026-06-02T17:53:56.353Z part_number: "model3",
125002026-06-02T17:53:56.353Z serial_number: "s1",
125012026-06-02T17:53:56.353Z }: RotPageFound {
125022026-06-02T17:53:56.353Z time_collected: 2026-06-02T17:53:55.376716Z,
125032026-06-02T17:53:56.353Z source: "test suite",
125042026-06-02T17:53:56.353Z page: RotPage {
125052026-06-02T17:53:56.353Z data_base64: "MQ==",
125062026-06-02T17:53:56.353Z },
125072026-06-02T17:53:56.353Z },
125082026-06-02T17:53:56.353Z BaseboardId {
125092026-06-02T17:53:56.353Z part_number: "model4",
125102026-06-02T17:53:56.353Z serial_number: "s2",
125112026-06-02T17:53:56.353Z }: RotPageFound {
125122026-06-02T17:53:56.353Z time_collected: 2026-06-02T17:53:55.376727Z,
125132026-06-02T17:53:56.353Z source: "test suite",
125142026-06-02T17:53:56.353Z page: RotPage {
125152026-06-02T17:53:56.353Z data_base64: "cHNjIGNmcGEgc2NyYXRjaA==",
125162026-06-02T17:53:56.353Z },
125172026-06-02T17:53:56.353Z },
125182026-06-02T17:53:56.353Z },
125192026-06-02T17:53:56.353Z },
125202026-06-02T17:53:56.353Z sled_agents: {
125212026-06-02T17:53:56.353Z 5c5b4cf9-3e13-45fd-871c-f177d6537510 (sled): SledAgent {
125222026-06-02T17:53:56.353Z time_collected: 2026-06-02T17:53:55.385368Z,
125232026-06-02T17:53:56.353Z source: "fake sled agent 6",
125242026-06-02T17:53:56.353Z sled_id: 5c5b4cf9-3e13-45fd-871c-f177d6537510 (sled),
125252026-06-02T17:53:56.353Z baseboard_id: None,
125262026-06-02T17:53:56.353Z sled_agent_address: [::1]:56792,
125272026-06-02T17:53:56.353Z sled_role: Gimlet,
125282026-06-02T17:53:56.353Z usable_hardware_threads: 10,
125292026-06-02T17:53:56.353Z usable_physical_ram: ByteCount(
125302026-06-02T17:53:56.354Z 1048576,
125312026-06-02T17:53:56.354Z ),
125322026-06-02T17:53:56.354Z cpu_family: AmdMilan,
125332026-06-02T17:53:56.354Z reservoir_size: ByteCount(
125342026-06-02T17:53:56.354Z 1024,
125352026-06-02T17:53:56.354Z ),
125362026-06-02T17:53:56.354Z disks: [],
125372026-06-02T17:53:56.354Z zpools: [],
125382026-06-02T17:53:56.354Z datasets: [],
125392026-06-02T17:53:56.354Z ledgered_sled_config: None,
125402026-06-02T17:53:56.354Z reconciler_status: NotYetRun,
125412026-06-02T17:53:56.354Z last_reconciliation: None,
125422026-06-02T17:53:56.354Z file_source_resolver: OmicronFileSourceResolverInventory {
125432026-06-02T17:53:56.354Z zone_manifest: ManifestInventory {
125442026-06-02T17:53:56.354Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/zones.json",
125452026-06-02T17:53:56.354Z boot_inventory: Err(
125462026-06-02T17:53:56.354Z "error reading install metadata: error retrieving metadata for install dataset directory `/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install`: entity not found",
125472026-06-02T17:53:56.354Z ),
125482026-06-02T17:53:56.354Z non_boot_status: {
125492026-06-02T17:53:56.354Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
125502026-06-02T17:53:56.354Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
125512026-06-02T17:53:56.354Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/zones.json",
125522026-06-02T17:53:56.354Z is_valid: true,
125532026-06-02T17:53:56.354Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: d686942a-9b0d-41f2-9fd3-1297da3619d0): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
125542026-06-02T17:53:56.354Z },
125552026-06-02T17:53:56.354Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
125562026-06-02T17:53:56.354Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
125572026-06-02T17:53:56.354Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/zones.json",
125582026-06-02T17:53:56.354Z is_valid: false,
125592026-06-02T17:53:56.354Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: 1a2c63df-ea78-4582-9c7c-ef0e40513b64): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
125602026-06-02T17:53:56.354Z },
125612026-06-02T17:53:56.354Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
125622026-06-02T17:53:56.354Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
125632026-06-02T17:53:56.354Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/zones.json",
125642026-06-02T17:53:56.354Z is_valid: false,
125652026-06-02T17:53:56.360Z message: "read error: error reading install metadata",
125662026-06-02T17:53:56.360Z },
125672026-06-02T17:53:56.360Z },
125682026-06-02T17:53:56.360Z },
125692026-06-02T17:53:56.360Z measurement_manifest: ManifestInventory {
125702026-06-02T17:53:56.360Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/measurements.json",
125712026-06-02T17:53:56.361Z boot_inventory: Err(
125722026-06-02T17:53:56.361Z "error reading install metadata: error retrieving metadata for install dataset directory `/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install`: entity not found",
125732026-06-02T17:53:56.361Z ),
125742026-06-02T17:53:56.361Z non_boot_status: {
125752026-06-02T17:53:56.361Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
125762026-06-02T17:53:56.361Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
125772026-06-02T17:53:56.361Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/measurements.json",
125782026-06-02T17:53:56.361Z is_valid: true,
125792026-06-02T17:53:56.361Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: d686942a-9b0d-41f2-9fd3-1297da3619d0): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
125802026-06-02T17:53:56.361Z },
125812026-06-02T17:53:56.361Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
125822026-06-02T17:53:56.361Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
125832026-06-02T17:53:56.361Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/measurements.json",
125842026-06-02T17:53:56.361Z is_valid: false,
125852026-06-02T17:53:56.361Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: 1a2c63df-ea78-4582-9c7c-ef0e40513b64): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
125862026-06-02T17:53:56.361Z },
125872026-06-02T17:53:56.361Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
125882026-06-02T17:53:56.361Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
125892026-06-02T17:53:56.361Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/measurements.json",
125902026-06-02T17:53:56.361Z is_valid: false,
125912026-06-02T17:53:56.361Z message: "read error: error reading install metadata",
125922026-06-02T17:53:56.361Z },
125932026-06-02T17:53:56.361Z },
125942026-06-02T17:53:56.361Z },
125952026-06-02T17:53:56.361Z mupdate_override: MupdateOverrideInventory {
125962026-06-02T17:53:56.361Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/mupdate-override.json",
125972026-06-02T17:53:56.361Z boot_override: Err(
125982026-06-02T17:53:56.361Z "install metadata read error: error retrieving metadata for install dataset directory `/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install`: entity not found",
125992026-06-02T17:53:56.361Z ),
126002026-06-02T17:53:56.361Z non_boot_status: {
126012026-06-02T17:53:56.361Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): MupdateOverrideNonBootInventory {
126022026-06-02T17:53:56.361Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
126032026-06-02T17:53:56.361Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/mupdate-override.json",
126042026-06-02T17:53:56.361Z is_valid: true,
126052026-06-02T17:53:56.361Z message: "matches boot disk (present)",
126062026-06-02T17:53:56.361Z },
126072026-06-02T17:53:56.361Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): MupdateOverrideNonBootInventory {
126082026-06-02T17:53:56.361Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
126092026-06-02T17:53:56.362Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/mupdate-override.json",
126102026-06-02T17:53:56.362Z is_valid: false,
126112026-06-02T17:53:56.362Z message: "boot disk has override but non-boot disk does not",
126122026-06-02T17:53:56.362Z },
126132026-06-02T17:53:56.362Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): MupdateOverrideNonBootInventory {
126142026-06-02T17:53:56.362Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
126152026-06-02T17:53:56.362Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/mupdate-override.json",
126162026-06-02T17:53:56.362Z is_valid: false,
126172026-06-02T17:53:56.362Z message: "read error: install metadata read error",
126182026-06-02T17:53:56.362Z },
126192026-06-02T17:53:56.362Z },
126202026-06-02T17:53:56.362Z },
126212026-06-02T17:53:56.362Z },
126222026-06-02T17:53:56.362Z smf_services_enabled_not_online: SvcsEnabledNotOnline(
126232026-06-02T17:53:56.362Z SvcsEnabledNotOnline {
126242026-06-02T17:53:56.362Z services: [
126252026-06-02T17:53:56.362Z SvcEnabledNotOnline {
126262026-06-02T17:53:56.362Z fmri: "svc:/site/fake-service:default",
126272026-06-02T17:53:56.362Z zone: "global",
126282026-06-02T17:53:56.362Z state: Maintenance,
126292026-06-02T17:53:56.362Z },
126302026-06-02T17:53:56.362Z ],
126312026-06-02T17:53:56.362Z errors: [
126322026-06-02T17:53:56.362Z "an unimportant error",
126332026-06-02T17:53:56.362Z ],
126342026-06-02T17:53:56.362Z time_of_status: 2026-01-01T00:00:00Z,
126352026-06-02T17:53:56.362Z },
126362026-06-02T17:53:56.362Z ),
126372026-06-02T17:53:56.362Z reference_measurements: {
126382026-06-02T17:53:56.362Z "/this/path": SingleMeasurementInventory {
126392026-06-02T17:53:56.362Z path: "/this/path",
126402026-06-02T17:53:56.362Z result: Ok,
126412026-06-02T17:53:56.362Z },
126422026-06-02T17:53:56.362Z "/this/path2": SingleMeasurementInventory {
126432026-06-02T17:53:56.362Z path: "/this/path2",
126442026-06-02T17:53:56.362Z result: Ok,
126452026-06-02T17:53:56.363Z },
126462026-06-02T17:53:56.363Z },
126472026-06-02T17:53:56.363Z },
126482026-06-02T17:53:56.363Z c4a5325b-e852-4747-b28a-8aaa7eded8a0 (sled): SledAgent {
126492026-06-02T17:53:56.363Z time_collected: 2026-06-02T17:53:55.385076Z,
126502026-06-02T17:53:56.363Z source: "fake sled agent 5",
126512026-06-02T17:53:56.363Z sled_id: c4a5325b-e852-4747-b28a-8aaa7eded8a0 (sled),
126522026-06-02T17:53:56.363Z baseboard_id: None,
126532026-06-02T17:53:56.363Z sled_agent_address: [::1]:56792,
126542026-06-02T17:53:56.363Z sled_role: Gimlet,
126552026-06-02T17:53:56.363Z usable_hardware_threads: 10,
126562026-06-02T17:53:56.363Z usable_physical_ram: ByteCount(
126572026-06-02T17:53:56.363Z 1048576,
126582026-06-02T17:53:56.363Z ),
126592026-06-02T17:53:56.363Z cpu_family: AmdMilan,
126602026-06-02T17:53:56.363Z reservoir_size: ByteCount(
126612026-06-02T17:53:56.363Z 1024,
126622026-06-02T17:53:56.363Z ),
126632026-06-02T17:53:56.363Z disks: [],
126642026-06-02T17:53:56.363Z zpools: [],
126652026-06-02T17:53:56.367Z datasets: [],
126662026-06-02T17:53:56.367Z ledgered_sled_config: Some(
126672026-06-02T17:53:56.367Z OmicronSledConfig {
126682026-06-02T17:53:56.367Z generation: Generation(
126692026-06-02T17:53:56.367Z 5,
126702026-06-02T17:53:56.367Z ),
126712026-06-02T17:53:56.367Z disks: {},
126722026-06-02T17:53:56.367Z datasets: {},
126732026-06-02T17:53:56.367Z zones: {
126742026-06-02T17:53:56.367Z 2deb45cb-7160-47fc-9180-ab14c1731427 (omicron_zone): OmicronZoneConfig {
126752026-06-02T17:53:56.367Z id: 2deb45cb-7160-47fc-9180-ab14c1731427 (omicron_zone),
126762026-06-02T17:53:56.367Z filesystem_pool: None,
126772026-06-02T17:53:56.367Z zone_type: Crucible {
126782026-06-02T17:53:56.368Z address: [fd00:1122:3344:103::c]:32345,
126792026-06-02T17:53:56.368Z dataset: OmicronZoneDataset {
126802026-06-02T17:53:56.368Z pool_name: External(
126812026-06-02T17:53:56.368Z e675c45a-5e1b-4d24-99af-806523ed17d5 (external_zpool),
126822026-06-02T17:53:56.368Z ),
126832026-06-02T17:53:56.368Z },
126842026-06-02T17:53:56.368Z },
126852026-06-02T17:53:56.368Z image_source: InstallDataset,
126862026-06-02T17:53:56.368Z },
126872026-06-02T17:53:56.368Z 4da2814a-7d31-4311-97cf-7648e7b64911 (omicron_zone): OmicronZoneConfig {
126882026-06-02T17:53:56.368Z id: 4da2814a-7d31-4311-97cf-7648e7b64911 (omicron_zone),
126892026-06-02T17:53:56.368Z filesystem_pool: None,
126902026-06-02T17:53:56.368Z zone_type: Crucible {
126912026-06-02T17:53:56.368Z address: [fd00:1122:3344:103::d]:32345,
126922026-06-02T17:53:56.368Z dataset: OmicronZoneDataset {
126932026-06-02T17:53:56.368Z pool_name: External(
126942026-06-02T17:53:56.368Z 33a4881a-2b3f-4840-b252-f370024eee64 (external_zpool),
126952026-06-02T17:53:56.368Z ),
126962026-06-02T17:53:56.368Z },
126972026-06-02T17:53:56.368Z },
126982026-06-02T17:53:56.368Z image_source: InstallDataset,
126992026-06-02T17:53:56.368Z },
127002026-06-02T17:53:56.368Z 6e305032-a926-4c2b-a89a-0165799b9810 (omicron_zone): OmicronZoneConfig {
127012026-06-02T17:53:56.368Z id: 6e305032-a926-4c2b-a89a-0165799b9810 (omicron_zone),
127022026-06-02T17:53:56.368Z filesystem_pool: None,
127032026-06-02T17:53:56.368Z zone_type: Crucible {
127042026-06-02T17:53:56.368Z address: [fd00:1122:3344:103::9]:32345,
127052026-06-02T17:53:56.368Z dataset: OmicronZoneDataset {
127062026-06-02T17:53:56.368Z pool_name: External(
127072026-06-02T17:53:56.368Z d9974711-1064-441d-ba75-0ffabfc86d27 (external_zpool),
127082026-06-02T17:53:56.368Z ),
127092026-06-02T17:53:56.368Z },
127102026-06-02T17:53:56.368Z },
127112026-06-02T17:53:56.368Z image_source: InstallDataset,
127122026-06-02T17:53:56.368Z },
127132026-06-02T17:53:56.368Z 7b006fad-d693-441b-bdd0-84cb323530e9 (omicron_zone): OmicronZoneConfig {
127142026-06-02T17:53:56.368Z id: 7b006fad-d693-441b-bdd0-84cb323530e9 (omicron_zone),
127152026-06-02T17:53:56.368Z filesystem_pool: None,
127162026-06-02T17:53:56.369Z zone_type: InternalDns {
127172026-06-02T17:53:56.369Z dataset: OmicronZoneDataset {
127182026-06-02T17:53:56.369Z pool_name: External(
127192026-06-02T17:53:56.369Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
127202026-06-02T17:53:56.369Z ),
127212026-06-02T17:53:56.370Z },
127222026-06-02T17:53:56.370Z http_address: [fd00:1122:3344:3::1]:5353,
127232026-06-02T17:53:56.370Z dns_address: [fd00:1122:3344:3::1]:53,
127242026-06-02T17:53:56.370Z gz_address: fd00:1122:3344:3::2,
127252026-06-02T17:53:56.370Z gz_address_index: 2,
127262026-06-02T17:53:56.370Z },
127272026-06-02T17:53:56.370Z image_source: InstallDataset,
127282026-06-02T17:53:56.370Z },
127292026-06-02T17:53:56.370Z 804f9ff7-0d45-465f-8820-ee0fc7c25286 (omicron_zone): OmicronZoneConfig {
127302026-06-02T17:53:56.370Z id: 804f9ff7-0d45-465f-8820-ee0fc7c25286 (omicron_zone),
127312026-06-02T17:53:56.370Z filesystem_pool: None,
127322026-06-02T17:53:56.370Z zone_type: Nexus {
127332026-06-02T17:53:56.370Z internal_address: [fd00:1122:3344:103::4]:12221,
127342026-06-02T17:53:56.370Z lockstep_port: 12232,
127352026-06-02T17:53:56.370Z external_ip: 172.20.28.3,
127362026-06-02T17:53:56.370Z nic: NetworkInterface {
127372026-06-02T17:53:56.370Z id: 3e1324f0-cad4-484e-a101-e26da2706e92,
127382026-06-02T17:53:56.370Z kind: Service {
127392026-06-02T17:53:56.370Z id: 804f9ff7-0d45-465f-8820-ee0fc7c25286,
127402026-06-02T17:53:56.370Z },
127412026-06-02T17:53:56.371Z name: Name(
127422026-06-02T17:53:56.371Z "nexus-804f9ff7-0d45-465f-8820-ee0fc7c25286",
127432026-06-02T17:53:56.371Z ),
127442026-06-02T17:53:56.371Z ip_config: V4(
127452026-06-02T17:53:56.371Z PrivateIpv4Config {
127462026-06-02T17:53:56.371Z ip: 172.30.2.6,
127472026-06-02T17:53:56.371Z subnet: Ipv4Net {
127482026-06-02T17:53:56.371Z addr: 172.30.2.0,
127492026-06-02T17:53:56.371Z width: 24,
127502026-06-02T17:53:56.371Z },
127512026-06-02T17:53:56.371Z transit_ips: [],
127522026-06-02T17:53:56.371Z },
127532026-06-02T17:53:56.371Z ),
127542026-06-02T17:53:56.371Z mac: MacAddr(
127552026-06-02T17:53:56.371Z MacAddr6(
127562026-06-02T17:53:56.371Z [
127572026-06-02T17:53:56.371Z 168,
127582026-06-02T17:53:56.371Z 64,
127592026-06-02T17:53:56.371Z 37,
127602026-06-02T17:53:56.371Z 255,
127612026-06-02T17:53:56.371Z 165,
127622026-06-02T17:53:56.371Z 80,
127632026-06-02T17:53:56.371Z ],
127642026-06-02T17:53:56.371Z ),
127652026-06-02T17:53:56.377Z ),
127662026-06-02T17:53:56.377Z vni: Vni(
127672026-06-02T17:53:56.377Z 100,
127682026-06-02T17:53:56.377Z ),
127692026-06-02T17:53:56.377Z primary: true,
127702026-06-02T17:53:56.377Z slot: 0,
127712026-06-02T17:53:56.377Z },
127722026-06-02T17:53:56.377Z external_tls: true,
127732026-06-02T17:53:56.377Z external_dns_servers: [
127742026-06-02T17:53:56.377Z 1.1.1.1,
127752026-06-02T17:53:56.377Z 9.9.9.9,
127762026-06-02T17:53:56.377Z ],
127772026-06-02T17:53:56.377Z },
127782026-06-02T17:53:56.377Z image_source: InstallDataset,
127792026-06-02T17:53:56.377Z },
127802026-06-02T17:53:56.377Z 8c9735b2-9097-4ba5-b783-dfea16c5e0ab (omicron_zone): OmicronZoneConfig {
127812026-06-02T17:53:56.377Z id: 8c9735b2-9097-4ba5-b783-dfea16c5e0ab (omicron_zone),
127822026-06-02T17:53:56.377Z filesystem_pool: None,
127832026-06-02T17:53:56.377Z zone_type: CruciblePantry {
127842026-06-02T17:53:56.377Z address: [fd00:1122:3344:103::5]:17000,
127852026-06-02T17:53:56.377Z },
127862026-06-02T17:53:56.377Z image_source: InstallDataset,
127872026-06-02T17:53:56.377Z },
127882026-06-02T17:53:56.377Z 8fe2fb59-5a89-4d40-b47a-6d5fcfb66ddd (omicron_zone): OmicronZoneConfig {
127892026-06-02T17:53:56.377Z id: 8fe2fb59-5a89-4d40-b47a-6d5fcfb66ddd (omicron_zone),
127902026-06-02T17:53:56.377Z filesystem_pool: None,
127912026-06-02T17:53:56.378Z zone_type: CockroachDb {
127922026-06-02T17:53:56.378Z address: [fd00:1122:3344:103::3]:32221,
127932026-06-02T17:53:56.378Z dataset: OmicronZoneDataset {
127942026-06-02T17:53:56.378Z pool_name: External(
127952026-06-02T17:53:56.378Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
127962026-06-02T17:53:56.378Z ),
127972026-06-02T17:53:56.378Z },
127982026-06-02T17:53:56.378Z },
127992026-06-02T17:53:56.378Z image_source: InstallDataset,
128002026-06-02T17:53:56.378Z },
128012026-06-02T17:53:56.378Z 9ee036cf-88c5-4a0e-aae7-eb2849379aad (omicron_zone): OmicronZoneConfig {
128022026-06-02T17:53:56.378Z id: 9ee036cf-88c5-4a0e-aae7-eb2849379aad (omicron_zone),
128032026-06-02T17:53:56.378Z filesystem_pool: None,
128042026-06-02T17:53:56.378Z zone_type: InternalNtp {
128052026-06-02T17:53:56.378Z address: [fd00:1122:3344:103::e]:123,
128062026-06-02T17:53:56.378Z },
128072026-06-02T17:53:56.378Z image_source: InstallDataset,
128082026-06-02T17:53:56.378Z },
128092026-06-02T17:53:56.378Z a3a6216e-fdc8-47b6-8ba8-eb666629f5c2 (omicron_zone): OmicronZoneConfig {
128102026-06-02T17:53:56.378Z id: a3a6216e-fdc8-47b6-8ba8-eb666629f5c2 (omicron_zone),
128112026-06-02T17:53:56.378Z filesystem_pool: None,
128122026-06-02T17:53:56.378Z zone_type: Crucible {
128132026-06-02T17:53:56.378Z address: [fd00:1122:3344:103::a]:32345,
128142026-06-02T17:53:56.378Z dataset: OmicronZoneDataset {
128152026-06-02T17:53:56.378Z pool_name: External(
128162026-06-02T17:53:56.378Z 844fd687-fd26-4616-91aa-441cf136c62d (external_zpool),
128172026-06-02T17:53:56.378Z ),
128182026-06-02T17:53:56.378Z },
128192026-06-02T17:53:56.378Z },
128202026-06-02T17:53:56.378Z image_source: InstallDataset,
128212026-06-02T17:53:56.378Z },
128222026-06-02T17:53:56.378Z ae07bfa3-09a9-4b19-9721-c89f39e153fe (omicron_zone): OmicronZoneConfig {
128232026-06-02T17:53:56.378Z id: ae07bfa3-09a9-4b19-9721-c89f39e153fe (omicron_zone),
128242026-06-02T17:53:56.378Z filesystem_pool: None,
128252026-06-02T17:53:56.378Z zone_type: Crucible {
128262026-06-02T17:53:56.378Z address: [fd00:1122:3344:103::7]:32345,
128272026-06-02T17:53:56.378Z dataset: OmicronZoneDataset {
128282026-06-02T17:53:56.378Z pool_name: External(
128292026-06-02T17:53:56.378Z 4c667609-0876-4c8c-ae60-1b30aaf236dc (external_zpool),
128302026-06-02T17:53:56.379Z ),
128312026-06-02T17:53:56.379Z },
128322026-06-02T17:53:56.379Z },
128332026-06-02T17:53:56.379Z image_source: InstallDataset,
128342026-06-02T17:53:56.379Z },
128352026-06-02T17:53:56.379Z bd646149-3e59-4aac-b2a0-b79910b8d6a8 (omicron_zone): OmicronZoneConfig {
128362026-06-02T17:53:56.379Z id: bd646149-3e59-4aac-b2a0-b79910b8d6a8 (omicron_zone),
128372026-06-02T17:53:56.379Z filesystem_pool: None,
128382026-06-02T17:53:56.379Z zone_type: Crucible {
128392026-06-02T17:53:56.379Z address: [fd00:1122:3344:103::6]:32345,
128402026-06-02T17:53:56.379Z dataset: OmicronZoneDataset {
128412026-06-02T17:53:56.379Z pool_name: External(
128422026-06-02T17:53:56.379Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
128432026-06-02T17:53:56.379Z ),
128442026-06-02T17:53:56.379Z },
128452026-06-02T17:53:56.379Z },
128462026-06-02T17:53:56.379Z image_source: InstallDataset,
128472026-06-02T17:53:56.379Z },
128482026-06-02T17:53:56.379Z c28abc48-2fb2-487b-b89a-96317c4e2df2 (omicron_zone): OmicronZoneConfig {
128492026-06-02T17:53:56.379Z id: c28abc48-2fb2-487b-b89a-96317c4e2df2 (omicron_zone),
128502026-06-02T17:53:56.379Z filesystem_pool: None,
128512026-06-02T17:53:56.379Z zone_type: Crucible {
128522026-06-02T17:53:56.379Z address: [fd00:1122:3344:103::b]:32345,
128532026-06-02T17:53:56.379Z dataset: OmicronZoneDataset {
128542026-06-02T17:53:56.379Z pool_name: External(
128552026-06-02T17:53:56.379Z 93017061-5910-4bf5-a366-4f1b2871b5c3 (external_zpool),
128562026-06-02T17:53:56.379Z ),
128572026-06-02T17:53:56.379Z },
128582026-06-02T17:53:56.379Z },
128592026-06-02T17:53:56.379Z image_source: InstallDataset,
128602026-06-02T17:53:56.379Z },
128612026-06-02T17:53:56.379Z e58917eb-98cc-4b85-b851-4b46833060dc (omicron_zone): OmicronZoneConfig {
128622026-06-02T17:53:56.379Z id: e58917eb-98cc-4b85-b851-4b46833060dc (omicron_zone),
128632026-06-02T17:53:56.379Z filesystem_pool: None,
128642026-06-02T17:53:56.379Z zone_type: Crucible {
128652026-06-02T17:53:56.384Z address: [fd00:1122:3344:103::8]:32345,
128662026-06-02T17:53:56.384Z dataset: OmicronZoneDataset {
128672026-06-02T17:53:56.384Z pool_name: External(
128682026-06-02T17:53:56.384Z c6911096-09b3-4f64-bcd6-21701ca2d6ae (external_zpool),
128692026-06-02T17:53:56.384Z ),
128702026-06-02T17:53:56.384Z },
128712026-06-02T17:53:56.384Z },
128722026-06-02T17:53:56.384Z image_source: InstallDataset,
128732026-06-02T17:53:56.384Z },
128742026-06-02T17:53:56.384Z },
128752026-06-02T17:53:56.384Z remove_mupdate_override: None,
128762026-06-02T17:53:56.384Z host_phase_2: HostPhase2DesiredSlots {
128772026-06-02T17:53:56.384Z slot_a: CurrentContents,
128782026-06-02T17:53:56.384Z slot_b: CurrentContents,
128792026-06-02T17:53:56.384Z },
128802026-06-02T17:53:56.384Z measurements: {},
128812026-06-02T17:53:56.384Z },
128822026-06-02T17:53:56.384Z ),
128832026-06-02T17:53:56.384Z reconciler_status: Idle {
128842026-06-02T17:53:56.384Z completed_at: 2026-06-02T17:53:55.385070Z,
128852026-06-02T17:53:56.384Z ran_for: 5s,
128862026-06-02T17:53:56.384Z },
128872026-06-02T17:53:56.384Z last_reconciliation: Some(
128882026-06-02T17:53:56.384Z ConfigReconcilerInventory {
128892026-06-02T17:53:56.384Z last_reconciled_config: OmicronSledConfig {
128902026-06-02T17:53:56.384Z generation: Generation(
128912026-06-02T17:53:56.384Z 5,
128922026-06-02T17:53:56.384Z ),
128932026-06-02T17:53:56.384Z disks: {},
128942026-06-02T17:53:56.384Z datasets: {},
128952026-06-02T17:53:56.385Z zones: {
128962026-06-02T17:53:56.385Z 2deb45cb-7160-47fc-9180-ab14c1731427 (omicron_zone): OmicronZoneConfig {
128972026-06-02T17:53:56.385Z id: 2deb45cb-7160-47fc-9180-ab14c1731427 (omicron_zone),
128982026-06-02T17:53:56.385Z filesystem_pool: None,
128992026-06-02T17:53:56.385Z zone_type: Crucible {
129002026-06-02T17:53:56.385Z address: [fd00:1122:3344:103::c]:32345,
129012026-06-02T17:53:56.385Z dataset: OmicronZoneDataset {
129022026-06-02T17:53:56.385Z pool_name: External(
129032026-06-02T17:53:56.385Z e675c45a-5e1b-4d24-99af-806523ed17d5 (external_zpool),
129042026-06-02T17:53:56.385Z ),
129052026-06-02T17:53:56.385Z },
129062026-06-02T17:53:56.385Z },
129072026-06-02T17:53:56.385Z image_source: InstallDataset,
129082026-06-02T17:53:56.385Z },
129092026-06-02T17:53:56.385Z 4da2814a-7d31-4311-97cf-7648e7b64911 (omicron_zone): OmicronZoneConfig {
129102026-06-02T17:53:56.385Z id: 4da2814a-7d31-4311-97cf-7648e7b64911 (omicron_zone),
129112026-06-02T17:53:56.385Z filesystem_pool: None,
129122026-06-02T17:53:56.385Z zone_type: Crucible {
129132026-06-02T17:53:56.385Z address: [fd00:1122:3344:103::d]:32345,
129142026-06-02T17:53:56.385Z dataset: OmicronZoneDataset {
129152026-06-02T17:53:56.385Z pool_name: External(
129162026-06-02T17:53:56.385Z 33a4881a-2b3f-4840-b252-f370024eee64 (external_zpool),
129172026-06-02T17:53:56.385Z ),
129182026-06-02T17:53:56.385Z },
129192026-06-02T17:53:56.385Z },
129202026-06-02T17:53:56.385Z image_source: InstallDataset,
129212026-06-02T17:53:56.385Z },
129222026-06-02T17:53:56.385Z 6e305032-a926-4c2b-a89a-0165799b9810 (omicron_zone): OmicronZoneConfig {
129232026-06-02T17:53:56.385Z id: 6e305032-a926-4c2b-a89a-0165799b9810 (omicron_zone),
129242026-06-02T17:53:56.385Z filesystem_pool: None,
129252026-06-02T17:53:56.385Z zone_type: Crucible {
129262026-06-02T17:53:56.385Z address: [fd00:1122:3344:103::9]:32345,
129272026-06-02T17:53:56.385Z dataset: OmicronZoneDataset {
129282026-06-02T17:53:56.385Z pool_name: External(
129292026-06-02T17:53:56.385Z d9974711-1064-441d-ba75-0ffabfc86d27 (external_zpool),
129302026-06-02T17:53:56.385Z ),
129312026-06-02T17:53:56.385Z },
129322026-06-02T17:53:56.385Z },
129332026-06-02T17:53:56.386Z image_source: InstallDataset,
129342026-06-02T17:53:56.386Z },
129352026-06-02T17:53:56.386Z 7b006fad-d693-441b-bdd0-84cb323530e9 (omicron_zone): OmicronZoneConfig {
129362026-06-02T17:53:56.386Z id: 7b006fad-d693-441b-bdd0-84cb323530e9 (omicron_zone),
129372026-06-02T17:53:56.386Z filesystem_pool: None,
129382026-06-02T17:53:56.386Z zone_type: InternalDns {
129392026-06-02T17:53:56.386Z dataset: OmicronZoneDataset {
129402026-06-02T17:53:56.386Z pool_name: External(
129412026-06-02T17:53:56.386Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
129422026-06-02T17:53:56.386Z ),
129432026-06-02T17:53:56.386Z },
129442026-06-02T17:53:56.386Z http_address: [fd00:1122:3344:3::1]:5353,
129452026-06-02T17:53:56.386Z dns_address: [fd00:1122:3344:3::1]:53,
129462026-06-02T17:53:56.386Z gz_address: fd00:1122:3344:3::2,
129472026-06-02T17:53:56.386Z gz_address_index: 2,
129482026-06-02T17:53:56.386Z },
129492026-06-02T17:53:56.386Z image_source: InstallDataset,
129502026-06-02T17:53:56.386Z },
129512026-06-02T17:53:56.386Z 804f9ff7-0d45-465f-8820-ee0fc7c25286 (omicron_zone): OmicronZoneConfig {
129522026-06-02T17:53:56.386Z id: 804f9ff7-0d45-465f-8820-ee0fc7c25286 (omicron_zone),
129532026-06-02T17:53:56.386Z filesystem_pool: None,
129542026-06-02T17:53:56.386Z zone_type: Nexus {
129552026-06-02T17:53:56.386Z internal_address: [fd00:1122:3344:103::4]:12221,
129562026-06-02T17:53:56.386Z lockstep_port: 12232,
129572026-06-02T17:53:56.386Z external_ip: 172.20.28.3,
129582026-06-02T17:53:56.386Z nic: NetworkInterface {
129592026-06-02T17:53:56.386Z id: 3e1324f0-cad4-484e-a101-e26da2706e92,
129602026-06-02T17:53:56.386Z kind: Service {
129612026-06-02T17:53:56.386Z id: 804f9ff7-0d45-465f-8820-ee0fc7c25286,
129622026-06-02T17:53:56.386Z },
129632026-06-02T17:53:56.386Z name: Name(
129642026-06-02T17:53:56.386Z "nexus-804f9ff7-0d45-465f-8820-ee0fc7c25286",
129652026-06-02T17:53:56.391Z ),
129662026-06-02T17:53:56.391Z ip_config: V4(
129672026-06-02T17:53:56.391Z PrivateIpv4Config {
129682026-06-02T17:53:56.391Z ip: 172.30.2.6,
129692026-06-02T17:53:56.391Z subnet: Ipv4Net {
129702026-06-02T17:53:56.391Z addr: 172.30.2.0,
129712026-06-02T17:53:56.391Z width: 24,
129722026-06-02T17:53:56.391Z },
129732026-06-02T17:53:56.391Z transit_ips: [],
129742026-06-02T17:53:56.391Z },
129752026-06-02T17:53:56.391Z ),
129762026-06-02T17:53:56.391Z mac: MacAddr(
129772026-06-02T17:53:56.391Z MacAddr6(
129782026-06-02T17:53:56.391Z [
129792026-06-02T17:53:56.391Z 168,
129802026-06-02T17:53:56.391Z 64,
129812026-06-02T17:53:56.391Z 37,
129822026-06-02T17:53:56.391Z 255,
129832026-06-02T17:53:56.391Z 165,
129842026-06-02T17:53:56.391Z 80,
129852026-06-02T17:53:56.391Z ],
129862026-06-02T17:53:56.391Z ),
129872026-06-02T17:53:56.391Z ),
129882026-06-02T17:53:56.391Z vni: Vni(
129892026-06-02T17:53:56.391Z 100,
129902026-06-02T17:53:56.391Z ),
129912026-06-02T17:53:56.392Z primary: true,
129922026-06-02T17:53:56.392Z slot: 0,
129932026-06-02T17:53:56.392Z },
129942026-06-02T17:53:56.392Z external_tls: true,
129952026-06-02T17:53:56.392Z external_dns_servers: [
129962026-06-02T17:53:56.392Z 1.1.1.1,
129972026-06-02T17:53:56.392Z 9.9.9.9,
129982026-06-02T17:53:56.392Z ],
129992026-06-02T17:53:56.392Z },
130002026-06-02T17:53:56.392Z image_source: InstallDataset,
130012026-06-02T17:53:56.392Z },
130022026-06-02T17:53:56.392Z 8c9735b2-9097-4ba5-b783-dfea16c5e0ab (omicron_zone): OmicronZoneConfig {
130032026-06-02T17:53:56.392Z id: 8c9735b2-9097-4ba5-b783-dfea16c5e0ab (omicron_zone),
130042026-06-02T17:53:56.392Z filesystem_pool: None,
130052026-06-02T17:53:56.392Z zone_type: CruciblePantry {
130062026-06-02T17:53:56.392Z address: [fd00:1122:3344:103::5]:17000,
130072026-06-02T17:53:56.392Z },
130082026-06-02T17:53:56.392Z image_source: InstallDataset,
130092026-06-02T17:53:56.392Z },
130102026-06-02T17:53:56.392Z 8fe2fb59-5a89-4d40-b47a-6d5fcfb66ddd (omicron_zone): OmicronZoneConfig {
130112026-06-02T17:53:56.392Z id: 8fe2fb59-5a89-4d40-b47a-6d5fcfb66ddd (omicron_zone),
130122026-06-02T17:53:56.392Z filesystem_pool: None,
130132026-06-02T17:53:56.392Z zone_type: CockroachDb {
130142026-06-02T17:53:56.392Z address: [fd00:1122:3344:103::3]:32221,
130152026-06-02T17:53:56.392Z dataset: OmicronZoneDataset {
130162026-06-02T17:53:56.392Z pool_name: External(
130172026-06-02T17:53:56.392Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
130182026-06-02T17:53:56.392Z ),
130192026-06-02T17:53:56.392Z },
130202026-06-02T17:53:56.392Z },
130212026-06-02T17:53:56.392Z image_source: InstallDataset,
130222026-06-02T17:53:56.392Z },
130232026-06-02T17:53:56.392Z 9ee036cf-88c5-4a0e-aae7-eb2849379aad (omicron_zone): OmicronZoneConfig {
130242026-06-02T17:53:56.392Z id: 9ee036cf-88c5-4a0e-aae7-eb2849379aad (omicron_zone),
130252026-06-02T17:53:56.392Z filesystem_pool: None,
130262026-06-02T17:53:56.392Z zone_type: InternalNtp {
130272026-06-02T17:53:56.392Z address: [fd00:1122:3344:103::e]:123,
130282026-06-02T17:53:56.392Z },
130292026-06-02T17:53:56.393Z image_source: InstallDataset,
130302026-06-02T17:53:56.393Z },
130312026-06-02T17:53:56.393Z a3a6216e-fdc8-47b6-8ba8-eb666629f5c2 (omicron_zone): OmicronZoneConfig {
130322026-06-02T17:53:56.393Z id: a3a6216e-fdc8-47b6-8ba8-eb666629f5c2 (omicron_zone),
130332026-06-02T17:53:56.393Z filesystem_pool: None,
130342026-06-02T17:53:56.393Z zone_type: Crucible {
130352026-06-02T17:53:56.393Z address: [fd00:1122:3344:103::a]:32345,
130362026-06-02T17:53:56.393Z dataset: OmicronZoneDataset {
130372026-06-02T17:53:56.393Z pool_name: External(
130382026-06-02T17:53:56.393Z 844fd687-fd26-4616-91aa-441cf136c62d (external_zpool),
130392026-06-02T17:53:56.393Z ),
130402026-06-02T17:53:56.393Z },
130412026-06-02T17:53:56.393Z },
130422026-06-02T17:53:56.393Z image_source: InstallDataset,
130432026-06-02T17:53:56.393Z },
130442026-06-02T17:53:56.393Z ae07bfa3-09a9-4b19-9721-c89f39e153fe (omicron_zone): OmicronZoneConfig {
130452026-06-02T17:53:56.393Z id: ae07bfa3-09a9-4b19-9721-c89f39e153fe (omicron_zone),
130462026-06-02T17:53:56.393Z filesystem_pool: None,
130472026-06-02T17:53:56.393Z zone_type: Crucible {
130482026-06-02T17:53:56.393Z address: [fd00:1122:3344:103::7]:32345,
130492026-06-02T17:53:56.393Z dataset: OmicronZoneDataset {
130502026-06-02T17:53:56.393Z pool_name: External(
130512026-06-02T17:53:56.393Z 4c667609-0876-4c8c-ae60-1b30aaf236dc (external_zpool),
130522026-06-02T17:53:56.393Z ),
130532026-06-02T17:53:56.393Z },
130542026-06-02T17:53:56.393Z },
130552026-06-02T17:53:56.393Z image_source: InstallDataset,
130562026-06-02T17:53:56.393Z },
130572026-06-02T17:53:56.393Z bd646149-3e59-4aac-b2a0-b79910b8d6a8 (omicron_zone): OmicronZoneConfig {
130582026-06-02T17:53:56.393Z id: bd646149-3e59-4aac-b2a0-b79910b8d6a8 (omicron_zone),
130592026-06-02T17:53:56.393Z filesystem_pool: None,
130602026-06-02T17:53:56.393Z zone_type: Crucible {
130612026-06-02T17:53:56.393Z address: [fd00:1122:3344:103::6]:32345,
130622026-06-02T17:53:56.393Z dataset: OmicronZoneDataset {
130632026-06-02T17:53:56.393Z pool_name: External(
130642026-06-02T17:53:56.393Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
130652026-06-02T17:53:56.398Z ),
130662026-06-02T17:53:56.398Z },
130672026-06-02T17:53:56.398Z },
130682026-06-02T17:53:56.398Z image_source: InstallDataset,
130692026-06-02T17:53:56.398Z },
130702026-06-02T17:53:56.399Z c28abc48-2fb2-487b-b89a-96317c4e2df2 (omicron_zone): OmicronZoneConfig {
130712026-06-02T17:53:56.399Z id: c28abc48-2fb2-487b-b89a-96317c4e2df2 (omicron_zone),
130722026-06-02T17:53:56.399Z filesystem_pool: None,
130732026-06-02T17:53:56.399Z zone_type: Crucible {
130742026-06-02T17:53:56.399Z address: [fd00:1122:3344:103::b]:32345,
130752026-06-02T17:53:56.399Z dataset: OmicronZoneDataset {
130762026-06-02T17:53:56.399Z pool_name: External(
130772026-06-02T17:53:56.399Z 93017061-5910-4bf5-a366-4f1b2871b5c3 (external_zpool),
130782026-06-02T17:53:56.399Z ),
130792026-06-02T17:53:56.399Z },
130802026-06-02T17:53:56.399Z },
130812026-06-02T17:53:56.399Z image_source: InstallDataset,
130822026-06-02T17:53:56.399Z },
130832026-06-02T17:53:56.399Z e58917eb-98cc-4b85-b851-4b46833060dc (omicron_zone): OmicronZoneConfig {
130842026-06-02T17:53:56.399Z id: e58917eb-98cc-4b85-b851-4b46833060dc (omicron_zone),
130852026-06-02T17:53:56.399Z filesystem_pool: None,
130862026-06-02T17:53:56.399Z zone_type: Crucible {
130872026-06-02T17:53:56.399Z address: [fd00:1122:3344:103::8]:32345,
130882026-06-02T17:53:56.400Z dataset: OmicronZoneDataset {
130892026-06-02T17:53:56.400Z pool_name: External(
130902026-06-02T17:53:56.400Z c6911096-09b3-4f64-bcd6-21701ca2d6ae (external_zpool),
130912026-06-02T17:53:56.400Z ),
130922026-06-02T17:53:56.400Z },
130932026-06-02T17:53:56.400Z },
130942026-06-02T17:53:56.400Z image_source: InstallDataset,
130952026-06-02T17:53:56.400Z },
130962026-06-02T17:53:56.400Z },
130972026-06-02T17:53:56.400Z remove_mupdate_override: None,
130982026-06-02T17:53:56.400Z host_phase_2: HostPhase2DesiredSlots {
130992026-06-02T17:53:56.400Z slot_a: CurrentContents,
131002026-06-02T17:53:56.400Z slot_b: CurrentContents,
131012026-06-02T17:53:56.400Z },
131022026-06-02T17:53:56.400Z measurements: {},
131032026-06-02T17:53:56.400Z },
131042026-06-02T17:53:56.400Z external_disks: {},
131052026-06-02T17:53:56.400Z datasets: {},
131062026-06-02T17:53:56.400Z orphaned_datasets: {
131072026-06-02T17:53:56.400Z DatasetName {
131082026-06-02T17:53:56.400Z pool_name: External(
131092026-06-02T17:53:56.400Z a6a06877-4a23-4ef0-b5ec-9a1466b7a404 (external_zpool),
131102026-06-02T17:53:56.400Z ),
131112026-06-02T17:53:56.400Z kind: ExternalDns,
131122026-06-02T17:53:56.401Z }: OrphanedDataset {
131132026-06-02T17:53:56.401Z name: DatasetName {
131142026-06-02T17:53:56.401Z pool_name: External(
131152026-06-02T17:53:56.401Z a6a06877-4a23-4ef0-b5ec-9a1466b7a404 (external_zpool),
131162026-06-02T17:53:56.401Z ),
131172026-06-02T17:53:56.401Z kind: ExternalDns,
131182026-06-02T17:53:56.401Z },
131192026-06-02T17:53:56.401Z reason: "example orphaned dataset",
131202026-06-02T17:53:56.401Z id: Some(
131212026-06-02T17:53:56.401Z ba3f6dc7-64b9-4de1-985d-9d07504f5f20 (dataset),
131222026-06-02T17:53:56.401Z ),
131232026-06-02T17:53:56.401Z mounted: false,
131242026-06-02T17:53:56.401Z available: ByteCount(
131252026-06-02T17:53:56.401Z 0,
131262026-06-02T17:53:56.401Z ),
131272026-06-02T17:53:56.401Z used: ByteCount(
131282026-06-02T17:53:56.401Z 0,
131292026-06-02T17:53:56.401Z ),
131302026-06-02T17:53:56.401Z },
131312026-06-02T17:53:56.401Z },
131322026-06-02T17:53:56.401Z zones: {
131332026-06-02T17:53:56.401Z 2deb45cb-7160-47fc-9180-ab14c1731427 (omicron_zone): Ok,
131342026-06-02T17:53:56.401Z 4da2814a-7d31-4311-97cf-7648e7b64911 (omicron_zone): Ok,
131352026-06-02T17:53:56.401Z 6e305032-a926-4c2b-a89a-0165799b9810 (omicron_zone): Ok,
131362026-06-02T17:53:56.401Z 7b006fad-d693-441b-bdd0-84cb323530e9 (omicron_zone): Ok,
131372026-06-02T17:53:56.401Z 804f9ff7-0d45-465f-8820-ee0fc7c25286 (omicron_zone): Ok,
131382026-06-02T17:53:56.401Z 8c9735b2-9097-4ba5-b783-dfea16c5e0ab (omicron_zone): Ok,
131392026-06-02T17:53:56.401Z 8fe2fb59-5a89-4d40-b47a-6d5fcfb66ddd (omicron_zone): Ok,
131402026-06-02T17:53:56.401Z 9ee036cf-88c5-4a0e-aae7-eb2849379aad (omicron_zone): Ok,
131412026-06-02T17:53:56.401Z a3a6216e-fdc8-47b6-8ba8-eb666629f5c2 (omicron_zone): Ok,
131422026-06-02T17:53:56.401Z ae07bfa3-09a9-4b19-9721-c89f39e153fe (omicron_zone): Ok,
131432026-06-02T17:53:56.401Z bd646149-3e59-4aac-b2a0-b79910b8d6a8 (omicron_zone): Ok,
131442026-06-02T17:53:56.401Z c28abc48-2fb2-487b-b89a-96317c4e2df2 (omicron_zone): Ok,
131452026-06-02T17:53:56.401Z e58917eb-98cc-4b85-b851-4b46833060dc (omicron_zone): Ok,
131462026-06-02T17:53:56.401Z },
131472026-06-02T17:53:56.401Z boot_partitions: BootPartitionContents {
131482026-06-02T17:53:56.401Z boot_disk: Ok(
131492026-06-02T17:53:56.401Z A,
131502026-06-02T17:53:56.402Z ),
131512026-06-02T17:53:56.402Z slot_a: Ok(
131522026-06-02T17:53:56.402Z BootPartitionDetails {
131532026-06-02T17:53:56.402Z header: BootImageHeader {
131542026-06-02T17:53:56.402Z flags: 0,
131552026-06-02T17:53:56.402Z data_size: 10000,
131562026-06-02T17:53:56.402Z image_size: 10000,
131572026-06-02T17:53:56.402Z target_size: 10000,
131582026-06-02T17:53:56.402Z sha256: [
131592026-06-02T17:53:56.402Z 0,
131602026-06-02T17:53:56.402Z 0,
131612026-06-02T17:53:56.402Z 0,
131622026-06-02T17:53:56.402Z 0,
131632026-06-02T17:53:56.402Z 0,
131642026-06-02T17:53:56.402Z 0,
131652026-06-02T17:53:56.407Z 0,
131662026-06-02T17:53:56.407Z 0,
131672026-06-02T17:53:56.407Z 0,
131682026-06-02T17:53:56.407Z 0,
131692026-06-02T17:53:56.408Z 0,
131702026-06-02T17:53:56.408Z 0,
131712026-06-02T17:53:56.408Z 0,
131722026-06-02T17:53:56.408Z 0,
131732026-06-02T17:53:56.408Z 0,
131742026-06-02T17:53:56.408Z 0,
131752026-06-02T17:53:56.408Z 0,
131762026-06-02T17:53:56.408Z 0,
131772026-06-02T17:53:56.408Z 0,
131782026-06-02T17:53:56.408Z 0,
131792026-06-02T17:53:56.408Z 0,
131802026-06-02T17:53:56.408Z 0,
131812026-06-02T17:53:56.408Z 0,
131822026-06-02T17:53:56.408Z 0,
131832026-06-02T17:53:56.408Z 0,
131842026-06-02T17:53:56.408Z 0,
131852026-06-02T17:53:56.408Z 0,
131862026-06-02T17:53:56.408Z 0,
131872026-06-02T17:53:56.408Z 0,
131882026-06-02T17:53:56.408Z 0,
131892026-06-02T17:53:56.408Z 0,
131902026-06-02T17:53:56.408Z 0,
131912026-06-02T17:53:56.408Z ],
131922026-06-02T17:53:56.408Z image_name: "fake image for tests",
131932026-06-02T17:53:56.408Z },
131942026-06-02T17:53:56.408Z artifact_hash: ArtifactHash(
131952026-06-02T17:53:56.408Z "0101010101010101010101010101010101010101010101010101010101010101",
131962026-06-02T17:53:56.408Z ),
131972026-06-02T17:53:56.408Z artifact_size: 14096,
131982026-06-02T17:53:56.408Z },
131992026-06-02T17:53:56.408Z ),
132002026-06-02T17:53:56.408Z slot_b: Ok(
132012026-06-02T17:53:56.408Z BootPartitionDetails {
132022026-06-02T17:53:56.408Z header: BootImageHeader {
132032026-06-02T17:53:56.408Z flags: 0,
132042026-06-02T17:53:56.408Z data_size: 1000,
132052026-06-02T17:53:56.408Z image_size: 1000,
132062026-06-02T17:53:56.408Z target_size: 1000,
132072026-06-02T17:53:56.409Z sha256: [
132082026-06-02T17:53:56.409Z 1,
132092026-06-02T17:53:56.409Z 1,
132102026-06-02T17:53:56.409Z 1,
132112026-06-02T17:53:56.409Z 1,
132122026-06-02T17:53:56.409Z 1,
132132026-06-02T17:53:56.409Z 1,
132142026-06-02T17:53:56.409Z 1,
132152026-06-02T17:53:56.409Z 1,
132162026-06-02T17:53:56.409Z 1,
132172026-06-02T17:53:56.410Z 1,
132182026-06-02T17:53:56.410Z 1,
132192026-06-02T17:53:56.410Z 1,
132202026-06-02T17:53:56.410Z 1,
132212026-06-02T17:53:56.410Z 1,
132222026-06-02T17:53:56.410Z 1,
132232026-06-02T17:53:56.410Z 1,
132242026-06-02T17:53:56.410Z 1,
132252026-06-02T17:53:56.410Z 1,
132262026-06-02T17:53:56.410Z 1,
132272026-06-02T17:53:56.410Z 1,
132282026-06-02T17:53:56.410Z 1,
132292026-06-02T17:53:56.410Z 1,
132302026-06-02T17:53:56.410Z 1,
132312026-06-02T17:53:56.410Z 1,
132322026-06-02T17:53:56.410Z 1,
132332026-06-02T17:53:56.410Z 1,
132342026-06-02T17:53:56.410Z 1,
132352026-06-02T17:53:56.410Z 1,
132362026-06-02T17:53:56.410Z 1,
132372026-06-02T17:53:56.410Z 1,
132382026-06-02T17:53:56.410Z 1,
132392026-06-02T17:53:56.410Z 1,
132402026-06-02T17:53:56.410Z ],
132412026-06-02T17:53:56.410Z image_name: "fake from debug_assume_success()",
132422026-06-02T17:53:56.410Z },
132432026-06-02T17:53:56.410Z artifact_hash: ArtifactHash(
132442026-06-02T17:53:56.410Z "0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b",
132452026-06-02T17:53:56.410Z ),
132462026-06-02T17:53:56.410Z artifact_size: 1000,
132472026-06-02T17:53:56.410Z },
132482026-06-02T17:53:56.410Z ),
132492026-06-02T17:53:56.410Z },
132502026-06-02T17:53:56.410Z remove_mupdate_override: None,
132512026-06-02T17:53:56.410Z },
132522026-06-02T17:53:56.410Z ),
132532026-06-02T17:53:56.410Z file_source_resolver: OmicronFileSourceResolverInventory {
132542026-06-02T17:53:56.410Z zone_manifest: ManifestInventory {
132552026-06-02T17:53:56.411Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/zones.json",
132562026-06-02T17:53:56.411Z boot_inventory: Ok(
132572026-06-02T17:53:56.411Z ManifestBootInventory {
132582026-06-02T17:53:56.411Z source: Installinator {
132592026-06-02T17:53:56.411Z mupdate_id: bb577961-c227-43dd-b457-c5f4df87f806 (mupdate),
132602026-06-02T17:53:56.411Z },
132612026-06-02T17:53:56.411Z artifacts: {
132622026-06-02T17:53:56.411Z "clickhouse.tar.gz": ZoneArtifactInventory {
132632026-06-02T17:53:56.411Z file_name: "clickhouse.tar.gz",
132642026-06-02T17:53:56.411Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
132652026-06-02T17:53:56.415Z expected_size: 1024,
132662026-06-02T17:53:56.415Z expected_hash: ArtifactHash(
132672026-06-02T17:53:56.415Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
132682026-06-02T17:53:56.415Z ),
132692026-06-02T17:53:56.415Z status: Err(
132702026-06-02T17:53:56.415Z "size/hash mismatch: expected 1024 bytes/360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386, got 15 bytes/360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
132712026-06-02T17:53:56.415Z ),
132722026-06-02T17:53:56.415Z },
132732026-06-02T17:53:56.415Z "cockroachdb.tar.gz": ZoneArtifactInventory {
132742026-06-02T17:53:56.415Z file_name: "cockroachdb.tar.gz",
132752026-06-02T17:53:56.415Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
132762026-06-02T17:53:56.415Z expected_size: 16,
132772026-06-02T17:53:56.415Z expected_hash: ArtifactHash(
132782026-06-02T17:53:56.415Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
132792026-06-02T17:53:56.415Z ),
132802026-06-02T17:53:56.415Z status: Ok(
132812026-06-02T17:53:56.415Z (),
132822026-06-02T17:53:56.415Z ),
132832026-06-02T17:53:56.415Z },
132842026-06-02T17:53:56.415Z "crucible.tar.gz": ZoneArtifactInventory {
132852026-06-02T17:53:56.415Z file_name: "crucible.tar.gz",
132862026-06-02T17:53:56.415Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
132872026-06-02T17:53:56.415Z expected_size: 13,
132882026-06-02T17:53:56.416Z expected_hash: ArtifactHash(
132892026-06-02T17:53:56.416Z "0000000000000000000000000000000000000000000000000000000000000000",
132902026-06-02T17:53:56.416Z ),
132912026-06-02T17:53:56.416Z status: Err(
132922026-06-02T17:53:56.416Z "size/hash mismatch: expected 13 bytes/0000000000000000000000000000000000000000000000000000000000000000, got 13 bytes/a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
132932026-06-02T17:53:56.416Z ),
132942026-06-02T17:53:56.416Z },
132952026-06-02T17:53:56.416Z "internal_dns.tar.gz": ZoneArtifactInventory {
132962026-06-02T17:53:56.416Z file_name: "internal_dns.tar.gz",
132972026-06-02T17:53:56.416Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
132982026-06-02T17:53:56.416Z expected_size: 17,
132992026-06-02T17:53:56.416Z expected_hash: ArtifactHash(
133002026-06-02T17:53:56.416Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
133012026-06-02T17:53:56.416Z ),
133022026-06-02T17:53:56.416Z status: Err(
133032026-06-02T17:53:56.416Z "file not found",
133042026-06-02T17:53:56.416Z ),
133052026-06-02T17:53:56.416Z },
133062026-06-02T17:53:56.416Z },
133072026-06-02T17:53:56.416Z },
133082026-06-02T17:53:56.416Z ),
133092026-06-02T17:53:56.416Z non_boot_status: {
133102026-06-02T17:53:56.416Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
133112026-06-02T17:53:56.416Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
133122026-06-02T17:53:56.416Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/zones.json",
133132026-06-02T17:53:56.416Z is_valid: true,
133142026-06-02T17:53:56.416Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: 7c97364a-ccec-4897-a9a2-a6bbe0c25722): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
133152026-06-02T17:53:56.416Z },
133162026-06-02T17:53:56.416Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
133172026-06-02T17:53:56.416Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
133182026-06-02T17:53:56.416Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/zones.json",
133192026-06-02T17:53:56.416Z is_valid: false,
133202026-06-02T17:53:56.416Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: bb577961-c227-43dd-b457-c5f4df87f806): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
133212026-06-02T17:53:56.416Z },
133222026-06-02T17:53:56.416Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
133232026-06-02T17:53:56.416Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
133242026-06-02T17:53:56.416Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/zones.json",
133252026-06-02T17:53:56.416Z is_valid: false,
133262026-06-02T17:53:56.417Z message: "read error: error reading install metadata",
133272026-06-02T17:53:56.417Z },
133282026-06-02T17:53:56.417Z },
133292026-06-02T17:53:56.417Z },
133302026-06-02T17:53:56.417Z measurement_manifest: ManifestInventory {
133312026-06-02T17:53:56.417Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/measurements.json",
133322026-06-02T17:53:56.417Z boot_inventory: Ok(
133332026-06-02T17:53:56.417Z ManifestBootInventory {
133342026-06-02T17:53:56.417Z source: Installinator {
133352026-06-02T17:53:56.417Z mupdate_id: bb577961-c227-43dd-b457-c5f4df87f806 (mupdate),
133362026-06-02T17:53:56.417Z },
133372026-06-02T17:53:56.417Z artifacts: {
133382026-06-02T17:53:56.417Z "clickhouse.tar.gz": ZoneArtifactInventory {
133392026-06-02T17:53:56.417Z file_name: "clickhouse.tar.gz",
133402026-06-02T17:53:56.417Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
133412026-06-02T17:53:56.417Z expected_size: 1024,
133422026-06-02T17:53:56.417Z expected_hash: ArtifactHash(
133432026-06-02T17:53:56.417Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
133442026-06-02T17:53:56.417Z ),
133452026-06-02T17:53:56.417Z status: Err(
133462026-06-02T17:53:56.417Z "size/hash mismatch: expected 1024 bytes/360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386, got 15 bytes/360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
133472026-06-02T17:53:56.417Z ),
133482026-06-02T17:53:56.417Z },
133492026-06-02T17:53:56.417Z "cockroachdb.tar.gz": ZoneArtifactInventory {
133502026-06-02T17:53:56.417Z file_name: "cockroachdb.tar.gz",
133512026-06-02T17:53:56.417Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
133522026-06-02T17:53:56.417Z expected_size: 16,
133532026-06-02T17:53:56.417Z expected_hash: ArtifactHash(
133542026-06-02T17:53:56.417Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
133552026-06-02T17:53:56.417Z ),
133562026-06-02T17:53:56.417Z status: Ok(
133572026-06-02T17:53:56.417Z (),
133582026-06-02T17:53:56.417Z ),
133592026-06-02T17:53:56.417Z },
133602026-06-02T17:53:56.417Z "crucible.tar.gz": ZoneArtifactInventory {
133612026-06-02T17:53:56.417Z file_name: "crucible.tar.gz",
133622026-06-02T17:53:56.418Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
133632026-06-02T17:53:56.418Z expected_size: 13,
133642026-06-02T17:53:56.418Z expected_hash: ArtifactHash(
133652026-06-02T17:53:56.422Z "0000000000000000000000000000000000000000000000000000000000000000",
133662026-06-02T17:53:56.422Z ),
133672026-06-02T17:53:56.422Z status: Err(
133682026-06-02T17:53:56.422Z "size/hash mismatch: expected 13 bytes/0000000000000000000000000000000000000000000000000000000000000000, got 13 bytes/a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
133692026-06-02T17:53:56.422Z ),
133702026-06-02T17:53:56.422Z },
133712026-06-02T17:53:56.422Z "internal_dns.tar.gz": ZoneArtifactInventory {
133722026-06-02T17:53:56.422Z file_name: "internal_dns.tar.gz",
133732026-06-02T17:53:56.422Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
133742026-06-02T17:53:56.422Z expected_size: 17,
133752026-06-02T17:53:56.422Z expected_hash: ArtifactHash(
133762026-06-02T17:53:56.422Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
133772026-06-02T17:53:56.422Z ),
133782026-06-02T17:53:56.422Z status: Err(
133792026-06-02T17:53:56.422Z "file not found",
133802026-06-02T17:53:56.422Z ),
133812026-06-02T17:53:56.422Z },
133822026-06-02T17:53:56.422Z },
133832026-06-02T17:53:56.422Z },
133842026-06-02T17:53:56.422Z ),
133852026-06-02T17:53:56.422Z non_boot_status: {
133862026-06-02T17:53:56.422Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
133872026-06-02T17:53:56.422Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
133882026-06-02T17:53:56.422Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/measurements.json",
133892026-06-02T17:53:56.422Z is_valid: true,
133902026-06-02T17:53:56.422Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: 7c97364a-ccec-4897-a9a2-a6bbe0c25722): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
133912026-06-02T17:53:56.422Z },
133922026-06-02T17:53:56.422Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
133932026-06-02T17:53:56.422Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
133942026-06-02T17:53:56.422Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/measurements.json",
133952026-06-02T17:53:56.422Z is_valid: false,
133962026-06-02T17:53:56.422Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: bb577961-c227-43dd-b457-c5f4df87f806): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
133972026-06-02T17:53:56.423Z },
133982026-06-02T17:53:56.423Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
133992026-06-02T17:53:56.423Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
134002026-06-02T17:53:56.423Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/measurements.json",
134012026-06-02T17:53:56.423Z is_valid: false,
134022026-06-02T17:53:56.423Z message: "read error: error reading install metadata",
134032026-06-02T17:53:56.423Z },
134042026-06-02T17:53:56.423Z },
134052026-06-02T17:53:56.423Z },
134062026-06-02T17:53:56.423Z mupdate_override: MupdateOverrideInventory {
134072026-06-02T17:53:56.424Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/mupdate-override.json",
134082026-06-02T17:53:56.424Z boot_override: Ok(
134092026-06-02T17:53:56.424Z Some(
134102026-06-02T17:53:56.424Z MupdateOverrideBootInventory {
134112026-06-02T17:53:56.424Z mupdate_override_id: be9d0c48-614a-4f24-be0d-f03b029d0fd1 (mupdate_override),
134122026-06-02T17:53:56.424Z },
134132026-06-02T17:53:56.424Z ),
134142026-06-02T17:53:56.424Z ),
134152026-06-02T17:53:56.424Z non_boot_status: {
134162026-06-02T17:53:56.424Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): MupdateOverrideNonBootInventory {
134172026-06-02T17:53:56.424Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
134182026-06-02T17:53:56.424Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/mupdate-override.json",
134192026-06-02T17:53:56.424Z is_valid: true,
134202026-06-02T17:53:56.424Z message: "matches boot disk (present)",
134212026-06-02T17:53:56.424Z },
134222026-06-02T17:53:56.424Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): MupdateOverrideNonBootInventory {
134232026-06-02T17:53:56.424Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
134242026-06-02T17:53:56.424Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/mupdate-override.json",
134252026-06-02T17:53:56.424Z is_valid: false,
134262026-06-02T17:53:56.424Z message: "boot disk has override but non-boot disk does not",
134272026-06-02T17:53:56.424Z },
134282026-06-02T17:53:56.424Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): MupdateOverrideNonBootInventory {
134292026-06-02T17:53:56.424Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
134302026-06-02T17:53:56.424Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/mupdate-override.json",
134312026-06-02T17:53:56.424Z is_valid: false,
134322026-06-02T17:53:56.424Z message: "read error: install metadata read error",
134332026-06-02T17:53:56.424Z },
134342026-06-02T17:53:56.424Z },
134352026-06-02T17:53:56.424Z },
134362026-06-02T17:53:56.424Z },
134372026-06-02T17:53:56.424Z smf_services_enabled_not_online: SvcsCmdError(
134382026-06-02T17:53:56.424Z SvcsError {
134392026-06-02T17:53:56.424Z error: "Command failed with status: 2",
134402026-06-02T17:53:56.424Z time_of_status: 2026-01-01T00:00:00Z,
134412026-06-02T17:53:56.424Z },
134422026-06-02T17:53:56.424Z ),
134432026-06-02T17:53:56.424Z reference_measurements: {
134442026-06-02T17:53:56.424Z "/this/path": SingleMeasurementInventory {
134452026-06-02T17:53:56.424Z path: "/this/path",
134462026-06-02T17:53:56.424Z result: Ok,
134472026-06-02T17:53:56.425Z },
134482026-06-02T17:53:56.425Z "/this/path2": SingleMeasurementInventory {
134492026-06-02T17:53:56.425Z path: "/this/path2",
134502026-06-02T17:53:56.425Z result: Ok,
134512026-06-02T17:53:56.425Z },
134522026-06-02T17:53:56.425Z },
134532026-06-02T17:53:56.425Z },
134542026-06-02T17:53:56.425Z c5aec1df-b897-49e4-8085-ccd975f9b529 (sled): SledAgent {
134552026-06-02T17:53:56.425Z time_collected: 2026-06-02T17:53:55.383869Z,
134562026-06-02T17:53:56.425Z source: "fake sled agent 1",
134572026-06-02T17:53:56.425Z sled_id: c5aec1df-b897-49e4-8085-ccd975f9b529 (sled),
134582026-06-02T17:53:56.425Z baseboard_id: Some(
134592026-06-02T17:53:56.425Z BaseboardId {
134602026-06-02T17:53:56.425Z part_number: "model1",
134612026-06-02T17:53:56.425Z serial_number: "s1",
134622026-06-02T17:53:56.425Z },
134632026-06-02T17:53:56.425Z ),
134642026-06-02T17:53:56.425Z sled_agent_address: [::1]:56792,
134652026-06-02T17:53:56.429Z sled_role: Gimlet,
134662026-06-02T17:53:56.429Z usable_hardware_threads: 10,
134672026-06-02T17:53:56.429Z usable_physical_ram: ByteCount(
134682026-06-02T17:53:56.429Z 1048576,
134692026-06-02T17:53:56.429Z ),
134702026-06-02T17:53:56.429Z cpu_family: AmdMilan,
134712026-06-02T17:53:56.429Z reservoir_size: ByteCount(
134722026-06-02T17:53:56.429Z 1024,
134732026-06-02T17:53:56.429Z ),
134742026-06-02T17:53:56.429Z disks: [
134752026-06-02T17:53:56.429Z PhysicalDisk {
134762026-06-02T17:53:56.429Z identity: DiskIdentity {
134772026-06-02T17:53:56.429Z vendor: "macrohard",
134782026-06-02T17:53:56.429Z model: "box",
134792026-06-02T17:53:56.429Z serial: "XXIV",
134802026-06-02T17:53:56.429Z },
134812026-06-02T17:53:56.429Z variant: M2,
134822026-06-02T17:53:56.429Z slot: 0,
134832026-06-02T17:53:56.429Z firmware: Nvme(
134842026-06-02T17:53:56.429Z NvmeFirmware {
134852026-06-02T17:53:56.430Z active_slot: 1,
134862026-06-02T17:53:56.430Z next_active_slot: None,
134872026-06-02T17:53:56.430Z number_of_slots: 1,
134882026-06-02T17:53:56.430Z slot1_is_read_only: true,
134892026-06-02T17:53:56.430Z slot_firmware_versions: [
134902026-06-02T17:53:56.430Z Some(
134912026-06-02T17:53:56.430Z "EXAMP1",
134922026-06-02T17:53:56.430Z ),
134932026-06-02T17:53:56.430Z ],
134942026-06-02T17:53:56.430Z },
134952026-06-02T17:53:56.430Z ),
134962026-06-02T17:53:56.430Z },
134972026-06-02T17:53:56.430Z PhysicalDisk {
134982026-06-02T17:53:56.430Z identity: DiskIdentity {
134992026-06-02T17:53:56.430Z vendor: "memetendo",
135002026-06-02T17:53:56.430Z model: "swatch",
135012026-06-02T17:53:56.430Z serial: "0001",
135022026-06-02T17:53:56.430Z },
135032026-06-02T17:53:56.430Z variant: U2,
135042026-06-02T17:53:56.430Z slot: 1,
135052026-06-02T17:53:56.430Z firmware: Nvme(
135062026-06-02T17:53:56.430Z NvmeFirmware {
135072026-06-02T17:53:56.430Z active_slot: 1,
135082026-06-02T17:53:56.430Z next_active_slot: None,
135092026-06-02T17:53:56.430Z number_of_slots: 1,
135102026-06-02T17:53:56.430Z slot1_is_read_only: true,
135112026-06-02T17:53:56.430Z slot_firmware_versions: [
135122026-06-02T17:53:56.430Z Some(
135132026-06-02T17:53:56.430Z "EXAMP1",
135142026-06-02T17:53:56.430Z ),
135152026-06-02T17:53:56.430Z ],
135162026-06-02T17:53:56.430Z },
135172026-06-02T17:53:56.430Z ),
135182026-06-02T17:53:56.430Z },
135192026-06-02T17:53:56.430Z PhysicalDisk {
135202026-06-02T17:53:56.430Z identity: DiskIdentity {
135212026-06-02T17:53:56.430Z vendor: "memetendo",
135222026-06-02T17:53:56.431Z model: "swatch",
135232026-06-02T17:53:56.431Z serial: "0002",
135242026-06-02T17:53:56.431Z },
135252026-06-02T17:53:56.431Z variant: U2,
135262026-06-02T17:53:56.431Z slot: 2,
135272026-06-02T17:53:56.431Z firmware: Nvme(
135282026-06-02T17:53:56.431Z NvmeFirmware {
135292026-06-02T17:53:56.431Z active_slot: 1,
135302026-06-02T17:53:56.431Z next_active_slot: None,
135312026-06-02T17:53:56.431Z number_of_slots: 1,
135322026-06-02T17:53:56.431Z slot1_is_read_only: true,
135332026-06-02T17:53:56.431Z slot_firmware_versions: [
135342026-06-02T17:53:56.431Z Some(
135352026-06-02T17:53:56.431Z "EXAMP1",
135362026-06-02T17:53:56.431Z ),
135372026-06-02T17:53:56.431Z ],
135382026-06-02T17:53:56.431Z },
135392026-06-02T17:53:56.431Z ),
135402026-06-02T17:53:56.431Z },
135412026-06-02T17:53:56.431Z PhysicalDisk {
135422026-06-02T17:53:56.431Z identity: DiskIdentity {
135432026-06-02T17:53:56.431Z vendor: "tony",
135442026-06-02T17:53:56.431Z model: "craystation",
135452026-06-02T17:53:56.431Z serial: "5",
135462026-06-02T17:53:56.431Z },
135472026-06-02T17:53:56.431Z variant: U2,
135482026-06-02T17:53:56.431Z slot: 3,
135492026-06-02T17:53:56.431Z firmware: Nvme(
135502026-06-02T17:53:56.431Z NvmeFirmware {
135512026-06-02T17:53:56.431Z active_slot: 1,
135522026-06-02T17:53:56.431Z next_active_slot: None,
135532026-06-02T17:53:56.431Z number_of_slots: 1,
135542026-06-02T17:53:56.431Z slot1_is_read_only: true,
135552026-06-02T17:53:56.432Z slot_firmware_versions: [
135562026-06-02T17:53:56.432Z Some(
135572026-06-02T17:53:56.432Z "EXAMP1",
135582026-06-02T17:53:56.432Z ),
135592026-06-02T17:53:56.432Z ],
135602026-06-02T17:53:56.432Z },
135612026-06-02T17:53:56.432Z ),
135622026-06-02T17:53:56.432Z },
135632026-06-02T17:53:56.432Z ],
135642026-06-02T17:53:56.432Z zpools: [
135652026-06-02T17:53:56.436Z Zpool {
135662026-06-02T17:53:56.436Z time_collected: 2026-06-02T17:53:55.383869Z,
135672026-06-02T17:53:56.436Z id: 7a706f6f-6c00-0000-0000-000000000001 (zpool),
135682026-06-02T17:53:56.436Z total_size: ByteCount(
135692026-06-02T17:53:56.436Z 4096,
135702026-06-02T17:53:56.436Z ),
135712026-06-02T17:53:56.436Z health: Online,
135722026-06-02T17:53:56.436Z },
135732026-06-02T17:53:56.436Z Zpool {
135742026-06-02T17:53:56.436Z time_collected: 2026-06-02T17:53:55.383869Z,
135752026-06-02T17:53:56.436Z id: 7a706f6f-6c00-0000-0000-000000000002 (zpool),
135762026-06-02T17:53:56.436Z total_size: ByteCount(
135772026-06-02T17:53:56.436Z 4096,
135782026-06-02T17:53:56.436Z ),
135792026-06-02T17:53:56.437Z health: Online,
135802026-06-02T17:53:56.437Z },
135812026-06-02T17:53:56.437Z Zpool {
135822026-06-02T17:53:56.437Z time_collected: 2026-06-02T17:53:55.383869Z,
135832026-06-02T17:53:56.437Z id: 7a706f6f-6c00-0000-0000-000000000003 (zpool),
135842026-06-02T17:53:56.437Z total_size: ByteCount(
135852026-06-02T17:53:56.437Z 4096,
135862026-06-02T17:53:56.437Z ),
135872026-06-02T17:53:56.437Z health: Online,
135882026-06-02T17:53:56.437Z },
135892026-06-02T17:53:56.437Z Zpool {
135902026-06-02T17:53:56.437Z time_collected: 2026-06-02T17:53:55.383869Z,
135912026-06-02T17:53:56.437Z id: 7a706f6f-6c00-0000-0000-000000000004 (zpool),
135922026-06-02T17:53:56.437Z total_size: ByteCount(
135932026-06-02T17:53:56.437Z 4096,
135942026-06-02T17:53:56.437Z ),
135952026-06-02T17:53:56.437Z health: Online,
135962026-06-02T17:53:56.437Z },
135972026-06-02T17:53:56.437Z ],
135982026-06-02T17:53:56.437Z datasets: [
135992026-06-02T17:53:56.437Z Dataset {
136002026-06-02T17:53:56.437Z id: Some(
136012026-06-02T17:53:56.437Z afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset),
136022026-06-02T17:53:56.437Z ),
136032026-06-02T17:53:56.437Z name: "oxp_7a706f6f-6c00-0000-0000-000000000001/crypt/debug",
136042026-06-02T17:53:56.437Z available: ByteCount(
136052026-06-02T17:53:56.437Z 1024,
136062026-06-02T17:53:56.437Z ),
136072026-06-02T17:53:56.437Z used: ByteCount(
136082026-06-02T17:53:56.437Z 0,
136092026-06-02T17:53:56.438Z ),
136102026-06-02T17:53:56.438Z quota: None,
136112026-06-02T17:53:56.438Z reservation: None,
136122026-06-02T17:53:56.438Z compression: "lz4",
136132026-06-02T17:53:56.438Z },
136142026-06-02T17:53:56.438Z ],
136152026-06-02T17:53:56.438Z ledgered_sled_config: Some(
136162026-06-02T17:53:56.438Z OmicronSledConfig {
136172026-06-02T17:53:56.438Z generation: Generation(
136182026-06-02T17:53:56.438Z 5,
136192026-06-02T17:53:56.438Z ),
136202026-06-02T17:53:56.438Z disks: {
136212026-06-02T17:53:56.438Z 70687973-6963-616c-6469-736b00000001 (physical_disk): OmicronPhysicalDiskConfig {
136222026-06-02T17:53:56.438Z identity: DiskIdentity {
136232026-06-02T17:53:56.438Z vendor: "macrohard",
136242026-06-02T17:53:56.438Z model: "box",
136252026-06-02T17:53:56.438Z serial: "XXIV",
136262026-06-02T17:53:56.438Z },
136272026-06-02T17:53:56.438Z id: 70687973-6963-616c-6469-736b00000001 (physical_disk),
136282026-06-02T17:53:56.438Z pool_id: 7a706f6f-6c00-0000-0000-000000000001 (zpool),
136292026-06-02T17:53:56.438Z },
136302026-06-02T17:53:56.438Z 70687973-6963-616c-6469-736b00000002 (physical_disk): OmicronPhysicalDiskConfig {
136312026-06-02T17:53:56.438Z identity: DiskIdentity {
136322026-06-02T17:53:56.438Z vendor: "memetendo",
136332026-06-02T17:53:56.438Z model: "swatch",
136342026-06-02T17:53:56.438Z serial: "0001",
136352026-06-02T17:53:56.438Z },
136362026-06-02T17:53:56.438Z id: 70687973-6963-616c-6469-736b00000002 (physical_disk),
136372026-06-02T17:53:56.438Z pool_id: 7a706f6f-6c00-0000-0000-000000000002 (zpool),
136382026-06-02T17:53:56.438Z },
136392026-06-02T17:53:56.438Z 70687973-6963-616c-6469-736b00000003 (physical_disk): OmicronPhysicalDiskConfig {
136402026-06-02T17:53:56.438Z identity: DiskIdentity {
136412026-06-02T17:53:56.438Z vendor: "memetendo",
136422026-06-02T17:53:56.438Z model: "swatch",
136432026-06-02T17:53:56.438Z serial: "0002",
136442026-06-02T17:53:56.438Z },
136452026-06-02T17:53:56.438Z id: 70687973-6963-616c-6469-736b00000003 (physical_disk),
136462026-06-02T17:53:56.438Z pool_id: 7a706f6f-6c00-0000-0000-000000000003 (zpool),
136472026-06-02T17:53:56.438Z },
136482026-06-02T17:53:56.439Z 70687973-6963-616c-6469-736b00000004 (physical_disk): OmicronPhysicalDiskConfig {
136492026-06-02T17:53:56.439Z identity: DiskIdentity {
136502026-06-02T17:53:56.439Z vendor: "tony",
136512026-06-02T17:53:56.439Z model: "craystation",
136522026-06-02T17:53:56.439Z serial: "5",
136532026-06-02T17:53:56.439Z },
136542026-06-02T17:53:56.439Z id: 70687973-6963-616c-6469-736b00000004 (physical_disk),
136552026-06-02T17:53:56.439Z pool_id: 7a706f6f-6c00-0000-0000-000000000004 (zpool),
136562026-06-02T17:53:56.439Z },
136572026-06-02T17:53:56.439Z },
136582026-06-02T17:53:56.439Z datasets: {
136592026-06-02T17:53:56.439Z afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset): DatasetConfig {
136602026-06-02T17:53:56.439Z id: afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset),
136612026-06-02T17:53:56.439Z name: DatasetName {
136622026-06-02T17:53:56.439Z pool_name: External(
136632026-06-02T17:53:56.439Z 7a706f6f-6c00-0000-0000-000000000001 (external_zpool),
136642026-06-02T17:53:56.439Z ),
136652026-06-02T17:53:56.444Z kind: Debug,
136662026-06-02T17:53:56.444Z },
136672026-06-02T17:53:56.444Z inner: SharedDatasetConfig {
136682026-06-02T17:53:56.444Z compression: Lz4,
136692026-06-02T17:53:56.444Z quota: None,
136702026-06-02T17:53:56.444Z reservation: None,
136712026-06-02T17:53:56.444Z },
136722026-06-02T17:53:56.445Z },
136732026-06-02T17:53:56.445Z },
136742026-06-02T17:53:56.445Z zones: {
136752026-06-02T17:53:56.445Z 0a5f085b-dfb9-4eed-bd24-678bd97e453c (omicron_zone): OmicronZoneConfig {
136762026-06-02T17:53:56.445Z id: 0a5f085b-dfb9-4eed-bd24-678bd97e453c (omicron_zone),
136772026-06-02T17:53:56.445Z filesystem_pool: None,
136782026-06-02T17:53:56.445Z zone_type: Crucible {
136792026-06-02T17:53:56.445Z address: [fd00:1122:3344:104::c]:32345,
136802026-06-02T17:53:56.445Z dataset: OmicronZoneDataset {
136812026-06-02T17:53:56.445Z pool_name: External(
136822026-06-02T17:53:56.445Z e1bf20e5-603c-4d14-94c4-47dc1eb58c45 (external_zpool),
136832026-06-02T17:53:56.445Z ),
136842026-06-02T17:53:56.445Z },
136852026-06-02T17:53:56.445Z },
136862026-06-02T17:53:56.445Z image_source: InstallDataset,
136872026-06-02T17:53:56.445Z },
136882026-06-02T17:53:56.445Z 175eb50f-c54c-41ed-b30e-bb710868b362 (omicron_zone): OmicronZoneConfig {
136892026-06-02T17:53:56.445Z id: 175eb50f-c54c-41ed-b30e-bb710868b362 (omicron_zone),
136902026-06-02T17:53:56.445Z filesystem_pool: None,
136912026-06-02T17:53:56.445Z zone_type: Crucible {
136922026-06-02T17:53:56.445Z address: [fd00:1122:3344:104::a]:32345,
136932026-06-02T17:53:56.445Z dataset: OmicronZoneDataset {
136942026-06-02T17:53:56.445Z pool_name: External(
136952026-06-02T17:53:56.445Z 3bcdbecd-827a-426e-96b6-30c355b78301 (external_zpool),
136962026-06-02T17:53:56.445Z ),
136972026-06-02T17:53:56.445Z },
136982026-06-02T17:53:56.445Z },
136992026-06-02T17:53:56.445Z image_source: InstallDataset,
137002026-06-02T17:53:56.445Z },
137012026-06-02T17:53:56.445Z 23856e18-8736-49a6-b487-bc5bf850fee0 (omicron_zone): OmicronZoneConfig {
137022026-06-02T17:53:56.445Z id: 23856e18-8736-49a6-b487-bc5bf850fee0 (omicron_zone),
137032026-06-02T17:53:56.445Z filesystem_pool: None,
137042026-06-02T17:53:56.445Z zone_type: InternalDns {
137052026-06-02T17:53:56.445Z dataset: OmicronZoneDataset {
137062026-06-02T17:53:56.445Z pool_name: External(
137072026-06-02T17:53:56.446Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
137082026-06-02T17:53:56.446Z ),
137092026-06-02T17:53:56.446Z },
137102026-06-02T17:53:56.446Z http_address: [fd00:1122:3344:2::1]:5353,
137112026-06-02T17:53:56.446Z dns_address: [fd00:1122:3344:2::1]:53,
137122026-06-02T17:53:56.446Z gz_address: fd00:1122:3344:2::2,
137132026-06-02T17:53:56.446Z gz_address_index: 1,
137142026-06-02T17:53:56.446Z },
137152026-06-02T17:53:56.446Z image_source: InstallDataset,
137162026-06-02T17:53:56.446Z },
137172026-06-02T17:53:56.446Z 28786d99-48d2-4491-a4ae-943e603f3dab (omicron_zone): OmicronZoneConfig {
137182026-06-02T17:53:56.446Z id: 28786d99-48d2-4491-a4ae-943e603f3dab (omicron_zone),
137192026-06-02T17:53:56.446Z filesystem_pool: None,
137202026-06-02T17:53:56.446Z zone_type: Crucible {
137212026-06-02T17:53:56.446Z address: [fd00:1122:3344:104::9]:32345,
137222026-06-02T17:53:56.446Z dataset: OmicronZoneDataset {
137232026-06-02T17:53:56.446Z pool_name: External(
137242026-06-02T17:53:56.446Z 8c96d804-3a6c-4c1b-be24-1e7fc18824de (external_zpool),
137252026-06-02T17:53:56.446Z ),
137262026-06-02T17:53:56.446Z },
137272026-06-02T17:53:56.446Z },
137282026-06-02T17:53:56.446Z image_source: InstallDataset,
137292026-06-02T17:53:56.446Z },
137302026-06-02T17:53:56.446Z 442c669b-14d4-48b5-8f05-741b3c67a558 (omicron_zone): OmicronZoneConfig {
137312026-06-02T17:53:56.446Z id: 442c669b-14d4-48b5-8f05-741b3c67a558 (omicron_zone),
137322026-06-02T17:53:56.446Z filesystem_pool: None,
137332026-06-02T17:53:56.446Z zone_type: Crucible {
137342026-06-02T17:53:56.446Z address: [fd00:1122:3344:104::8]:32345,
137352026-06-02T17:53:56.446Z dataset: OmicronZoneDataset {
137362026-06-02T17:53:56.446Z pool_name: External(
137372026-06-02T17:53:56.446Z 0010be1f-4223-4f3e-844c-3e823488a852 (external_zpool),
137382026-06-02T17:53:56.446Z ),
137392026-06-02T17:53:56.446Z },
137402026-06-02T17:53:56.446Z },
137412026-06-02T17:53:56.446Z image_source: InstallDataset,
137422026-06-02T17:53:56.446Z },
137432026-06-02T17:53:56.447Z 543e32e4-7d8c-4888-a085-1c530555ee22 (omicron_zone): OmicronZoneConfig {
137442026-06-02T17:53:56.447Z id: 543e32e4-7d8c-4888-a085-1c530555ee22 (omicron_zone),
137452026-06-02T17:53:56.447Z filesystem_pool: None,
137462026-06-02T17:53:56.447Z zone_type: Crucible {
137472026-06-02T17:53:56.447Z address: [fd00:1122:3344:104::6]:32345,
137482026-06-02T17:53:56.447Z dataset: OmicronZoneDataset {
137492026-06-02T17:53:56.447Z pool_name: External(
137502026-06-02T17:53:56.447Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
137512026-06-02T17:53:56.447Z ),
137522026-06-02T17:53:56.447Z },
137532026-06-02T17:53:56.447Z },
137542026-06-02T17:53:56.447Z image_source: InstallDataset,
137552026-06-02T17:53:56.447Z },
137562026-06-02T17:53:56.447Z 5a6d10a6-ce94-444b-82ce-be25ebe58b9a (omicron_zone): OmicronZoneConfig {
137572026-06-02T17:53:56.447Z id: 5a6d10a6-ce94-444b-82ce-be25ebe58b9a (omicron_zone),
137582026-06-02T17:53:56.447Z filesystem_pool: None,
137592026-06-02T17:53:56.447Z zone_type: Crucible {
137602026-06-02T17:53:56.447Z address: [fd00:1122:3344:104::f]:32345,
137612026-06-02T17:53:56.447Z dataset: OmicronZoneDataset {
137622026-06-02T17:53:56.447Z pool_name: External(
137632026-06-02T17:53:56.447Z 13a6ef76-5904-4794-8083-dfeb6806e5f1 (external_zpool),
137642026-06-02T17:53:56.447Z ),
137652026-06-02T17:53:56.451Z },
137662026-06-02T17:53:56.451Z },
137672026-06-02T17:53:56.451Z image_source: InstallDataset,
137682026-06-02T17:53:56.451Z },
137692026-06-02T17:53:56.451Z 5d840664-3eb1-45da-8876-d44e1cfb1142 (omicron_zone): OmicronZoneConfig {
137702026-06-02T17:53:56.451Z id: 5d840664-3eb1-45da-8876-d44e1cfb1142 (omicron_zone),
137712026-06-02T17:53:56.452Z filesystem_pool: None,
137722026-06-02T17:53:56.452Z zone_type: CockroachDb {
137732026-06-02T17:53:56.452Z address: [fd00:1122:3344:104::3]:32221,
137742026-06-02T17:53:56.452Z dataset: OmicronZoneDataset {
137752026-06-02T17:53:56.452Z pool_name: External(
137762026-06-02T17:53:56.452Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
137772026-06-02T17:53:56.452Z ),
137782026-06-02T17:53:56.452Z },
137792026-06-02T17:53:56.452Z },
137802026-06-02T17:53:56.452Z image_source: InstallDataset,
137812026-06-02T17:53:56.452Z },
137822026-06-02T17:53:56.452Z 5db69c8f-4565-4cae-8372-f20ada0f67e9 (omicron_zone): OmicronZoneConfig {
137832026-06-02T17:53:56.452Z id: 5db69c8f-4565-4cae-8372-f20ada0f67e9 (omicron_zone),
137842026-06-02T17:53:56.452Z filesystem_pool: None,
137852026-06-02T17:53:56.452Z zone_type: Clickhouse {
137862026-06-02T17:53:56.452Z address: [fd00:1122:3344:104::5]:8123,
137872026-06-02T17:53:56.452Z dataset: OmicronZoneDataset {
137882026-06-02T17:53:56.452Z pool_name: External(
137892026-06-02T17:53:56.452Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
137902026-06-02T17:53:56.452Z ),
137912026-06-02T17:53:56.452Z },
137922026-06-02T17:53:56.452Z },
137932026-06-02T17:53:56.452Z image_source: InstallDataset,
137942026-06-02T17:53:56.452Z },
137952026-06-02T17:53:56.452Z 844a964a-831c-4cb9-82b5-3883c9b404db (omicron_zone): OmicronZoneConfig {
137962026-06-02T17:53:56.452Z id: 844a964a-831c-4cb9-82b5-3883c9b404db (omicron_zone),
137972026-06-02T17:53:56.452Z filesystem_pool: None,
137982026-06-02T17:53:56.452Z zone_type: Crucible {
137992026-06-02T17:53:56.452Z address: [fd00:1122:3344:104::e]:32345,
138002026-06-02T17:53:56.452Z dataset: OmicronZoneDataset {
138012026-06-02T17:53:56.452Z pool_name: External(
138022026-06-02T17:53:56.452Z d721dbb5-6a10-4fe8-9d70-fae69ab84676 (external_zpool),
138032026-06-02T17:53:56.452Z ),
138042026-06-02T17:53:56.452Z },
138052026-06-02T17:53:56.453Z },
138062026-06-02T17:53:56.453Z image_source: InstallDataset,
138072026-06-02T17:53:56.453Z },
138082026-06-02T17:53:56.453Z ab67e1fa-337f-45e6-83f0-6e94a9d50fc0 (omicron_zone): OmicronZoneConfig {
138092026-06-02T17:53:56.453Z id: ab67e1fa-337f-45e6-83f0-6e94a9d50fc0 (omicron_zone),
138102026-06-02T17:53:56.453Z filesystem_pool: None,
138112026-06-02T17:53:56.453Z zone_type: Nexus {
138122026-06-02T17:53:56.453Z internal_address: [fd00:1122:3344:104::4]:12221,
138132026-06-02T17:53:56.453Z lockstep_port: 12232,
138142026-06-02T17:53:56.453Z external_ip: 172.20.28.2,
138152026-06-02T17:53:56.453Z nic: NetworkInterface {
138162026-06-02T17:53:56.453Z id: 5d4a7e78-d1e1-41cd-881c-02d808fb90be,
138172026-06-02T17:53:56.453Z kind: Service {
138182026-06-02T17:53:56.453Z id: ab67e1fa-337f-45e6-83f0-6e94a9d50fc0,
138192026-06-02T17:53:56.453Z },
138202026-06-02T17:53:56.453Z name: Name(
138212026-06-02T17:53:56.453Z "nexus-ab67e1fa-337f-45e6-83f0-6e94a9d50fc0",
138222026-06-02T17:53:56.453Z ),
138232026-06-02T17:53:56.453Z ip_config: V4(
138242026-06-02T17:53:56.453Z PrivateIpv4Config {
138252026-06-02T17:53:56.453Z ip: 172.30.2.5,
138262026-06-02T17:53:56.453Z subnet: Ipv4Net {
138272026-06-02T17:53:56.453Z addr: 172.30.2.0,
138282026-06-02T17:53:56.453Z width: 24,
138292026-06-02T17:53:56.453Z },
138302026-06-02T17:53:56.453Z transit_ips: [],
138312026-06-02T17:53:56.453Z },
138322026-06-02T17:53:56.453Z ),
138332026-06-02T17:53:56.453Z mac: MacAddr(
138342026-06-02T17:53:56.453Z MacAddr6(
138352026-06-02T17:53:56.453Z [
138362026-06-02T17:53:56.453Z 168,
138372026-06-02T17:53:56.453Z 64,
138382026-06-02T17:53:56.453Z 37,
138392026-06-02T17:53:56.453Z 255,
138402026-06-02T17:53:56.453Z 183,
138412026-06-02T17:53:56.453Z 226,
138422026-06-02T17:53:56.453Z ],
138432026-06-02T17:53:56.454Z ),
138442026-06-02T17:53:56.454Z ),
138452026-06-02T17:53:56.454Z vni: Vni(
138462026-06-02T17:53:56.454Z 100,
138472026-06-02T17:53:56.454Z ),
138482026-06-02T17:53:56.454Z primary: true,
138492026-06-02T17:53:56.454Z slot: 0,
138502026-06-02T17:53:56.454Z },
138512026-06-02T17:53:56.454Z external_tls: true,
138522026-06-02T17:53:56.454Z external_dns_servers: [
138532026-06-02T17:53:56.454Z 1.1.1.1,
138542026-06-02T17:53:56.454Z 9.9.9.9,
138552026-06-02T17:53:56.454Z ],
138562026-06-02T17:53:56.454Z },
138572026-06-02T17:53:56.454Z image_source: InstallDataset,
138582026-06-02T17:53:56.454Z },
138592026-06-02T17:53:56.454Z cd8a5031-44a3-4090-86d7-2bfcc3de7942 (omicron_zone): OmicronZoneConfig {
138602026-06-02T17:53:56.454Z id: cd8a5031-44a3-4090-86d7-2bfcc3de7942 (omicron_zone),
138612026-06-02T17:53:56.454Z filesystem_pool: None,
138622026-06-02T17:53:56.454Z zone_type: Crucible {
138632026-06-02T17:53:56.454Z address: [fd00:1122:3344:104::d]:32345,
138642026-06-02T17:53:56.454Z dataset: OmicronZoneDataset {
138652026-06-02T17:53:56.458Z pool_name: External(
138662026-06-02T17:53:56.459Z a90de3a7-b760-45b7-ad72-70cd3570a940 (external_zpool),
138672026-06-02T17:53:56.459Z ),
138682026-06-02T17:53:56.459Z },
138692026-06-02T17:53:56.459Z },
138702026-06-02T17:53:56.459Z image_source: InstallDataset,
138712026-06-02T17:53:56.459Z },
138722026-06-02T17:53:56.459Z d38984ac-a366-4936-b64f-d98ae3dc2035 (omicron_zone): OmicronZoneConfig {
138732026-06-02T17:53:56.459Z id: d38984ac-a366-4936-b64f-d98ae3dc2035 (omicron_zone),
138742026-06-02T17:53:56.459Z filesystem_pool: None,
138752026-06-02T17:53:56.459Z zone_type: BoundaryNtp {
138762026-06-02T17:53:56.459Z address: [fd00:1122:3344:104::10]:123,
138772026-06-02T17:53:56.459Z ntp_servers: [
138782026-06-02T17:53:56.459Z "ntp.eng.oxide.computer",
138792026-06-02T17:53:56.459Z ],
138802026-06-02T17:53:56.459Z dns_servers: [
138812026-06-02T17:53:56.459Z 1.1.1.1,
138822026-06-02T17:53:56.459Z 9.9.9.9,
138832026-06-02T17:53:56.459Z ],
138842026-06-02T17:53:56.459Z domain: None,
138852026-06-02T17:53:56.459Z nic: NetworkInterface {
138862026-06-02T17:53:56.459Z id: 2e4943f4-0477-4b5b-afd7-70c1f4aaf928,
138872026-06-02T17:53:56.459Z kind: Service {
138882026-06-02T17:53:56.459Z id: d38984ac-a366-4936-b64f-d98ae3dc2035,
138892026-06-02T17:53:56.459Z },
138902026-06-02T17:53:56.459Z name: Name(
138912026-06-02T17:53:56.459Z "ntp-d38984ac-a366-4936-b64f-d98ae3dc2035",
138922026-06-02T17:53:56.459Z ),
138932026-06-02T17:53:56.459Z ip_config: V4(
138942026-06-02T17:53:56.459Z PrivateIpv4Config {
138952026-06-02T17:53:56.459Z ip: 172.30.3.6,
138962026-06-02T17:53:56.459Z subnet: Ipv4Net {
138972026-06-02T17:53:56.459Z addr: 172.30.3.0,
138982026-06-02T17:53:56.459Z width: 24,
138992026-06-02T17:53:56.459Z },
139002026-06-02T17:53:56.459Z transit_ips: [],
139012026-06-02T17:53:56.460Z },
139022026-06-02T17:53:56.460Z ),
139032026-06-02T17:53:56.460Z mac: MacAddr(
139042026-06-02T17:53:56.460Z MacAddr6(
139052026-06-02T17:53:56.460Z [
139062026-06-02T17:53:56.460Z 168,
139072026-06-02T17:53:56.460Z 64,
139082026-06-02T17:53:56.460Z 37,
139092026-06-02T17:53:56.460Z 255,
139102026-06-02T17:53:56.460Z 192,
139112026-06-02T17:53:56.460Z 56,
139122026-06-02T17:53:56.460Z ],
139132026-06-02T17:53:56.460Z ),
139142026-06-02T17:53:56.460Z ),
139152026-06-02T17:53:56.460Z vni: Vni(
139162026-06-02T17:53:56.460Z 100,
139172026-06-02T17:53:56.460Z ),
139182026-06-02T17:53:56.460Z primary: true,
139192026-06-02T17:53:56.460Z slot: 0,
139202026-06-02T17:53:56.460Z },
139212026-06-02T17:53:56.460Z snat_cfg: SourceNatConfig {
139222026-06-02T17:53:56.460Z ip: 172.20.28.6,
139232026-06-02T17:53:56.460Z first_port: 16384,
139242026-06-02T17:53:56.460Z last_port: 32767,
139252026-06-02T17:53:56.460Z },
139262026-06-02T17:53:56.460Z },
139272026-06-02T17:53:56.460Z image_source: InstallDataset,
139282026-06-02T17:53:56.460Z },
139292026-06-02T17:53:56.460Z e59b6fc3-3b0e-4e17-acfa-0351e2924771 (omicron_zone): OmicronZoneConfig {
139302026-06-02T17:53:56.460Z id: e59b6fc3-3b0e-4e17-acfa-0351e2924771 (omicron_zone),
139312026-06-02T17:53:56.460Z filesystem_pool: None,
139322026-06-02T17:53:56.460Z zone_type: Crucible {
139332026-06-02T17:53:56.460Z address: [fd00:1122:3344:104::b]:32345,
139342026-06-02T17:53:56.460Z dataset: OmicronZoneDataset {
139352026-06-02T17:53:56.460Z pool_name: External(
139362026-06-02T17:53:56.460Z 49154338-0e01-4394-9dd2-cb4c53cbb90f (external_zpool),
139372026-06-02T17:53:56.460Z ),
139382026-06-02T17:53:56.460Z },
139392026-06-02T17:53:56.461Z },
139402026-06-02T17:53:56.461Z image_source: InstallDataset,
139412026-06-02T17:53:56.461Z },
139422026-06-02T17:53:56.461Z f7f78c86-f572-49bf-b6cd-24658ddee847 (omicron_zone): OmicronZoneConfig {
139432026-06-02T17:53:56.461Z id: f7f78c86-f572-49bf-b6cd-24658ddee847 (omicron_zone),
139442026-06-02T17:53:56.461Z filesystem_pool: None,
139452026-06-02T17:53:56.461Z zone_type: Crucible {
139462026-06-02T17:53:56.461Z address: [fd00:1122:3344:104::7]:32345,
139472026-06-02T17:53:56.461Z dataset: OmicronZoneDataset {
139482026-06-02T17:53:56.461Z pool_name: External(
139492026-06-02T17:53:56.461Z 5dd3aedf-c3c5-4258-8864-3ea8b5ae321b (external_zpool),
139502026-06-02T17:53:56.461Z ),
139512026-06-02T17:53:56.461Z },
139522026-06-02T17:53:56.461Z },
139532026-06-02T17:53:56.461Z image_source: InstallDataset,
139542026-06-02T17:53:56.461Z },
139552026-06-02T17:53:56.461Z },
139562026-06-02T17:53:56.461Z remove_mupdate_override: None,
139572026-06-02T17:53:56.461Z host_phase_2: HostPhase2DesiredSlots {
139582026-06-02T17:53:56.461Z slot_a: CurrentContents,
139592026-06-02T17:53:56.461Z slot_b: CurrentContents,
139602026-06-02T17:53:56.461Z },
139612026-06-02T17:53:56.461Z measurements: {},
139622026-06-02T17:53:56.461Z },
139632026-06-02T17:53:56.461Z ),
139642026-06-02T17:53:56.461Z reconciler_status: Idle {
139652026-06-02T17:53:56.465Z completed_at: 2026-06-02T17:53:55.383761Z,
139662026-06-02T17:53:56.465Z ran_for: 5s,
139672026-06-02T17:53:56.465Z },
139682026-06-02T17:53:56.465Z last_reconciliation: Some(
139692026-06-02T17:53:56.465Z ConfigReconcilerInventory {
139702026-06-02T17:53:56.466Z last_reconciled_config: OmicronSledConfig {
139712026-06-02T17:53:56.466Z generation: Generation(
139722026-06-02T17:53:56.466Z 5,
139732026-06-02T17:53:56.466Z ),
139742026-06-02T17:53:56.466Z disks: {
139752026-06-02T17:53:56.466Z 70687973-6963-616c-6469-736b00000001 (physical_disk): OmicronPhysicalDiskConfig {
139762026-06-02T17:53:56.466Z identity: DiskIdentity {
139772026-06-02T17:53:56.466Z vendor: "macrohard",
139782026-06-02T17:53:56.466Z model: "box",
139792026-06-02T17:53:56.466Z serial: "XXIV",
139802026-06-02T17:53:56.467Z },
139812026-06-02T17:53:56.467Z id: 70687973-6963-616c-6469-736b00000001 (physical_disk),
139822026-06-02T17:53:56.467Z pool_id: 7a706f6f-6c00-0000-0000-000000000001 (zpool),
139832026-06-02T17:53:56.467Z },
139842026-06-02T17:53:56.467Z 70687973-6963-616c-6469-736b00000002 (physical_disk): OmicronPhysicalDiskConfig {
139852026-06-02T17:53:56.467Z identity: DiskIdentity {
139862026-06-02T17:53:56.467Z vendor: "memetendo",
139872026-06-02T17:53:56.467Z model: "swatch",
139882026-06-02T17:53:56.467Z serial: "0001",
139892026-06-02T17:53:56.467Z },
139902026-06-02T17:53:56.467Z id: 70687973-6963-616c-6469-736b00000002 (physical_disk),
139912026-06-02T17:53:56.467Z pool_id: 7a706f6f-6c00-0000-0000-000000000002 (zpool),
139922026-06-02T17:53:56.467Z },
139932026-06-02T17:53:56.467Z 70687973-6963-616c-6469-736b00000003 (physical_disk): OmicronPhysicalDiskConfig {
139942026-06-02T17:53:56.467Z identity: DiskIdentity {
139952026-06-02T17:53:56.467Z vendor: "memetendo",
139962026-06-02T17:53:56.467Z model: "swatch",
139972026-06-02T17:53:56.467Z serial: "0002",
139982026-06-02T17:53:56.467Z },
139992026-06-02T17:53:56.467Z id: 70687973-6963-616c-6469-736b00000003 (physical_disk),
140002026-06-02T17:53:56.467Z pool_id: 7a706f6f-6c00-0000-0000-000000000003 (zpool),
140012026-06-02T17:53:56.467Z },
140022026-06-02T17:53:56.467Z 70687973-6963-616c-6469-736b00000004 (physical_disk): OmicronPhysicalDiskConfig {
140032026-06-02T17:53:56.467Z identity: DiskIdentity {
140042026-06-02T17:53:56.467Z vendor: "tony",
140052026-06-02T17:53:56.467Z model: "craystation",
140062026-06-02T17:53:56.467Z serial: "5",
140072026-06-02T17:53:56.467Z },
140082026-06-02T17:53:56.467Z id: 70687973-6963-616c-6469-736b00000004 (physical_disk),
140092026-06-02T17:53:56.467Z pool_id: 7a706f6f-6c00-0000-0000-000000000004 (zpool),
140102026-06-02T17:53:56.467Z },
140112026-06-02T17:53:56.467Z },
140122026-06-02T17:53:56.467Z datasets: {
140132026-06-02T17:53:56.467Z afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset): DatasetConfig {
140142026-06-02T17:53:56.467Z id: afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset),
140152026-06-02T17:53:56.468Z name: DatasetName {
140162026-06-02T17:53:56.468Z pool_name: External(
140172026-06-02T17:53:56.468Z 7a706f6f-6c00-0000-0000-000000000001 (external_zpool),
140182026-06-02T17:53:56.468Z ),
140192026-06-02T17:53:56.468Z kind: Debug,
140202026-06-02T17:53:56.468Z },
140212026-06-02T17:53:56.468Z inner: SharedDatasetConfig {
140222026-06-02T17:53:56.468Z compression: Lz4,
140232026-06-02T17:53:56.468Z quota: None,
140242026-06-02T17:53:56.468Z reservation: None,
140252026-06-02T17:53:56.468Z },
140262026-06-02T17:53:56.468Z },
140272026-06-02T17:53:56.468Z },
140282026-06-02T17:53:56.468Z zones: {
140292026-06-02T17:53:56.468Z 0a5f085b-dfb9-4eed-bd24-678bd97e453c (omicron_zone): OmicronZoneConfig {
140302026-06-02T17:53:56.468Z id: 0a5f085b-dfb9-4eed-bd24-678bd97e453c (omicron_zone),
140312026-06-02T17:53:56.468Z filesystem_pool: None,
140322026-06-02T17:53:56.468Z zone_type: Crucible {
140332026-06-02T17:53:56.468Z address: [fd00:1122:3344:104::c]:32345,
140342026-06-02T17:53:56.468Z dataset: OmicronZoneDataset {
140352026-06-02T17:53:56.468Z pool_name: External(
140362026-06-02T17:53:56.468Z e1bf20e5-603c-4d14-94c4-47dc1eb58c45 (external_zpool),
140372026-06-02T17:53:56.468Z ),
140382026-06-02T17:53:56.468Z },
140392026-06-02T17:53:56.468Z },
140402026-06-02T17:53:56.468Z image_source: InstallDataset,
140412026-06-02T17:53:56.468Z },
140422026-06-02T17:53:56.468Z 175eb50f-c54c-41ed-b30e-bb710868b362 (omicron_zone): OmicronZoneConfig {
140432026-06-02T17:53:56.468Z id: 175eb50f-c54c-41ed-b30e-bb710868b362 (omicron_zone),
140442026-06-02T17:53:56.468Z filesystem_pool: None,
140452026-06-02T17:53:56.468Z zone_type: Crucible {
140462026-06-02T17:53:56.468Z address: [fd00:1122:3344:104::a]:32345,
140472026-06-02T17:53:56.468Z dataset: OmicronZoneDataset {
140482026-06-02T17:53:56.468Z pool_name: External(
140492026-06-02T17:53:56.468Z 3bcdbecd-827a-426e-96b6-30c355b78301 (external_zpool),
140502026-06-02T17:53:56.468Z ),
140512026-06-02T17:53:56.468Z },
140522026-06-02T17:53:56.469Z },
140532026-06-02T17:53:56.469Z image_source: InstallDataset,
140542026-06-02T17:53:56.469Z },
140552026-06-02T17:53:56.469Z 23856e18-8736-49a6-b487-bc5bf850fee0 (omicron_zone): OmicronZoneConfig {
140562026-06-02T17:53:56.469Z id: 23856e18-8736-49a6-b487-bc5bf850fee0 (omicron_zone),
140572026-06-02T17:53:56.469Z filesystem_pool: None,
140582026-06-02T17:53:56.469Z zone_type: InternalDns {
140592026-06-02T17:53:56.469Z dataset: OmicronZoneDataset {
140602026-06-02T17:53:56.469Z pool_name: External(
140612026-06-02T17:53:56.469Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
140622026-06-02T17:53:56.469Z ),
140632026-06-02T17:53:56.469Z },
140642026-06-02T17:53:56.469Z http_address: [fd00:1122:3344:2::1]:5353,
140652026-06-02T17:53:56.473Z dns_address: [fd00:1122:3344:2::1]:53,
140662026-06-02T17:53:56.473Z gz_address: fd00:1122:3344:2::2,
140672026-06-02T17:53:56.473Z gz_address_index: 1,
140682026-06-02T17:53:56.473Z },
140692026-06-02T17:53:56.473Z image_source: InstallDataset,
140702026-06-02T17:53:56.473Z },
140712026-06-02T17:53:56.473Z 28786d99-48d2-4491-a4ae-943e603f3dab (omicron_zone): OmicronZoneConfig {
140722026-06-02T17:53:56.473Z id: 28786d99-48d2-4491-a4ae-943e603f3dab (omicron_zone),
140732026-06-02T17:53:56.473Z filesystem_pool: None,
140742026-06-02T17:53:56.473Z zone_type: Crucible {
140752026-06-02T17:53:56.473Z address: [fd00:1122:3344:104::9]:32345,
140762026-06-02T17:53:56.473Z dataset: OmicronZoneDataset {
140772026-06-02T17:53:56.473Z pool_name: External(
140782026-06-02T17:53:56.473Z 8c96d804-3a6c-4c1b-be24-1e7fc18824de (external_zpool),
140792026-06-02T17:53:56.473Z ),
140802026-06-02T17:53:56.473Z },
140812026-06-02T17:53:56.473Z },
140822026-06-02T17:53:56.473Z image_source: InstallDataset,
140832026-06-02T17:53:56.473Z },
140842026-06-02T17:53:56.473Z 442c669b-14d4-48b5-8f05-741b3c67a558 (omicron_zone): OmicronZoneConfig {
140852026-06-02T17:53:56.473Z id: 442c669b-14d4-48b5-8f05-741b3c67a558 (omicron_zone),
140862026-06-02T17:53:56.474Z filesystem_pool: None,
140872026-06-02T17:53:56.474Z zone_type: Crucible {
140882026-06-02T17:53:56.474Z address: [fd00:1122:3344:104::8]:32345,
140892026-06-02T17:53:56.474Z dataset: OmicronZoneDataset {
140902026-06-02T17:53:56.474Z pool_name: External(
140912026-06-02T17:53:56.474Z 0010be1f-4223-4f3e-844c-3e823488a852 (external_zpool),
140922026-06-02T17:53:56.474Z ),
140932026-06-02T17:53:56.474Z },
140942026-06-02T17:53:56.474Z },
140952026-06-02T17:53:56.474Z image_source: InstallDataset,
140962026-06-02T17:53:56.474Z },
140972026-06-02T17:53:56.474Z 543e32e4-7d8c-4888-a085-1c530555ee22 (omicron_zone): OmicronZoneConfig {
140982026-06-02T17:53:56.474Z id: 543e32e4-7d8c-4888-a085-1c530555ee22 (omicron_zone),
140992026-06-02T17:53:56.474Z filesystem_pool: None,
141002026-06-02T17:53:56.474Z zone_type: Crucible {
141012026-06-02T17:53:56.474Z address: [fd00:1122:3344:104::6]:32345,
141022026-06-02T17:53:56.474Z dataset: OmicronZoneDataset {
141032026-06-02T17:53:56.474Z pool_name: External(
141042026-06-02T17:53:56.474Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
141052026-06-02T17:53:56.474Z ),
141062026-06-02T17:53:56.474Z },
141072026-06-02T17:53:56.474Z },
141082026-06-02T17:53:56.474Z image_source: InstallDataset,
141092026-06-02T17:53:56.474Z },
141102026-06-02T17:53:56.474Z 5a6d10a6-ce94-444b-82ce-be25ebe58b9a (omicron_zone): OmicronZoneConfig {
141112026-06-02T17:53:56.474Z id: 5a6d10a6-ce94-444b-82ce-be25ebe58b9a (omicron_zone),
141122026-06-02T17:53:56.474Z filesystem_pool: None,
141132026-06-02T17:53:56.474Z zone_type: Crucible {
141142026-06-02T17:53:56.474Z address: [fd00:1122:3344:104::f]:32345,
141152026-06-02T17:53:56.474Z dataset: OmicronZoneDataset {
141162026-06-02T17:53:56.474Z pool_name: External(
141172026-06-02T17:53:56.474Z 13a6ef76-5904-4794-8083-dfeb6806e5f1 (external_zpool),
141182026-06-02T17:53:56.474Z ),
141192026-06-02T17:53:56.474Z },
141202026-06-02T17:53:56.474Z },
141212026-06-02T17:53:56.474Z image_source: InstallDataset,
141222026-06-02T17:53:56.475Z },
141232026-06-02T17:53:56.475Z 5d840664-3eb1-45da-8876-d44e1cfb1142 (omicron_zone): OmicronZoneConfig {
141242026-06-02T17:53:56.475Z id: 5d840664-3eb1-45da-8876-d44e1cfb1142 (omicron_zone),
141252026-06-02T17:53:56.475Z filesystem_pool: None,
141262026-06-02T17:53:56.475Z zone_type: CockroachDb {
141272026-06-02T17:53:56.475Z address: [fd00:1122:3344:104::3]:32221,
141282026-06-02T17:53:56.475Z dataset: OmicronZoneDataset {
141292026-06-02T17:53:56.475Z pool_name: External(
141302026-06-02T17:53:56.475Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
141312026-06-02T17:53:56.475Z ),
141322026-06-02T17:53:56.475Z },
141332026-06-02T17:53:56.475Z },
141342026-06-02T17:53:56.475Z image_source: InstallDataset,
141352026-06-02T17:53:56.475Z },
141362026-06-02T17:53:56.475Z 5db69c8f-4565-4cae-8372-f20ada0f67e9 (omicron_zone): OmicronZoneConfig {
141372026-06-02T17:53:56.475Z id: 5db69c8f-4565-4cae-8372-f20ada0f67e9 (omicron_zone),
141382026-06-02T17:53:56.475Z filesystem_pool: None,
141392026-06-02T17:53:56.475Z zone_type: Clickhouse {
141402026-06-02T17:53:56.475Z address: [fd00:1122:3344:104::5]:8123,
141412026-06-02T17:53:56.475Z dataset: OmicronZoneDataset {
141422026-06-02T17:53:56.475Z pool_name: External(
141432026-06-02T17:53:56.475Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
141442026-06-02T17:53:56.475Z ),
141452026-06-02T17:53:56.475Z },
141462026-06-02T17:53:56.475Z },
141472026-06-02T17:53:56.475Z image_source: InstallDataset,
141482026-06-02T17:53:56.475Z },
141492026-06-02T17:53:56.476Z 844a964a-831c-4cb9-82b5-3883c9b404db (omicron_zone): OmicronZoneConfig {
141502026-06-02T17:53:56.476Z id: 844a964a-831c-4cb9-82b5-3883c9b404db (omicron_zone),
141512026-06-02T17:53:56.476Z filesystem_pool: None,
141522026-06-02T17:53:56.476Z zone_type: Crucible {
141532026-06-02T17:53:56.476Z address: [fd00:1122:3344:104::e]:32345,
141542026-06-02T17:53:56.476Z dataset: OmicronZoneDataset {
141552026-06-02T17:53:56.476Z pool_name: External(
141562026-06-02T17:53:56.476Z d721dbb5-6a10-4fe8-9d70-fae69ab84676 (external_zpool),
141572026-06-02T17:53:56.476Z ),
141582026-06-02T17:53:56.476Z },
141592026-06-02T17:53:56.476Z },
141602026-06-02T17:53:56.476Z image_source: InstallDataset,
141612026-06-02T17:53:56.476Z },
141622026-06-02T17:53:56.476Z ab67e1fa-337f-45e6-83f0-6e94a9d50fc0 (omicron_zone): OmicronZoneConfig {
141632026-06-02T17:53:56.476Z id: ab67e1fa-337f-45e6-83f0-6e94a9d50fc0 (omicron_zone),
141642026-06-02T17:53:56.476Z filesystem_pool: None,
141652026-06-02T17:53:56.481Z zone_type: Nexus {
141662026-06-02T17:53:56.481Z internal_address: [fd00:1122:3344:104::4]:12221,
141672026-06-02T17:53:56.481Z lockstep_port: 12232,
141682026-06-02T17:53:56.481Z external_ip: 172.20.28.2,
141692026-06-02T17:53:56.481Z nic: NetworkInterface {
141702026-06-02T17:53:56.481Z id: 5d4a7e78-d1e1-41cd-881c-02d808fb90be,
141712026-06-02T17:53:56.481Z kind: Service {
141722026-06-02T17:53:56.481Z id: ab67e1fa-337f-45e6-83f0-6e94a9d50fc0,
141732026-06-02T17:53:56.481Z },
141742026-06-02T17:53:56.481Z name: Name(
141752026-06-02T17:53:56.481Z "nexus-ab67e1fa-337f-45e6-83f0-6e94a9d50fc0",
141762026-06-02T17:53:56.481Z ),
141772026-06-02T17:53:56.481Z ip_config: V4(
141782026-06-02T17:53:56.481Z PrivateIpv4Config {
141792026-06-02T17:53:56.481Z ip: 172.30.2.5,
141802026-06-02T17:53:56.481Z subnet: Ipv4Net {
141812026-06-02T17:53:56.481Z addr: 172.30.2.0,
141822026-06-02T17:53:56.481Z width: 24,
141832026-06-02T17:53:56.481Z },
141842026-06-02T17:53:56.481Z transit_ips: [],
141852026-06-02T17:53:56.481Z },
141862026-06-02T17:53:56.481Z ),
141872026-06-02T17:53:56.481Z mac: MacAddr(
141882026-06-02T17:53:56.481Z MacAddr6(
141892026-06-02T17:53:56.481Z [
141902026-06-02T17:53:56.481Z 168,
141912026-06-02T17:53:56.481Z 64,
141922026-06-02T17:53:56.481Z 37,
141932026-06-02T17:53:56.481Z 255,
141942026-06-02T17:53:56.481Z 183,
141952026-06-02T17:53:56.481Z 226,
141962026-06-02T17:53:56.481Z ],
141972026-06-02T17:53:56.482Z ),
141982026-06-02T17:53:56.482Z ),
141992026-06-02T17:53:56.482Z vni: Vni(
142002026-06-02T17:53:56.482Z 100,
142012026-06-02T17:53:56.482Z ),
142022026-06-02T17:53:56.482Z primary: true,
142032026-06-02T17:53:56.482Z slot: 0,
142042026-06-02T17:53:56.482Z },
142052026-06-02T17:53:56.482Z external_tls: true,
142062026-06-02T17:53:56.482Z external_dns_servers: [
142072026-06-02T17:53:56.482Z 1.1.1.1,
142082026-06-02T17:53:56.482Z 9.9.9.9,
142092026-06-02T17:53:56.482Z ],
142102026-06-02T17:53:56.482Z },
142112026-06-02T17:53:56.482Z image_source: InstallDataset,
142122026-06-02T17:53:56.482Z },
142132026-06-02T17:53:56.482Z cd8a5031-44a3-4090-86d7-2bfcc3de7942 (omicron_zone): OmicronZoneConfig {
142142026-06-02T17:53:56.482Z id: cd8a5031-44a3-4090-86d7-2bfcc3de7942 (omicron_zone),
142152026-06-02T17:53:56.482Z filesystem_pool: None,
142162026-06-02T17:53:56.482Z zone_type: Crucible {
142172026-06-02T17:53:56.482Z address: [fd00:1122:3344:104::d]:32345,
142182026-06-02T17:53:56.482Z dataset: OmicronZoneDataset {
142192026-06-02T17:53:56.482Z pool_name: External(
142202026-06-02T17:53:56.482Z a90de3a7-b760-45b7-ad72-70cd3570a940 (external_zpool),
142212026-06-02T17:53:56.482Z ),
142222026-06-02T17:53:56.482Z },
142232026-06-02T17:53:56.482Z },
142242026-06-02T17:53:56.482Z image_source: InstallDataset,
142252026-06-02T17:53:56.482Z },
142262026-06-02T17:53:56.482Z d38984ac-a366-4936-b64f-d98ae3dc2035 (omicron_zone): OmicronZoneConfig {
142272026-06-02T17:53:56.482Z id: d38984ac-a366-4936-b64f-d98ae3dc2035 (omicron_zone),
142282026-06-02T17:53:56.482Z filesystem_pool: None,
142292026-06-02T17:53:56.482Z zone_type: BoundaryNtp {
142302026-06-02T17:53:56.482Z address: [fd00:1122:3344:104::10]:123,
142312026-06-02T17:53:56.482Z ntp_servers: [
142322026-06-02T17:53:56.482Z "ntp.eng.oxide.computer",
142332026-06-02T17:53:56.482Z ],
142342026-06-02T17:53:56.482Z dns_servers: [
142352026-06-02T17:53:56.483Z 1.1.1.1,
142362026-06-02T17:53:56.483Z 9.9.9.9,
142372026-06-02T17:53:56.483Z ],
142382026-06-02T17:53:56.483Z domain: None,
142392026-06-02T17:53:56.483Z nic: NetworkInterface {
142402026-06-02T17:53:56.483Z id: 2e4943f4-0477-4b5b-afd7-70c1f4aaf928,
142412026-06-02T17:53:56.483Z kind: Service {
142422026-06-02T17:53:56.483Z id: d38984ac-a366-4936-b64f-d98ae3dc2035,
142432026-06-02T17:53:56.483Z },
142442026-06-02T17:53:56.483Z name: Name(
142452026-06-02T17:53:56.483Z "ntp-d38984ac-a366-4936-b64f-d98ae3dc2035",
142462026-06-02T17:53:56.483Z ),
142472026-06-02T17:53:56.483Z ip_config: V4(
142482026-06-02T17:53:56.483Z PrivateIpv4Config {
142492026-06-02T17:53:56.483Z ip: 172.30.3.6,
142502026-06-02T17:53:56.483Z subnet: Ipv4Net {
142512026-06-02T17:53:56.483Z addr: 172.30.3.0,
142522026-06-02T17:53:56.483Z width: 24,
142532026-06-02T17:53:56.483Z },
142542026-06-02T17:53:56.483Z transit_ips: [],
142552026-06-02T17:53:56.483Z },
142562026-06-02T17:53:56.483Z ),
142572026-06-02T17:53:56.483Z mac: MacAddr(
142582026-06-02T17:53:56.483Z MacAddr6(
142592026-06-02T17:53:56.483Z [
142602026-06-02T17:53:56.483Z 168,
142612026-06-02T17:53:56.483Z 64,
142622026-06-02T17:53:56.483Z 37,
142632026-06-02T17:53:56.483Z 255,
142642026-06-02T17:53:56.483Z 192,
142652026-06-02T17:53:56.487Z 56,
142662026-06-02T17:53:56.487Z ],
142672026-06-02T17:53:56.487Z ),
142682026-06-02T17:53:56.488Z ),
142692026-06-02T17:53:56.488Z vni: Vni(
142702026-06-02T17:53:56.488Z 100,
142712026-06-02T17:53:56.488Z ),
142722026-06-02T17:53:56.488Z primary: true,
142732026-06-02T17:53:56.488Z slot: 0,
142742026-06-02T17:53:56.488Z },
142752026-06-02T17:53:56.488Z snat_cfg: SourceNatConfig {
142762026-06-02T17:53:56.488Z ip: 172.20.28.6,
142772026-06-02T17:53:56.488Z first_port: 16384,
142782026-06-02T17:53:56.488Z last_port: 32767,
142792026-06-02T17:53:56.488Z },
142802026-06-02T17:53:56.488Z },
142812026-06-02T17:53:56.488Z image_source: InstallDataset,
142822026-06-02T17:53:56.488Z },
142832026-06-02T17:53:56.488Z e59b6fc3-3b0e-4e17-acfa-0351e2924771 (omicron_zone): OmicronZoneConfig {
142842026-06-02T17:53:56.488Z id: e59b6fc3-3b0e-4e17-acfa-0351e2924771 (omicron_zone),
142852026-06-02T17:53:56.488Z filesystem_pool: None,
142862026-06-02T17:53:56.488Z zone_type: Crucible {
142872026-06-02T17:53:56.488Z address: [fd00:1122:3344:104::b]:32345,
142882026-06-02T17:53:56.488Z dataset: OmicronZoneDataset {
142892026-06-02T17:53:56.488Z pool_name: External(
142902026-06-02T17:53:56.488Z 49154338-0e01-4394-9dd2-cb4c53cbb90f (external_zpool),
142912026-06-02T17:53:56.488Z ),
142922026-06-02T17:53:56.488Z },
142932026-06-02T17:53:56.488Z },
142942026-06-02T17:53:56.488Z image_source: InstallDataset,
142952026-06-02T17:53:56.488Z },
142962026-06-02T17:53:56.488Z f7f78c86-f572-49bf-b6cd-24658ddee847 (omicron_zone): OmicronZoneConfig {
142972026-06-02T17:53:56.488Z id: f7f78c86-f572-49bf-b6cd-24658ddee847 (omicron_zone),
142982026-06-02T17:53:56.488Z filesystem_pool: None,
142992026-06-02T17:53:56.488Z zone_type: Crucible {
143002026-06-02T17:53:56.488Z address: [fd00:1122:3344:104::7]:32345,
143012026-06-02T17:53:56.488Z dataset: OmicronZoneDataset {
143022026-06-02T17:53:56.488Z pool_name: External(
143032026-06-02T17:53:56.488Z 5dd3aedf-c3c5-4258-8864-3ea8b5ae321b (external_zpool),
143042026-06-02T17:53:56.488Z ),
143052026-06-02T17:53:56.488Z },
143062026-06-02T17:53:56.489Z },
143072026-06-02T17:53:56.489Z image_source: InstallDataset,
143082026-06-02T17:53:56.489Z },
143092026-06-02T17:53:56.489Z },
143102026-06-02T17:53:56.489Z remove_mupdate_override: None,
143112026-06-02T17:53:56.489Z host_phase_2: HostPhase2DesiredSlots {
143122026-06-02T17:53:56.489Z slot_a: CurrentContents,
143132026-06-02T17:53:56.489Z slot_b: CurrentContents,
143142026-06-02T17:53:56.489Z },
143152026-06-02T17:53:56.489Z measurements: {},
143162026-06-02T17:53:56.489Z },
143172026-06-02T17:53:56.489Z external_disks: {
143182026-06-02T17:53:56.489Z 70687973-6963-616c-6469-736b00000001 (physical_disk): Ok,
143192026-06-02T17:53:56.489Z 70687973-6963-616c-6469-736b00000002 (physical_disk): Ok,
143202026-06-02T17:53:56.489Z 70687973-6963-616c-6469-736b00000003 (physical_disk): Ok,
143212026-06-02T17:53:56.489Z 70687973-6963-616c-6469-736b00000004 (physical_disk): Ok,
143222026-06-02T17:53:56.489Z },
143232026-06-02T17:53:56.489Z datasets: {
143242026-06-02T17:53:56.489Z afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset): Ok,
143252026-06-02T17:53:56.489Z },
143262026-06-02T17:53:56.489Z orphaned_datasets: {
143272026-06-02T17:53:56.489Z DatasetName {
143282026-06-02T17:53:56.489Z pool_name: External(
143292026-06-02T17:53:56.489Z fc769f81-c729-4818-a2e0-5990878e0cc5 (external_zpool),
143302026-06-02T17:53:56.489Z ),
143312026-06-02T17:53:56.489Z kind: ExternalDns,
143322026-06-02T17:53:56.489Z }: OrphanedDataset {
143332026-06-02T17:53:56.489Z name: DatasetName {
143342026-06-02T17:53:56.489Z pool_name: External(
143352026-06-02T17:53:56.489Z fc769f81-c729-4818-a2e0-5990878e0cc5 (external_zpool),
143362026-06-02T17:53:56.489Z ),
143372026-06-02T17:53:56.489Z kind: ExternalDns,
143382026-06-02T17:53:56.489Z },
143392026-06-02T17:53:56.489Z reason: "example orphaned dataset",
143402026-06-02T17:53:56.489Z id: Some(
143412026-06-02T17:53:56.489Z a648825a-6def-426b-acef-3807c55f622a (dataset),
143422026-06-02T17:53:56.489Z ),
143432026-06-02T17:53:56.489Z mounted: false,
143442026-06-02T17:53:56.490Z available: ByteCount(
143452026-06-02T17:53:56.490Z 0,
143462026-06-02T17:53:56.490Z ),
143472026-06-02T17:53:56.490Z used: ByteCount(
143482026-06-02T17:53:56.490Z 0,
143492026-06-02T17:53:56.490Z ),
143502026-06-02T17:53:56.490Z },
143512026-06-02T17:53:56.490Z },
143522026-06-02T17:53:56.490Z zones: {
143532026-06-02T17:53:56.490Z 0a5f085b-dfb9-4eed-bd24-678bd97e453c (omicron_zone): Ok,
143542026-06-02T17:53:56.490Z 175eb50f-c54c-41ed-b30e-bb710868b362 (omicron_zone): Ok,
143552026-06-02T17:53:56.490Z 23856e18-8736-49a6-b487-bc5bf850fee0 (omicron_zone): Ok,
143562026-06-02T17:53:56.490Z 28786d99-48d2-4491-a4ae-943e603f3dab (omicron_zone): Ok,
143572026-06-02T17:53:56.490Z 442c669b-14d4-48b5-8f05-741b3c67a558 (omicron_zone): Ok,
143582026-06-02T17:53:56.490Z 543e32e4-7d8c-4888-a085-1c530555ee22 (omicron_zone): Ok,
143592026-06-02T17:53:56.490Z 5a6d10a6-ce94-444b-82ce-be25ebe58b9a (omicron_zone): Ok,
143602026-06-02T17:53:56.490Z 5d840664-3eb1-45da-8876-d44e1cfb1142 (omicron_zone): Ok,
143612026-06-02T17:53:56.490Z 5db69c8f-4565-4cae-8372-f20ada0f67e9 (omicron_zone): Ok,
143622026-06-02T17:53:56.490Z 844a964a-831c-4cb9-82b5-3883c9b404db (omicron_zone): Ok,
143632026-06-02T17:53:56.490Z ab67e1fa-337f-45e6-83f0-6e94a9d50fc0 (omicron_zone): Ok,
143642026-06-02T17:53:56.490Z cd8a5031-44a3-4090-86d7-2bfcc3de7942 (omicron_zone): Ok,
143652026-06-02T17:53:56.594Z d38984ac-a366-4936-b64f-d98ae3dc2035 (omicron_zone): Ok,
143662026-06-02T17:53:56.594Z e59b6fc3-3b0e-4e17-acfa-0351e2924771 (omicron_zone): Ok,
143672026-06-02T17:53:56.594Z f7f78c86-f572-49bf-b6cd-24658ddee847 (omicron_zone): Ok,
143682026-06-02T17:53:56.594Z },
143692026-06-02T17:53:56.594Z boot_partitions: BootPartitionContents {
143702026-06-02T17:53:56.594Z boot_disk: Ok(
143712026-06-02T17:53:56.594Z A,
143722026-06-02T17:53:56.594Z ),
143732026-06-02T17:53:56.594Z slot_a: Ok(
143742026-06-02T17:53:56.595Z BootPartitionDetails {
143752026-06-02T17:53:56.595Z header: BootImageHeader {
143762026-06-02T17:53:56.595Z flags: 0,
143772026-06-02T17:53:56.595Z data_size: 10000,
143782026-06-02T17:53:56.595Z image_size: 10000,
143792026-06-02T17:53:56.595Z target_size: 10000,
143802026-06-02T17:53:56.595Z sha256: [
143812026-06-02T17:53:56.595Z 0,
143822026-06-02T17:53:56.595Z 0,
143832026-06-02T17:53:56.595Z 0,
143842026-06-02T17:53:56.595Z 0,
143852026-06-02T17:53:56.595Z 0,
143862026-06-02T17:53:56.595Z 0,
143872026-06-02T17:53:56.595Z 0,
143882026-06-02T17:53:56.595Z 0,
143892026-06-02T17:53:56.595Z 0,
143902026-06-02T17:53:56.595Z 0,
143912026-06-02T17:53:56.595Z 0,
143922026-06-02T17:53:56.595Z 0,
143932026-06-02T17:53:56.595Z 0,
143942026-06-02T17:53:56.595Z 0,
143952026-06-02T17:53:56.595Z 0,
143962026-06-02T17:53:56.595Z 0,
143972026-06-02T17:53:56.595Z 0,
143982026-06-02T17:53:56.595Z 0,
143992026-06-02T17:53:56.595Z 0,
144002026-06-02T17:53:56.595Z 0,
144012026-06-02T17:53:56.595Z 0,
144022026-06-02T17:53:56.595Z 0,
144032026-06-02T17:53:56.596Z 0,
144042026-06-02T17:53:56.596Z 0,
144052026-06-02T17:53:56.596Z 0,
144062026-06-02T17:53:56.596Z 0,
144072026-06-02T17:53:56.596Z 0,
144082026-06-02T17:53:56.596Z 0,
144092026-06-02T17:53:56.596Z 0,
144102026-06-02T17:53:56.596Z 0,
144112026-06-02T17:53:56.596Z 0,
144122026-06-02T17:53:56.596Z 0,
144132026-06-02T17:53:56.596Z ],
144142026-06-02T17:53:56.596Z image_name: "fake image for tests",
144152026-06-02T17:53:56.596Z },
144162026-06-02T17:53:56.596Z artifact_hash: ArtifactHash(
144172026-06-02T17:53:56.596Z "0101010101010101010101010101010101010101010101010101010101010101",
144182026-06-02T17:53:56.596Z ),
144192026-06-02T17:53:56.596Z artifact_size: 14096,
144202026-06-02T17:53:56.596Z },
144212026-06-02T17:53:56.596Z ),
144222026-06-02T17:53:56.596Z slot_b: Ok(
144232026-06-02T17:53:56.596Z BootPartitionDetails {
144242026-06-02T17:53:56.596Z header: BootImageHeader {
144252026-06-02T17:53:56.596Z flags: 0,
144262026-06-02T17:53:56.596Z data_size: 1000,
144272026-06-02T17:53:56.596Z image_size: 1000,
144282026-06-02T17:53:56.596Z target_size: 1000,
144292026-06-02T17:53:56.596Z sha256: [
144302026-06-02T17:53:56.596Z 1,
144312026-06-02T17:53:56.596Z 1,
144322026-06-02T17:53:56.596Z 1,
144332026-06-02T17:53:56.596Z 1,
144342026-06-02T17:53:56.596Z 1,
144352026-06-02T17:53:56.597Z 1,
144362026-06-02T17:53:56.597Z 1,
144372026-06-02T17:53:56.597Z 1,
144382026-06-02T17:53:56.597Z 1,
144392026-06-02T17:53:56.597Z 1,
144402026-06-02T17:53:56.597Z 1,
144412026-06-02T17:53:56.597Z 1,
144422026-06-02T17:53:56.597Z 1,
144432026-06-02T17:53:56.597Z 1,
144442026-06-02T17:53:56.597Z 1,
144452026-06-02T17:53:56.597Z 1,
144462026-06-02T17:53:56.597Z 1,
144472026-06-02T17:53:56.597Z 1,
144482026-06-02T17:53:56.597Z 1,
144492026-06-02T17:53:56.597Z 1,
144502026-06-02T17:53:56.597Z 1,
144512026-06-02T17:53:56.597Z 1,
144522026-06-02T17:53:56.597Z 1,
144532026-06-02T17:53:56.597Z 1,
144542026-06-02T17:53:56.597Z 1,
144552026-06-02T17:53:56.597Z 1,
144562026-06-02T17:53:56.597Z 1,
144572026-06-02T17:53:56.597Z 1,
144582026-06-02T17:53:56.597Z 1,
144592026-06-02T17:53:56.597Z 1,
144602026-06-02T17:53:56.597Z 1,
144612026-06-02T17:53:56.597Z 1,
144622026-06-02T17:53:56.597Z ],
144632026-06-02T17:53:56.597Z image_name: "fake from debug_assume_success()",
144642026-06-02T17:53:56.597Z },
144652026-06-02T17:53:56.616Z artifact_hash: ArtifactHash(
144662026-06-02T17:53:56.616Z "0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b",
144672026-06-02T17:53:56.616Z ),
144682026-06-02T17:53:56.616Z artifact_size: 1000,
144692026-06-02T17:53:56.616Z },
144702026-06-02T17:53:56.616Z ),
144712026-06-02T17:53:56.616Z },
144722026-06-02T17:53:56.616Z remove_mupdate_override: None,
144732026-06-02T17:53:56.616Z },
144742026-06-02T17:53:56.616Z ),
144752026-06-02T17:53:56.616Z file_source_resolver: OmicronFileSourceResolverInventory {
144762026-06-02T17:53:56.616Z zone_manifest: ManifestInventory {
144772026-06-02T17:53:56.616Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/zones.json",
144782026-06-02T17:53:56.616Z boot_inventory: Ok(
144792026-06-02T17:53:56.616Z ManifestBootInventory {
144802026-06-02T17:53:56.616Z source: Installinator {
144812026-06-02T17:53:56.616Z mupdate_id: 253fc339-a907-4723-8d3b-d923622d04ba (mupdate),
144822026-06-02T17:53:56.616Z },
144832026-06-02T17:53:56.616Z artifacts: {
144842026-06-02T17:53:56.616Z "clickhouse.tar.gz": ZoneArtifactInventory {
144852026-06-02T17:53:56.616Z file_name: "clickhouse.tar.gz",
144862026-06-02T17:53:56.616Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
144872026-06-02T17:53:56.616Z expected_size: 15,
144882026-06-02T17:53:56.616Z expected_hash: ArtifactHash(
144892026-06-02T17:53:56.616Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
144902026-06-02T17:53:56.616Z ),
144912026-06-02T17:53:56.616Z status: Ok(
144922026-06-02T17:53:56.616Z (),
144932026-06-02T17:53:56.616Z ),
144942026-06-02T17:53:56.616Z },
144952026-06-02T17:53:56.616Z "cockroachdb.tar.gz": ZoneArtifactInventory {
144962026-06-02T17:53:56.616Z file_name: "cockroachdb.tar.gz",
144972026-06-02T17:53:56.616Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
144982026-06-02T17:53:56.616Z expected_size: 16,
144992026-06-02T17:53:56.616Z expected_hash: ArtifactHash(
145002026-06-02T17:53:56.616Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
145012026-06-02T17:53:56.617Z ),
145022026-06-02T17:53:56.617Z status: Ok(
145032026-06-02T17:53:56.617Z (),
145042026-06-02T17:53:56.617Z ),
145052026-06-02T17:53:56.617Z },
145062026-06-02T17:53:56.617Z "crucible.tar.gz": ZoneArtifactInventory {
145072026-06-02T17:53:56.617Z file_name: "crucible.tar.gz",
145082026-06-02T17:53:56.617Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
145092026-06-02T17:53:56.617Z expected_size: 13,
145102026-06-02T17:53:56.617Z expected_hash: ArtifactHash(
145112026-06-02T17:53:56.617Z "a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
145122026-06-02T17:53:56.617Z ),
145132026-06-02T17:53:56.617Z status: Ok(
145142026-06-02T17:53:56.617Z (),
145152026-06-02T17:53:56.617Z ),
145162026-06-02T17:53:56.617Z },
145172026-06-02T17:53:56.617Z "internal_dns.tar.gz": ZoneArtifactInventory {
145182026-06-02T17:53:56.617Z file_name: "internal_dns.tar.gz",
145192026-06-02T17:53:56.617Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
145202026-06-02T17:53:56.617Z expected_size: 17,
145212026-06-02T17:53:56.617Z expected_hash: ArtifactHash(
145222026-06-02T17:53:56.617Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
145232026-06-02T17:53:56.617Z ),
145242026-06-02T17:53:56.617Z status: Ok(
145252026-06-02T17:53:56.617Z (),
145262026-06-02T17:53:56.617Z ),
145272026-06-02T17:53:56.617Z },
145282026-06-02T17:53:56.617Z "nexus.tar.gz": ZoneArtifactInventory {
145292026-06-02T17:53:56.617Z file_name: "nexus.tar.gz",
145302026-06-02T17:53:56.617Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/nexus.tar.gz",
145312026-06-02T17:53:56.617Z expected_size: 10,
145322026-06-02T17:53:56.617Z expected_hash: ArtifactHash(
145332026-06-02T17:53:56.617Z "96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80",
145342026-06-02T17:53:56.617Z ),
145352026-06-02T17:53:56.617Z status: Ok(
145362026-06-02T17:53:56.617Z (),
145372026-06-02T17:53:56.617Z ),
145382026-06-02T17:53:56.617Z },
145392026-06-02T17:53:56.617Z },
145402026-06-02T17:53:56.618Z },
145412026-06-02T17:53:56.618Z ),
145422026-06-02T17:53:56.618Z non_boot_status: {
145432026-06-02T17:53:56.618Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
145442026-06-02T17:53:56.618Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
145452026-06-02T17:53:56.618Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/zones.json",
145462026-06-02T17:53:56.618Z is_valid: true,
145472026-06-02T17:53:56.618Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: 253fc339-a907-4723-8d3b-d923622d04ba): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
145482026-06-02T17:53:56.618Z },
145492026-06-02T17:53:56.618Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
145502026-06-02T17:53:56.618Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
145512026-06-02T17:53:56.618Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/zones.json",
145522026-06-02T17:53:56.618Z is_valid: false,
145532026-06-02T17:53:56.618Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: 1ac699f0-a93b-4fee-95a0-5139834b371a): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
145542026-06-02T17:53:56.618Z },
145552026-06-02T17:53:56.618Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
145562026-06-02T17:53:56.618Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
145572026-06-02T17:53:56.618Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/zones.json",
145582026-06-02T17:53:56.618Z is_valid: false,
145592026-06-02T17:53:56.618Z message: "read error: error reading install metadata",
145602026-06-02T17:53:56.618Z },
145612026-06-02T17:53:56.618Z },
145622026-06-02T17:53:56.618Z },
145632026-06-02T17:53:56.618Z measurement_manifest: ManifestInventory {
145642026-06-02T17:53:56.618Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/measurements.json",
145652026-06-02T17:53:56.625Z boot_inventory: Ok(
145662026-06-02T17:53:56.625Z ManifestBootInventory {
145672026-06-02T17:53:56.625Z source: Installinator {
145682026-06-02T17:53:56.625Z mupdate_id: 253fc339-a907-4723-8d3b-d923622d04ba (mupdate),
145692026-06-02T17:53:56.625Z },
145702026-06-02T17:53:56.625Z artifacts: {
145712026-06-02T17:53:56.625Z "clickhouse.tar.gz": ZoneArtifactInventory {
145722026-06-02T17:53:56.625Z file_name: "clickhouse.tar.gz",
145732026-06-02T17:53:56.625Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
145742026-06-02T17:53:56.625Z expected_size: 15,
145752026-06-02T17:53:56.625Z expected_hash: ArtifactHash(
145762026-06-02T17:53:56.625Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
145772026-06-02T17:53:56.625Z ),
145782026-06-02T17:53:56.625Z status: Ok(
145792026-06-02T17:53:56.625Z (),
145802026-06-02T17:53:56.625Z ),
145812026-06-02T17:53:56.625Z },
145822026-06-02T17:53:56.625Z "cockroachdb.tar.gz": ZoneArtifactInventory {
145832026-06-02T17:53:56.625Z file_name: "cockroachdb.tar.gz",
145842026-06-02T17:53:56.625Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
145852026-06-02T17:53:56.625Z expected_size: 16,
145862026-06-02T17:53:56.625Z expected_hash: ArtifactHash(
145872026-06-02T17:53:56.625Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
145882026-06-02T17:53:56.625Z ),
145892026-06-02T17:53:56.626Z status: Ok(
145902026-06-02T17:53:56.626Z (),
145912026-06-02T17:53:56.626Z ),
145922026-06-02T17:53:56.626Z },
145932026-06-02T17:53:56.626Z "crucible.tar.gz": ZoneArtifactInventory {
145942026-06-02T17:53:56.626Z file_name: "crucible.tar.gz",
145952026-06-02T17:53:56.626Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
145962026-06-02T17:53:56.626Z expected_size: 13,
145972026-06-02T17:53:56.626Z expected_hash: ArtifactHash(
145982026-06-02T17:53:56.626Z "a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
145992026-06-02T17:53:56.626Z ),
146002026-06-02T17:53:56.626Z status: Ok(
146012026-06-02T17:53:56.626Z (),
146022026-06-02T17:53:56.626Z ),
146032026-06-02T17:53:56.626Z },
146042026-06-02T17:53:56.626Z "internal_dns.tar.gz": ZoneArtifactInventory {
146052026-06-02T17:53:56.626Z file_name: "internal_dns.tar.gz",
146062026-06-02T17:53:56.626Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
146072026-06-02T17:53:56.626Z expected_size: 17,
146082026-06-02T17:53:56.626Z expected_hash: ArtifactHash(
146092026-06-02T17:53:56.626Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
146102026-06-02T17:53:56.626Z ),
146112026-06-02T17:53:56.626Z status: Ok(
146122026-06-02T17:53:56.626Z (),
146132026-06-02T17:53:56.626Z ),
146142026-06-02T17:53:56.626Z },
146152026-06-02T17:53:56.626Z "nexus.tar.gz": ZoneArtifactInventory {
146162026-06-02T17:53:56.626Z file_name: "nexus.tar.gz",
146172026-06-02T17:53:56.626Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/nexus.tar.gz",
146182026-06-02T17:53:56.626Z expected_size: 10,
146192026-06-02T17:53:56.626Z expected_hash: ArtifactHash(
146202026-06-02T17:53:56.627Z "96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80",
146212026-06-02T17:53:56.627Z ),
146222026-06-02T17:53:56.627Z status: Ok(
146232026-06-02T17:53:56.627Z (),
146242026-06-02T17:53:56.627Z ),
146252026-06-02T17:53:56.627Z },
146262026-06-02T17:53:56.627Z },
146272026-06-02T17:53:56.627Z },
146282026-06-02T17:53:56.627Z ),
146292026-06-02T17:53:56.627Z non_boot_status: {
146302026-06-02T17:53:56.627Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
146312026-06-02T17:53:56.627Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
146322026-06-02T17:53:56.627Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/measurements.json",
146332026-06-02T17:53:56.627Z is_valid: true,
146342026-06-02T17:53:56.627Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: 253fc339-a907-4723-8d3b-d923622d04ba): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
146352026-06-02T17:53:56.627Z },
146362026-06-02T17:53:56.627Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
146372026-06-02T17:53:56.627Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
146382026-06-02T17:53:56.627Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/measurements.json",
146392026-06-02T17:53:56.627Z is_valid: false,
146402026-06-02T17:53:56.627Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: 1ac699f0-a93b-4fee-95a0-5139834b371a): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
146412026-06-02T17:53:56.627Z },
146422026-06-02T17:53:56.627Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
146432026-06-02T17:53:56.627Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
146442026-06-02T17:53:56.627Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/measurements.json",
146452026-06-02T17:53:56.627Z is_valid: false,
146462026-06-02T17:53:56.627Z message: "read error: error reading install metadata",
146472026-06-02T17:53:56.627Z },
146482026-06-02T17:53:56.627Z },
146492026-06-02T17:53:56.627Z },
146502026-06-02T17:53:56.628Z mupdate_override: MupdateOverrideInventory {
146512026-06-02T17:53:56.628Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/mupdate-override.json",
146522026-06-02T17:53:56.628Z boot_override: Ok(
146532026-06-02T17:53:56.628Z Some(
146542026-06-02T17:53:56.628Z MupdateOverrideBootInventory {
146552026-06-02T17:53:56.628Z mupdate_override_id: c56f470d-bd53-44b7-bda7-f0f3fc519176 (mupdate_override),
146562026-06-02T17:53:56.628Z },
146572026-06-02T17:53:56.628Z ),
146582026-06-02T17:53:56.628Z ),
146592026-06-02T17:53:56.628Z non_boot_status: {
146602026-06-02T17:53:56.628Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): MupdateOverrideNonBootInventory {
146612026-06-02T17:53:56.628Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
146622026-06-02T17:53:56.628Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/mupdate-override.json",
146632026-06-02T17:53:56.628Z is_valid: true,
146642026-06-02T17:53:56.628Z message: "matches boot disk (present)",
146652026-06-02T17:53:56.635Z },
146662026-06-02T17:53:56.635Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): MupdateOverrideNonBootInventory {
146672026-06-02T17:53:56.635Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
146682026-06-02T17:53:56.635Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/mupdate-override.json",
146692026-06-02T17:53:56.635Z is_valid: false,
146702026-06-02T17:53:56.635Z message: "boot disk has override but non-boot disk does not",
146712026-06-02T17:53:56.635Z },
146722026-06-02T17:53:56.635Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): MupdateOverrideNonBootInventory {
146732026-06-02T17:53:56.635Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
146742026-06-02T17:53:56.635Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/mupdate-override.json",
146752026-06-02T17:53:56.636Z is_valid: false,
146762026-06-02T17:53:56.636Z message: "read error: install metadata read error",
146772026-06-02T17:53:56.636Z },
146782026-06-02T17:53:56.636Z },
146792026-06-02T17:53:56.636Z },
146802026-06-02T17:53:56.636Z },
146812026-06-02T17:53:56.636Z smf_services_enabled_not_online: DataUnavailable,
146822026-06-02T17:53:56.636Z reference_measurements: {
146832026-06-02T17:53:56.636Z "/this/path": SingleMeasurementInventory {
146842026-06-02T17:53:56.636Z path: "/this/path",
146852026-06-02T17:53:56.636Z result: Ok,
146862026-06-02T17:53:56.636Z },
146872026-06-02T17:53:56.636Z "/this/path2": SingleMeasurementInventory {
146882026-06-02T17:53:56.636Z path: "/this/path2",
146892026-06-02T17:53:56.636Z result: Ok,
146902026-06-02T17:53:56.636Z },
146912026-06-02T17:53:56.636Z },
146922026-06-02T17:53:56.636Z },
146932026-06-02T17:53:56.636Z d7efa9c4-833d-4354-a9a2-94ba9715c154 (sled): SledAgent {
146942026-06-02T17:53:56.636Z time_collected: 2026-06-02T17:53:55.384552Z,
146952026-06-02T17:53:56.636Z source: "fake sled agent 4",
146962026-06-02T17:53:56.636Z sled_id: d7efa9c4-833d-4354-a9a2-94ba9715c154 (sled),
146972026-06-02T17:53:56.636Z baseboard_id: Some(
146982026-06-02T17:53:56.636Z BaseboardId {
146992026-06-02T17:53:56.636Z part_number: "model1",
147002026-06-02T17:53:56.636Z serial_number: "s4",
147012026-06-02T17:53:56.636Z },
147022026-06-02T17:53:56.636Z ),
147032026-06-02T17:53:56.636Z sled_agent_address: [::1]:56792,
147042026-06-02T17:53:56.636Z sled_role: Scrimlet,
147052026-06-02T17:53:56.636Z usable_hardware_threads: 10,
147062026-06-02T17:53:56.636Z usable_physical_ram: ByteCount(
147072026-06-02T17:53:56.636Z 1048576,
147082026-06-02T17:53:56.636Z ),
147092026-06-02T17:53:56.636Z cpu_family: AmdMilan,
147102026-06-02T17:53:56.636Z reservoir_size: ByteCount(
147112026-06-02T17:53:56.636Z 1024,
147122026-06-02T17:53:56.636Z ),
147132026-06-02T17:53:56.637Z disks: [],
147142026-06-02T17:53:56.637Z zpools: [],
147152026-06-02T17:53:56.637Z datasets: [],
147162026-06-02T17:53:56.637Z ledgered_sled_config: Some(
147172026-06-02T17:53:56.637Z OmicronSledConfig {
147182026-06-02T17:53:56.637Z generation: Generation(
147192026-06-02T17:53:56.637Z 5,
147202026-06-02T17:53:56.637Z ),
147212026-06-02T17:53:56.637Z disks: {},
147222026-06-02T17:53:56.637Z datasets: {},
147232026-06-02T17:53:56.637Z zones: {
147242026-06-02T17:53:56.637Z 0322760d-a1e2-4911-8745-569f6bad8251 (omicron_zone): OmicronZoneConfig {
147252026-06-02T17:53:56.637Z id: 0322760d-a1e2-4911-8745-569f6bad8251 (omicron_zone),
147262026-06-02T17:53:56.637Z filesystem_pool: None,
147272026-06-02T17:53:56.637Z zone_type: ExternalDns {
147282026-06-02T17:53:56.637Z dataset: OmicronZoneDataset {
147292026-06-02T17:53:56.637Z pool_name: External(
147302026-06-02T17:53:56.637Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
147312026-06-02T17:53:56.637Z ),
147322026-06-02T17:53:56.637Z },
147332026-06-02T17:53:56.637Z http_address: [fd00:1122:3344:102::4]:5353,
147342026-06-02T17:53:56.637Z dns_address: 172.20.28.1:53,
147352026-06-02T17:53:56.637Z nic: NetworkInterface {
147362026-06-02T17:53:56.637Z id: 8b99b41f-976d-4cb5-bad6-492cde39575a,
147372026-06-02T17:53:56.637Z kind: Service {
147382026-06-02T17:53:56.637Z id: 0322760d-a1e2-4911-8745-569f6bad8251,
147392026-06-02T17:53:56.637Z },
147402026-06-02T17:53:56.637Z name: Name(
147412026-06-02T17:53:56.637Z "external-dns-0322760d-a1e2-4911-8745-569f6bad8251",
147422026-06-02T17:53:56.637Z ),
147432026-06-02T17:53:56.637Z ip_config: V4(
147442026-06-02T17:53:56.637Z PrivateIpv4Config {
147452026-06-02T17:53:56.637Z ip: 172.30.1.5,
147462026-06-02T17:53:56.637Z subnet: Ipv4Net {
147472026-06-02T17:53:56.637Z addr: 172.30.1.0,
147482026-06-02T17:53:56.637Z width: 24,
147492026-06-02T17:53:56.637Z },
147502026-06-02T17:53:56.637Z transit_ips: [],
147512026-06-02T17:53:56.637Z },
147522026-06-02T17:53:56.637Z ),
147532026-06-02T17:53:56.638Z mac: MacAddr(
147542026-06-02T17:53:56.638Z MacAddr6(
147552026-06-02T17:53:56.638Z [
147562026-06-02T17:53:56.638Z 168,
147572026-06-02T17:53:56.638Z 64,
147582026-06-02T17:53:56.638Z 37,
147592026-06-02T17:53:56.638Z 255,
147602026-06-02T17:53:56.638Z 247,
147612026-06-02T17:53:56.638Z 74,
147622026-06-02T17:53:56.638Z ],
147632026-06-02T17:53:56.638Z ),
147642026-06-02T17:53:56.638Z ),
147652026-06-02T17:53:56.643Z vni: Vni(
147662026-06-02T17:53:56.643Z 100,
147672026-06-02T17:53:56.643Z ),
147682026-06-02T17:53:56.643Z primary: true,
147692026-06-02T17:53:56.643Z slot: 0,
147702026-06-02T17:53:56.643Z },
147712026-06-02T17:53:56.643Z },
147722026-06-02T17:53:56.643Z image_source: InstallDataset,
147732026-06-02T17:53:56.643Z },
147742026-06-02T17:53:56.643Z 1aa5fd71-d766-4f20-b3c7-9cf4fe9e4f2e (omicron_zone): OmicronZoneConfig {
147752026-06-02T17:53:56.643Z id: 1aa5fd71-d766-4f20-b3c7-9cf4fe9e4f2e (omicron_zone),
147762026-06-02T17:53:56.643Z filesystem_pool: None,
147772026-06-02T17:53:56.643Z zone_type: Crucible {
147782026-06-02T17:53:56.643Z address: [fd00:1122:3344:102::9]:32345,
147792026-06-02T17:53:56.643Z dataset: OmicronZoneDataset {
147802026-06-02T17:53:56.643Z pool_name: External(
147812026-06-02T17:53:56.643Z 6d799846-deac-4809-93bd-5dad30127938 (external_zpool),
147822026-06-02T17:53:56.643Z ),
147832026-06-02T17:53:56.643Z },
147842026-06-02T17:53:56.643Z },
147852026-06-02T17:53:56.643Z image_source: InstallDataset,
147862026-06-02T17:53:56.643Z },
147872026-06-02T17:53:56.643Z 263584b3-2f53-4f87-a9c0-60a4c78af6c4 (omicron_zone): OmicronZoneConfig {
147882026-06-02T17:53:56.643Z id: 263584b3-2f53-4f87-a9c0-60a4c78af6c4 (omicron_zone),
147892026-06-02T17:53:56.643Z filesystem_pool: None,
147902026-06-02T17:53:56.643Z zone_type: Crucible {
147912026-06-02T17:53:56.643Z address: [fd00:1122:3344:102::8]:32345,
147922026-06-02T17:53:56.643Z dataset: OmicronZoneDataset {
147932026-06-02T17:53:56.643Z pool_name: External(
147942026-06-02T17:53:56.644Z 2acbc210-8b83-490a-b7a7-e458d742c269 (external_zpool),
147952026-06-02T17:53:56.644Z ),
147962026-06-02T17:53:56.644Z },
147972026-06-02T17:53:56.644Z },
147982026-06-02T17:53:56.644Z image_source: InstallDataset,
147992026-06-02T17:53:56.644Z },
148002026-06-02T17:53:56.644Z 271ee61b-9e97-4e45-a407-0083f8bf15a7 (omicron_zone): OmicronZoneConfig {
148012026-06-02T17:53:56.644Z id: 271ee61b-9e97-4e45-a407-0083f8bf15a7 (omicron_zone),
148022026-06-02T17:53:56.644Z filesystem_pool: None,
148032026-06-02T17:53:56.644Z zone_type: Crucible {
148042026-06-02T17:53:56.644Z address: [fd00:1122:3344:102::7]:32345,
148052026-06-02T17:53:56.644Z dataset: OmicronZoneDataset {
148062026-06-02T17:53:56.644Z pool_name: External(
148072026-06-02T17:53:56.644Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
148082026-06-02T17:53:56.644Z ),
148092026-06-02T17:53:56.644Z },
148102026-06-02T17:53:56.644Z },
148112026-06-02T17:53:56.644Z image_source: InstallDataset,
148122026-06-02T17:53:56.644Z },
148132026-06-02T17:53:56.644Z 2f336547-e4b0-422c-af54-deae20b4580c (omicron_zone): OmicronZoneConfig {
148142026-06-02T17:53:56.644Z id: 2f336547-e4b0-422c-af54-deae20b4580c (omicron_zone),
148152026-06-02T17:53:56.644Z filesystem_pool: None,
148162026-06-02T17:53:56.644Z zone_type: CockroachDb {
148172026-06-02T17:53:56.644Z address: [fd00:1122:3344:102::3]:32221,
148182026-06-02T17:53:56.644Z dataset: OmicronZoneDataset {
148192026-06-02T17:53:56.644Z pool_name: External(
148202026-06-02T17:53:56.644Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
148212026-06-02T17:53:56.644Z ),
148222026-06-02T17:53:56.645Z },
148232026-06-02T17:53:56.645Z },
148242026-06-02T17:53:56.645Z image_source: InstallDataset,
148252026-06-02T17:53:56.645Z },
148262026-06-02T17:53:56.645Z 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff (omicron_zone): OmicronZoneConfig {
148272026-06-02T17:53:56.645Z id: 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff (omicron_zone),
148282026-06-02T17:53:56.645Z filesystem_pool: None,
148292026-06-02T17:53:56.645Z zone_type: BoundaryNtp {
148302026-06-02T17:53:56.645Z address: [fd00:1122:3344:102::10]:123,
148312026-06-02T17:53:56.645Z ntp_servers: [
148322026-06-02T17:53:56.645Z "ntp.eng.oxide.computer",
148332026-06-02T17:53:56.645Z ],
148342026-06-02T17:53:56.645Z dns_servers: [
148352026-06-02T17:53:56.645Z 1.1.1.1,
148362026-06-02T17:53:56.645Z 9.9.9.9,
148372026-06-02T17:53:56.645Z ],
148382026-06-02T17:53:56.645Z domain: None,
148392026-06-02T17:53:56.645Z nic: NetworkInterface {
148402026-06-02T17:53:56.645Z id: 6c2aa1c5-0e42-4b80-9b31-26d0e8599d0d,
148412026-06-02T17:53:56.645Z kind: Service {
148422026-06-02T17:53:56.645Z id: 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff,
148432026-06-02T17:53:56.645Z },
148442026-06-02T17:53:56.645Z name: Name(
148452026-06-02T17:53:56.645Z "ntp-412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff",
148462026-06-02T17:53:56.645Z ),
148472026-06-02T17:53:56.645Z ip_config: V4(
148482026-06-02T17:53:56.645Z PrivateIpv4Config {
148492026-06-02T17:53:56.645Z ip: 172.30.3.5,
148502026-06-02T17:53:56.645Z subnet: Ipv4Net {
148512026-06-02T17:53:56.646Z addr: 172.30.3.0,
148522026-06-02T17:53:56.646Z width: 24,
148532026-06-02T17:53:56.646Z },
148542026-06-02T17:53:56.646Z transit_ips: [],
148552026-06-02T17:53:56.646Z },
148562026-06-02T17:53:56.646Z ),
148572026-06-02T17:53:56.646Z mac: MacAddr(
148582026-06-02T17:53:56.646Z MacAddr6(
148592026-06-02T17:53:56.646Z [
148602026-06-02T17:53:56.646Z 168,
148612026-06-02T17:53:56.646Z 64,
148622026-06-02T17:53:56.646Z 37,
148632026-06-02T17:53:56.646Z 255,
148642026-06-02T17:53:56.646Z 242,
148652026-06-02T17:53:56.652Z 69,
148662026-06-02T17:53:56.652Z ],
148672026-06-02T17:53:56.652Z ),
148682026-06-02T17:53:56.652Z ),
148692026-06-02T17:53:56.652Z vni: Vni(
148702026-06-02T17:53:56.652Z 100,
148712026-06-02T17:53:56.652Z ),
148722026-06-02T17:53:56.652Z primary: true,
148732026-06-02T17:53:56.652Z slot: 0,
148742026-06-02T17:53:56.652Z },
148752026-06-02T17:53:56.652Z snat_cfg: SourceNatConfig {
148762026-06-02T17:53:56.653Z ip: 172.20.28.5,
148772026-06-02T17:53:56.653Z first_port: 0,
148782026-06-02T17:53:56.653Z last_port: 16383,
148792026-06-02T17:53:56.653Z },
148802026-06-02T17:53:56.653Z },
148812026-06-02T17:53:56.653Z image_source: InstallDataset,
148822026-06-02T17:53:56.653Z },
148832026-06-02T17:53:56.653Z 750b40ef-8e83-4c7a-be96-33964b2244f3 (omicron_zone): OmicronZoneConfig {
148842026-06-02T17:53:56.653Z id: 750b40ef-8e83-4c7a-be96-33964b2244f3 (omicron_zone),
148852026-06-02T17:53:56.653Z filesystem_pool: None,
148862026-06-02T17:53:56.653Z zone_type: Crucible {
148872026-06-02T17:53:56.653Z address: [fd00:1122:3344:102::a]:32345,
148882026-06-02T17:53:56.653Z dataset: OmicronZoneDataset {
148892026-06-02T17:53:56.653Z pool_name: External(
148902026-06-02T17:53:56.653Z 901a85dd-8214-407a-a358-ef4aebfa810d (external_zpool),
148912026-06-02T17:53:56.653Z ),
148922026-06-02T17:53:56.653Z },
148932026-06-02T17:53:56.653Z },
148942026-06-02T17:53:56.653Z image_source: InstallDataset,
148952026-06-02T17:53:56.653Z },
148962026-06-02T17:53:56.653Z 7de28140-8cdc-4478-9204-63763ecc10ff (omicron_zone): OmicronZoneConfig {
148972026-06-02T17:53:56.653Z id: 7de28140-8cdc-4478-9204-63763ecc10ff (omicron_zone),
148982026-06-02T17:53:56.653Z filesystem_pool: None,
148992026-06-02T17:53:56.653Z zone_type: InternalDns {
149002026-06-02T17:53:56.653Z dataset: OmicronZoneDataset {
149012026-06-02T17:53:56.653Z pool_name: External(
149022026-06-02T17:53:56.654Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
149032026-06-02T17:53:56.654Z ),
149042026-06-02T17:53:56.654Z },
149052026-06-02T17:53:56.654Z http_address: [fd00:1122:3344:1::1]:5353,
149062026-06-02T17:53:56.654Z dns_address: [fd00:1122:3344:1::1]:53,
149072026-06-02T17:53:56.654Z gz_address: fd00:1122:3344:1::2,
149082026-06-02T17:53:56.654Z gz_address_index: 0,
149092026-06-02T17:53:56.654Z },
149102026-06-02T17:53:56.654Z image_source: InstallDataset,
149112026-06-02T17:53:56.654Z },
149122026-06-02T17:53:56.654Z 996f3011-5aaa-4732-a47d-e6514b1131d8 (omicron_zone): OmicronZoneConfig {
149132026-06-02T17:53:56.654Z id: 996f3011-5aaa-4732-a47d-e6514b1131d8 (omicron_zone),
149142026-06-02T17:53:56.655Z filesystem_pool: None,
149152026-06-02T17:53:56.655Z zone_type: Crucible {
149162026-06-02T17:53:56.655Z address: [fd00:1122:3344:102::c]:32345,
149172026-06-02T17:53:56.655Z dataset: OmicronZoneDataset {
149182026-06-02T17:53:56.655Z pool_name: External(
149192026-06-02T17:53:56.655Z 87714aed-4573-438c-8c9d-3ed64688bdc4 (external_zpool),
149202026-06-02T17:53:56.655Z ),
149212026-06-02T17:53:56.655Z },
149222026-06-02T17:53:56.655Z },
149232026-06-02T17:53:56.655Z image_source: InstallDataset,
149242026-06-02T17:53:56.655Z },
149252026-06-02T17:53:56.655Z b2629475-65b2-4e8a-9e70-d4e8c034d8ad (omicron_zone): OmicronZoneConfig {
149262026-06-02T17:53:56.655Z id: b2629475-65b2-4e8a-9e70-d4e8c034d8ad (omicron_zone),
149272026-06-02T17:53:56.655Z filesystem_pool: None,
149282026-06-02T17:53:56.655Z zone_type: Crucible {
149292026-06-02T17:53:56.655Z address: [fd00:1122:3344:102::e]:32345,
149302026-06-02T17:53:56.655Z dataset: OmicronZoneDataset {
149312026-06-02T17:53:56.655Z pool_name: External(
149322026-06-02T17:53:56.655Z 1cd1c449-b5e1-4e8b-bb2f-2e2bd5a8f301 (external_zpool),
149332026-06-02T17:53:56.655Z ),
149342026-06-02T17:53:56.655Z },
149352026-06-02T17:53:56.655Z },
149362026-06-02T17:53:56.655Z image_source: InstallDataset,
149372026-06-02T17:53:56.655Z },
149382026-06-02T17:53:56.655Z c489b9a3-33e5-487c-8a60-77853584dca1 (omicron_zone): OmicronZoneConfig {
149392026-06-02T17:53:56.655Z id: c489b9a3-33e5-487c-8a60-77853584dca1 (omicron_zone),
149402026-06-02T17:53:56.655Z filesystem_pool: None,
149412026-06-02T17:53:56.656Z zone_type: Crucible {
149422026-06-02T17:53:56.656Z address: [fd00:1122:3344:102::f]:32345,
149432026-06-02T17:53:56.656Z dataset: OmicronZoneDataset {
149442026-06-02T17:53:56.656Z pool_name: External(
149452026-06-02T17:53:56.656Z 17d7dbce-b430-4c71-a27e-a5e66d175347 (external_zpool),
149462026-06-02T17:53:56.657Z ),
149472026-06-02T17:53:56.657Z },
149482026-06-02T17:53:56.657Z },
149492026-06-02T17:53:56.657Z image_source: InstallDataset,
149502026-06-02T17:53:56.657Z },
149512026-06-02T17:53:56.657Z cef138ff-87a4-4509-ba30-2395e01ac5f7 (omicron_zone): OmicronZoneConfig {
149522026-06-02T17:53:56.657Z id: cef138ff-87a4-4509-ba30-2395e01ac5f7 (omicron_zone),
149532026-06-02T17:53:56.657Z filesystem_pool: None,
149542026-06-02T17:53:56.657Z zone_type: Oximeter {
149552026-06-02T17:53:56.657Z address: [fd00:1122:3344:102::5]:12223,
149562026-06-02T17:53:56.657Z },
149572026-06-02T17:53:56.657Z image_source: InstallDataset,
149582026-06-02T17:53:56.657Z },
149592026-06-02T17:53:56.657Z d02206f1-7567-4753-9221-6b2b70407925 (omicron_zone): OmicronZoneConfig {
149602026-06-02T17:53:56.657Z id: d02206f1-7567-4753-9221-6b2b70407925 (omicron_zone),
149612026-06-02T17:53:56.657Z filesystem_pool: None,
149622026-06-02T17:53:56.657Z zone_type: Crucible {
149632026-06-02T17:53:56.657Z address: [fd00:1122:3344:102::b]:32345,
149642026-06-02T17:53:56.657Z dataset: OmicronZoneDataset {
149652026-06-02T17:53:56.663Z pool_name: External(
149662026-06-02T17:53:56.663Z 0fa59017-d1e7-47c1-9ed6-b66851e544ee (external_zpool),
149672026-06-02T17:53:56.663Z ),
149682026-06-02T17:53:56.663Z },
149692026-06-02T17:53:56.663Z },
149702026-06-02T17:53:56.663Z image_source: InstallDataset,
149712026-06-02T17:53:56.663Z },
149722026-06-02T17:53:56.663Z e9d7d6ba-59e3-44ff-9081-f43e61c9968a (omicron_zone): OmicronZoneConfig {
149732026-06-02T17:53:56.663Z id: e9d7d6ba-59e3-44ff-9081-f43e61c9968a (omicron_zone),
149742026-06-02T17:53:56.664Z filesystem_pool: None,
149752026-06-02T17:53:56.664Z zone_type: Crucible {
149762026-06-02T17:53:56.664Z address: [fd00:1122:3344:102::d]:32345,
149772026-06-02T17:53:56.664Z dataset: OmicronZoneDataset {
149782026-06-02T17:53:56.664Z pool_name: External(
149792026-06-02T17:53:56.664Z 51abdeb3-6673-4af3-aa91-7e8748e4dda2 (external_zpool),
149802026-06-02T17:53:56.664Z ),
149812026-06-02T17:53:56.664Z },
149822026-06-02T17:53:56.664Z },
149832026-06-02T17:53:56.664Z image_source: InstallDataset,
149842026-06-02T17:53:56.664Z },
149852026-06-02T17:53:56.664Z f350b534-e9bb-4e47-a2ae-4029efe48e1a (omicron_zone): OmicronZoneConfig {
149862026-06-02T17:53:56.664Z id: f350b534-e9bb-4e47-a2ae-4029efe48e1a (omicron_zone),
149872026-06-02T17:53:56.664Z filesystem_pool: None,
149882026-06-02T17:53:56.664Z zone_type: CruciblePantry {
149892026-06-02T17:53:56.664Z address: [fd00:1122:3344:102::6]:17000,
149902026-06-02T17:53:56.664Z },
149912026-06-02T17:53:56.664Z image_source: InstallDataset,
149922026-06-02T17:53:56.664Z },
149932026-06-02T17:53:56.664Z },
149942026-06-02T17:53:56.664Z remove_mupdate_override: None,
149952026-06-02T17:53:56.664Z host_phase_2: HostPhase2DesiredSlots {
149962026-06-02T17:53:56.664Z slot_a: CurrentContents,
149972026-06-02T17:53:56.664Z slot_b: CurrentContents,
149982026-06-02T17:53:56.664Z },
149992026-06-02T17:53:56.664Z measurements: {},
150002026-06-02T17:53:56.664Z },
150012026-06-02T17:53:56.664Z ),
150022026-06-02T17:53:56.664Z reconciler_status: Idle {
150032026-06-02T17:53:56.665Z completed_at: 2026-06-02T17:53:55.384538Z,
150042026-06-02T17:53:56.665Z ran_for: 5s,
150052026-06-02T17:53:56.665Z },
150062026-06-02T17:53:56.665Z last_reconciliation: Some(
150072026-06-02T17:53:56.665Z ConfigReconcilerInventory {
150082026-06-02T17:53:56.665Z last_reconciled_config: OmicronSledConfig {
150092026-06-02T17:53:56.665Z generation: Generation(
150102026-06-02T17:53:56.665Z 5,
150112026-06-02T17:53:56.665Z ),
150122026-06-02T17:53:56.665Z disks: {},
150132026-06-02T17:53:56.665Z datasets: {},
150142026-06-02T17:53:56.665Z zones: {
150152026-06-02T17:53:56.665Z 0322760d-a1e2-4911-8745-569f6bad8251 (omicron_zone): OmicronZoneConfig {
150162026-06-02T17:53:56.665Z id: 0322760d-a1e2-4911-8745-569f6bad8251 (omicron_zone),
150172026-06-02T17:53:56.665Z filesystem_pool: None,
150182026-06-02T17:53:56.665Z zone_type: ExternalDns {
150192026-06-02T17:53:56.665Z dataset: OmicronZoneDataset {
150202026-06-02T17:53:56.665Z pool_name: External(
150212026-06-02T17:53:56.665Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
150222026-06-02T17:53:56.665Z ),
150232026-06-02T17:53:56.665Z },
150242026-06-02T17:53:56.665Z http_address: [fd00:1122:3344:102::4]:5353,
150252026-06-02T17:53:56.665Z dns_address: 172.20.28.1:53,
150262026-06-02T17:53:56.665Z nic: NetworkInterface {
150272026-06-02T17:53:56.665Z id: 8b99b41f-976d-4cb5-bad6-492cde39575a,
150282026-06-02T17:53:56.665Z kind: Service {
150292026-06-02T17:53:56.665Z id: 0322760d-a1e2-4911-8745-569f6bad8251,
150302026-06-02T17:53:56.665Z },
150312026-06-02T17:53:56.665Z name: Name(
150322026-06-02T17:53:56.665Z "external-dns-0322760d-a1e2-4911-8745-569f6bad8251",
150332026-06-02T17:53:56.666Z ),
150342026-06-02T17:53:56.666Z ip_config: V4(
150352026-06-02T17:53:56.666Z PrivateIpv4Config {
150362026-06-02T17:53:56.666Z ip: 172.30.1.5,
150372026-06-02T17:53:56.666Z subnet: Ipv4Net {
150382026-06-02T17:53:56.666Z addr: 172.30.1.0,
150392026-06-02T17:53:56.666Z width: 24,
150402026-06-02T17:53:56.666Z },
150412026-06-02T17:53:56.666Z transit_ips: [],
150422026-06-02T17:53:56.666Z },
150432026-06-02T17:53:56.666Z ),
150442026-06-02T17:53:56.666Z mac: MacAddr(
150452026-06-02T17:53:56.666Z MacAddr6(
150462026-06-02T17:53:56.666Z [
150472026-06-02T17:53:56.666Z 168,
150482026-06-02T17:53:56.666Z 64,
150492026-06-02T17:53:56.666Z 37,
150502026-06-02T17:53:56.666Z 255,
150512026-06-02T17:53:56.666Z 247,
150522026-06-02T17:53:56.666Z 74,
150532026-06-02T17:53:56.666Z ],
150542026-06-02T17:53:56.666Z ),
150552026-06-02T17:53:56.666Z ),
150562026-06-02T17:53:56.666Z vni: Vni(
150572026-06-02T17:53:56.666Z 100,
150582026-06-02T17:53:56.666Z ),
150592026-06-02T17:53:56.666Z primary: true,
150602026-06-02T17:53:56.666Z slot: 0,
150612026-06-02T17:53:56.667Z },
150622026-06-02T17:53:56.667Z },
150632026-06-02T17:53:56.667Z image_source: InstallDataset,
150642026-06-02T17:53:56.667Z },
150652026-06-02T17:53:56.671Z 1aa5fd71-d766-4f20-b3c7-9cf4fe9e4f2e (omicron_zone): OmicronZoneConfig {
150662026-06-02T17:53:56.671Z id: 1aa5fd71-d766-4f20-b3c7-9cf4fe9e4f2e (omicron_zone),
150672026-06-02T17:53:56.672Z filesystem_pool: None,
150682026-06-02T17:53:56.672Z zone_type: Crucible {
150692026-06-02T17:53:56.672Z address: [fd00:1122:3344:102::9]:32345,
150702026-06-02T17:53:56.672Z dataset: OmicronZoneDataset {
150712026-06-02T17:53:56.672Z pool_name: External(
150722026-06-02T17:53:56.672Z 6d799846-deac-4809-93bd-5dad30127938 (external_zpool),
150732026-06-02T17:53:56.672Z ),
150742026-06-02T17:53:56.672Z },
150752026-06-02T17:53:56.672Z },
150762026-06-02T17:53:56.672Z image_source: InstallDataset,
150772026-06-02T17:53:56.672Z },
150782026-06-02T17:53:56.672Z 263584b3-2f53-4f87-a9c0-60a4c78af6c4 (omicron_zone): OmicronZoneConfig {
150792026-06-02T17:53:56.672Z id: 263584b3-2f53-4f87-a9c0-60a4c78af6c4 (omicron_zone),
150802026-06-02T17:53:56.672Z filesystem_pool: None,
150812026-06-02T17:53:56.672Z zone_type: Crucible {
150822026-06-02T17:53:56.672Z address: [fd00:1122:3344:102::8]:32345,
150832026-06-02T17:53:56.672Z dataset: OmicronZoneDataset {
150842026-06-02T17:53:56.672Z pool_name: External(
150852026-06-02T17:53:56.672Z 2acbc210-8b83-490a-b7a7-e458d742c269 (external_zpool),
150862026-06-02T17:53:56.672Z ),
150872026-06-02T17:53:56.672Z },
150882026-06-02T17:53:56.672Z },
150892026-06-02T17:53:56.672Z image_source: InstallDataset,
150902026-06-02T17:53:56.672Z },
150912026-06-02T17:53:56.672Z 271ee61b-9e97-4e45-a407-0083f8bf15a7 (omicron_zone): OmicronZoneConfig {
150922026-06-02T17:53:56.672Z id: 271ee61b-9e97-4e45-a407-0083f8bf15a7 (omicron_zone),
150932026-06-02T17:53:56.672Z filesystem_pool: None,
150942026-06-02T17:53:56.672Z zone_type: Crucible {
150952026-06-02T17:53:56.673Z address: [fd00:1122:3344:102::7]:32345,
150962026-06-02T17:53:56.673Z dataset: OmicronZoneDataset {
150972026-06-02T17:53:56.673Z pool_name: External(
150982026-06-02T17:53:56.673Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
150992026-06-02T17:53:56.673Z ),
151002026-06-02T17:53:56.673Z },
151012026-06-02T17:53:56.673Z },
151022026-06-02T17:53:56.673Z image_source: InstallDataset,
151032026-06-02T17:53:56.673Z },
151042026-06-02T17:53:56.673Z 2f336547-e4b0-422c-af54-deae20b4580c (omicron_zone): OmicronZoneConfig {
151052026-06-02T17:53:56.673Z id: 2f336547-e4b0-422c-af54-deae20b4580c (omicron_zone),
151062026-06-02T17:53:56.673Z filesystem_pool: None,
151072026-06-02T17:53:56.673Z zone_type: CockroachDb {
151082026-06-02T17:53:56.673Z address: [fd00:1122:3344:102::3]:32221,
151092026-06-02T17:53:56.673Z dataset: OmicronZoneDataset {
151102026-06-02T17:53:56.673Z pool_name: External(
151112026-06-02T17:53:56.673Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
151122026-06-02T17:53:56.673Z ),
151132026-06-02T17:53:56.673Z },
151142026-06-02T17:53:56.673Z },
151152026-06-02T17:53:56.673Z image_source: InstallDataset,
151162026-06-02T17:53:56.673Z },
151172026-06-02T17:53:56.673Z 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff (omicron_zone): OmicronZoneConfig {
151182026-06-02T17:53:56.673Z id: 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff (omicron_zone),
151192026-06-02T17:53:56.673Z filesystem_pool: None,
151202026-06-02T17:53:56.673Z zone_type: BoundaryNtp {
151212026-06-02T17:53:56.673Z address: [fd00:1122:3344:102::10]:123,
151222026-06-02T17:53:56.673Z ntp_servers: [
151232026-06-02T17:53:56.673Z "ntp.eng.oxide.computer",
151242026-06-02T17:53:56.673Z ],
151252026-06-02T17:53:56.674Z dns_servers: [
151262026-06-02T17:53:56.674Z 1.1.1.1,
151272026-06-02T17:53:56.674Z 9.9.9.9,
151282026-06-02T17:53:56.674Z ],
151292026-06-02T17:53:56.674Z domain: None,
151302026-06-02T17:53:56.674Z nic: NetworkInterface {
151312026-06-02T17:53:56.674Z id: 6c2aa1c5-0e42-4b80-9b31-26d0e8599d0d,
151322026-06-02T17:53:56.674Z kind: Service {
151332026-06-02T17:53:56.674Z id: 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff,
151342026-06-02T17:53:56.674Z },
151352026-06-02T17:53:56.674Z name: Name(
151362026-06-02T17:53:56.674Z "ntp-412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff",
151372026-06-02T17:53:56.674Z ),
151382026-06-02T17:53:56.674Z ip_config: V4(
151392026-06-02T17:53:56.674Z PrivateIpv4Config {
151402026-06-02T17:53:56.674Z ip: 172.30.3.5,
151412026-06-02T17:53:56.674Z subnet: Ipv4Net {
151422026-06-02T17:53:56.674Z addr: 172.30.3.0,
151432026-06-02T17:53:56.674Z width: 24,
151442026-06-02T17:53:56.674Z },
151452026-06-02T17:53:56.674Z transit_ips: [],
151462026-06-02T17:53:56.674Z },
151472026-06-02T17:53:56.674Z ),
151482026-06-02T17:53:56.674Z mac: MacAddr(
151492026-06-02T17:53:56.674Z MacAddr6(
151502026-06-02T17:53:56.674Z [
151512026-06-02T17:53:56.674Z 168,
151522026-06-02T17:53:56.674Z 64,
151532026-06-02T17:53:56.674Z 37,
151542026-06-02T17:53:56.675Z 255,
151552026-06-02T17:53:56.675Z 242,
151562026-06-02T17:53:56.675Z 69,
151572026-06-02T17:53:56.675Z ],
151582026-06-02T17:53:56.675Z ),
151592026-06-02T17:53:56.675Z ),
151602026-06-02T17:53:56.675Z vni: Vni(
151612026-06-02T17:53:56.675Z 100,
151622026-06-02T17:53:56.675Z ),
151632026-06-02T17:53:56.675Z primary: true,
151642026-06-02T17:53:56.675Z slot: 0,
151652026-06-02T17:53:56.683Z },
151662026-06-02T17:53:56.683Z snat_cfg: SourceNatConfig {
151672026-06-02T17:53:56.683Z ip: 172.20.28.5,
151682026-06-02T17:53:56.683Z first_port: 0,
151692026-06-02T17:53:56.683Z last_port: 16383,
151702026-06-02T17:53:56.683Z },
151712026-06-02T17:53:56.683Z },
151722026-06-02T17:53:56.683Z image_source: InstallDataset,
151732026-06-02T17:53:56.683Z },
151742026-06-02T17:53:56.683Z 750b40ef-8e83-4c7a-be96-33964b2244f3 (omicron_zone): OmicronZoneConfig {
151752026-06-02T17:53:56.683Z id: 750b40ef-8e83-4c7a-be96-33964b2244f3 (omicron_zone),
151762026-06-02T17:53:56.683Z filesystem_pool: None,
151772026-06-02T17:53:56.683Z zone_type: Crucible {
151782026-06-02T17:53:56.683Z address: [fd00:1122:3344:102::a]:32345,
151792026-06-02T17:53:56.683Z dataset: OmicronZoneDataset {
151802026-06-02T17:53:56.683Z pool_name: External(
151812026-06-02T17:53:56.683Z 901a85dd-8214-407a-a358-ef4aebfa810d (external_zpool),
151822026-06-02T17:53:56.683Z ),
151832026-06-02T17:53:56.683Z },
151842026-06-02T17:53:56.683Z },
151852026-06-02T17:53:56.683Z image_source: InstallDataset,
151862026-06-02T17:53:56.683Z },
151872026-06-02T17:53:56.683Z 7de28140-8cdc-4478-9204-63763ecc10ff (omicron_zone): OmicronZoneConfig {
151882026-06-02T17:53:56.683Z id: 7de28140-8cdc-4478-9204-63763ecc10ff (omicron_zone),
151892026-06-02T17:53:56.684Z filesystem_pool: None,
151902026-06-02T17:53:56.684Z zone_type: InternalDns {
151912026-06-02T17:53:56.684Z dataset: OmicronZoneDataset {
151922026-06-02T17:53:56.684Z pool_name: External(
151932026-06-02T17:53:56.684Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
151942026-06-02T17:53:56.684Z ),
151952026-06-02T17:53:56.684Z },
151962026-06-02T17:53:56.684Z http_address: [fd00:1122:3344:1::1]:5353,
151972026-06-02T17:53:56.684Z dns_address: [fd00:1122:3344:1::1]:53,
151982026-06-02T17:53:56.684Z gz_address: fd00:1122:3344:1::2,
151992026-06-02T17:53:56.684Z gz_address_index: 0,
152002026-06-02T17:53:56.684Z },
152012026-06-02T17:53:56.684Z image_source: InstallDataset,
152022026-06-02T17:53:56.684Z },
152032026-06-02T17:53:56.684Z 996f3011-5aaa-4732-a47d-e6514b1131d8 (omicron_zone): OmicronZoneConfig {
152042026-06-02T17:53:56.684Z id: 996f3011-5aaa-4732-a47d-e6514b1131d8 (omicron_zone),
152052026-06-02T17:53:56.684Z filesystem_pool: None,
152062026-06-02T17:53:56.684Z zone_type: Crucible {
152072026-06-02T17:53:56.684Z address: [fd00:1122:3344:102::c]:32345,
152082026-06-02T17:53:56.684Z dataset: OmicronZoneDataset {
152092026-06-02T17:53:56.684Z pool_name: External(
152102026-06-02T17:53:56.684Z 87714aed-4573-438c-8c9d-3ed64688bdc4 (external_zpool),
152112026-06-02T17:53:56.684Z ),
152122026-06-02T17:53:56.684Z },
152132026-06-02T17:53:56.684Z },
152142026-06-02T17:53:56.684Z image_source: InstallDataset,
152152026-06-02T17:53:56.685Z },
152162026-06-02T17:53:56.685Z b2629475-65b2-4e8a-9e70-d4e8c034d8ad (omicron_zone): OmicronZoneConfig {
152172026-06-02T17:53:56.685Z id: b2629475-65b2-4e8a-9e70-d4e8c034d8ad (omicron_zone),
152182026-06-02T17:53:56.685Z filesystem_pool: None,
152192026-06-02T17:53:56.685Z zone_type: Crucible {
152202026-06-02T17:53:56.685Z address: [fd00:1122:3344:102::e]:32345,
152212026-06-02T17:53:56.685Z dataset: OmicronZoneDataset {
152222026-06-02T17:53:56.685Z pool_name: External(
152232026-06-02T17:53:56.685Z 1cd1c449-b5e1-4e8b-bb2f-2e2bd5a8f301 (external_zpool),
152242026-06-02T17:53:56.685Z ),
152252026-06-02T17:53:56.685Z },
152262026-06-02T17:53:56.685Z },
152272026-06-02T17:53:56.685Z image_source: InstallDataset,
152282026-06-02T17:53:56.685Z },
152292026-06-02T17:53:56.685Z c489b9a3-33e5-487c-8a60-77853584dca1 (omicron_zone): OmicronZoneConfig {
152302026-06-02T17:53:56.685Z id: c489b9a3-33e5-487c-8a60-77853584dca1 (omicron_zone),
152312026-06-02T17:53:56.685Z filesystem_pool: None,
152322026-06-02T17:53:56.685Z zone_type: Crucible {
152332026-06-02T17:53:56.685Z address: [fd00:1122:3344:102::f]:32345,
152342026-06-02T17:53:56.685Z dataset: OmicronZoneDataset {
152352026-06-02T17:53:56.685Z pool_name: External(
152362026-06-02T17:53:56.685Z 17d7dbce-b430-4c71-a27e-a5e66d175347 (external_zpool),
152372026-06-02T17:53:56.685Z ),
152382026-06-02T17:53:56.685Z },
152392026-06-02T17:53:56.685Z },
152402026-06-02T17:53:56.686Z image_source: InstallDataset,
152412026-06-02T17:53:56.686Z },
152422026-06-02T17:53:56.686Z cef138ff-87a4-4509-ba30-2395e01ac5f7 (omicron_zone): OmicronZoneConfig {
152432026-06-02T17:53:56.686Z id: cef138ff-87a4-4509-ba30-2395e01ac5f7 (omicron_zone),
152442026-06-02T17:53:56.686Z filesystem_pool: None,
152452026-06-02T17:53:56.686Z zone_type: Oximeter {
152462026-06-02T17:53:56.686Z address: [fd00:1122:3344:102::5]:12223,
152472026-06-02T17:53:56.686Z },
152482026-06-02T17:53:56.686Z image_source: InstallDataset,
152492026-06-02T17:53:56.686Z },
152502026-06-02T17:53:56.686Z d02206f1-7567-4753-9221-6b2b70407925 (omicron_zone): OmicronZoneConfig {
152512026-06-02T17:53:56.686Z id: d02206f1-7567-4753-9221-6b2b70407925 (omicron_zone),
152522026-06-02T17:53:56.686Z filesystem_pool: None,
152532026-06-02T17:53:56.686Z zone_type: Crucible {
152542026-06-02T17:53:56.686Z address: [fd00:1122:3344:102::b]:32345,
152552026-06-02T17:53:56.686Z dataset: OmicronZoneDataset {
152562026-06-02T17:53:56.686Z pool_name: External(
152572026-06-02T17:53:56.686Z 0fa59017-d1e7-47c1-9ed6-b66851e544ee (external_zpool),
152582026-06-02T17:53:56.686Z ),
152592026-06-02T17:53:56.686Z },
152602026-06-02T17:53:56.686Z },
152612026-06-02T17:53:56.686Z image_source: InstallDataset,
152622026-06-02T17:53:56.686Z },
152632026-06-02T17:53:56.686Z e9d7d6ba-59e3-44ff-9081-f43e61c9968a (omicron_zone): OmicronZoneConfig {
152642026-06-02T17:53:56.686Z id: e9d7d6ba-59e3-44ff-9081-f43e61c9968a (omicron_zone),
152652026-06-02T17:53:56.693Z filesystem_pool: None,
152662026-06-02T17:53:56.693Z zone_type: Crucible {
152672026-06-02T17:53:56.693Z address: [fd00:1122:3344:102::d]:32345,
152682026-06-02T17:53:56.693Z dataset: OmicronZoneDataset {
152692026-06-02T17:53:56.693Z pool_name: External(
152702026-06-02T17:53:56.693Z 51abdeb3-6673-4af3-aa91-7e8748e4dda2 (external_zpool),
152712026-06-02T17:53:56.693Z ),
152722026-06-02T17:53:56.693Z },
152732026-06-02T17:53:56.693Z },
152742026-06-02T17:53:56.693Z image_source: InstallDataset,
152752026-06-02T17:53:56.693Z },
152762026-06-02T17:53:56.693Z f350b534-e9bb-4e47-a2ae-4029efe48e1a (omicron_zone): OmicronZoneConfig {
152772026-06-02T17:53:56.693Z id: f350b534-e9bb-4e47-a2ae-4029efe48e1a (omicron_zone),
152782026-06-02T17:53:56.693Z filesystem_pool: None,
152792026-06-02T17:53:56.693Z zone_type: CruciblePantry {
152802026-06-02T17:53:56.694Z address: [fd00:1122:3344:102::6]:17000,
152812026-06-02T17:53:56.694Z },
152822026-06-02T17:53:56.694Z image_source: InstallDataset,
152832026-06-02T17:53:56.694Z },
152842026-06-02T17:53:56.694Z },
152852026-06-02T17:53:56.694Z remove_mupdate_override: None,
152862026-06-02T17:53:56.694Z host_phase_2: HostPhase2DesiredSlots {
152872026-06-02T17:53:56.694Z slot_a: CurrentContents,
152882026-06-02T17:53:56.694Z slot_b: CurrentContents,
152892026-06-02T17:53:56.694Z },
152902026-06-02T17:53:56.694Z measurements: {},
152912026-06-02T17:53:56.694Z },
152922026-06-02T17:53:56.694Z external_disks: {},
152932026-06-02T17:53:56.694Z datasets: {},
152942026-06-02T17:53:56.694Z orphaned_datasets: {
152952026-06-02T17:53:56.694Z DatasetName {
152962026-06-02T17:53:56.694Z pool_name: External(
152972026-06-02T17:53:56.694Z 249a9566-cd91-483b-afa1-72bb4832d3d0 (external_zpool),
152982026-06-02T17:53:56.694Z ),
152992026-06-02T17:53:56.694Z kind: ExternalDns,
153002026-06-02T17:53:56.694Z }: OrphanedDataset {
153012026-06-02T17:53:56.694Z name: DatasetName {
153022026-06-02T17:53:56.694Z pool_name: External(
153032026-06-02T17:53:56.694Z 249a9566-cd91-483b-afa1-72bb4832d3d0 (external_zpool),
153042026-06-02T17:53:56.694Z ),
153052026-06-02T17:53:56.694Z kind: ExternalDns,
153062026-06-02T17:53:56.694Z },
153072026-06-02T17:53:56.694Z reason: "example orphaned dataset",
153082026-06-02T17:53:56.694Z id: Some(
153092026-06-02T17:53:56.694Z dbb36861-4d5f-468d-a3f5-77b7265b8e98 (dataset),
153102026-06-02T17:53:56.694Z ),
153112026-06-02T17:53:56.694Z mounted: false,
153122026-06-02T17:53:56.694Z available: ByteCount(
153132026-06-02T17:53:56.694Z 0,
153142026-06-02T17:53:56.694Z ),
153152026-06-02T17:53:56.695Z used: ByteCount(
153162026-06-02T17:53:56.695Z 0,
153172026-06-02T17:53:56.695Z ),
153182026-06-02T17:53:56.695Z },
153192026-06-02T17:53:56.695Z },
153202026-06-02T17:53:56.695Z zones: {
153212026-06-02T17:53:56.695Z 0322760d-a1e2-4911-8745-569f6bad8251 (omicron_zone): Ok,
153222026-06-02T17:53:56.696Z 1aa5fd71-d766-4f20-b3c7-9cf4fe9e4f2e (omicron_zone): Ok,
153232026-06-02T17:53:56.696Z 263584b3-2f53-4f87-a9c0-60a4c78af6c4 (omicron_zone): Ok,
153242026-06-02T17:53:56.696Z 271ee61b-9e97-4e45-a407-0083f8bf15a7 (omicron_zone): Ok,
153252026-06-02T17:53:56.696Z 2f336547-e4b0-422c-af54-deae20b4580c (omicron_zone): Ok,
153262026-06-02T17:53:56.696Z 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff (omicron_zone): Ok,
153272026-06-02T17:53:56.696Z 750b40ef-8e83-4c7a-be96-33964b2244f3 (omicron_zone): Ok,
153282026-06-02T17:53:56.696Z 7de28140-8cdc-4478-9204-63763ecc10ff (omicron_zone): Ok,
153292026-06-02T17:53:56.696Z 996f3011-5aaa-4732-a47d-e6514b1131d8 (omicron_zone): Ok,
153302026-06-02T17:53:56.696Z b2629475-65b2-4e8a-9e70-d4e8c034d8ad (omicron_zone): Ok,
153312026-06-02T17:53:56.696Z c489b9a3-33e5-487c-8a60-77853584dca1 (omicron_zone): Ok,
153322026-06-02T17:53:56.696Z cef138ff-87a4-4509-ba30-2395e01ac5f7 (omicron_zone): Ok,
153332026-06-02T17:53:56.696Z d02206f1-7567-4753-9221-6b2b70407925 (omicron_zone): Ok,
153342026-06-02T17:53:56.696Z e9d7d6ba-59e3-44ff-9081-f43e61c9968a (omicron_zone): Ok,
153352026-06-02T17:53:56.696Z f350b534-e9bb-4e47-a2ae-4029efe48e1a (omicron_zone): Ok,
153362026-06-02T17:53:56.696Z },
153372026-06-02T17:53:56.696Z boot_partitions: BootPartitionContents {
153382026-06-02T17:53:56.696Z boot_disk: Ok(
153392026-06-02T17:53:56.696Z A,
153402026-06-02T17:53:56.696Z ),
153412026-06-02T17:53:56.696Z slot_a: Ok(
153422026-06-02T17:53:56.696Z BootPartitionDetails {
153432026-06-02T17:53:56.696Z header: BootImageHeader {
153442026-06-02T17:53:56.696Z flags: 0,
153452026-06-02T17:53:56.696Z data_size: 10000,
153462026-06-02T17:53:56.696Z image_size: 10000,
153472026-06-02T17:53:56.696Z target_size: 10000,
153482026-06-02T17:53:56.696Z sha256: [
153492026-06-02T17:53:56.696Z 0,
153502026-06-02T17:53:56.696Z 0,
153512026-06-02T17:53:56.696Z 0,
153522026-06-02T17:53:56.696Z 0,
153532026-06-02T17:53:56.696Z 0,
153542026-06-02T17:53:56.696Z 0,
153552026-06-02T17:53:56.696Z 0,
153562026-06-02T17:53:56.696Z 0,
153572026-06-02T17:53:56.696Z 0,
153582026-06-02T17:53:56.697Z 0,
153592026-06-02T17:53:56.697Z 0,
153602026-06-02T17:53:56.697Z 0,
153612026-06-02T17:53:56.697Z 0,
153622026-06-02T17:53:56.697Z 0,
153632026-06-02T17:53:56.697Z 0,
153642026-06-02T17:53:56.697Z 0,
153652026-06-02T17:53:56.702Z 0,
153662026-06-02T17:53:56.702Z 0,
153672026-06-02T17:53:56.702Z 0,
153682026-06-02T17:53:56.702Z 0,
153692026-06-02T17:53:56.702Z 0,
153702026-06-02T17:53:56.702Z 0,
153712026-06-02T17:53:56.702Z 0,
153722026-06-02T17:53:56.702Z 0,
153732026-06-02T17:53:56.702Z 0,
153742026-06-02T17:53:56.702Z 0,
153752026-06-02T17:53:56.702Z 0,
153762026-06-02T17:53:56.702Z 0,
153772026-06-02T17:53:56.702Z 0,
153782026-06-02T17:53:56.702Z 0,
153792026-06-02T17:53:56.702Z 0,
153802026-06-02T17:53:56.702Z 0,
153812026-06-02T17:53:56.702Z ],
153822026-06-02T17:53:56.702Z image_name: "fake image for tests",
153832026-06-02T17:53:56.702Z },
153842026-06-02T17:53:56.702Z artifact_hash: ArtifactHash(
153852026-06-02T17:53:56.702Z "0101010101010101010101010101010101010101010101010101010101010101",
153862026-06-02T17:53:56.702Z ),
153872026-06-02T17:53:56.702Z artifact_size: 14096,
153882026-06-02T17:53:56.702Z },
153892026-06-02T17:53:56.702Z ),
153902026-06-02T17:53:56.702Z slot_b: Ok(
153912026-06-02T17:53:56.702Z BootPartitionDetails {
153922026-06-02T17:53:56.702Z header: BootImageHeader {
153932026-06-02T17:53:56.703Z flags: 0,
153942026-06-02T17:53:56.703Z data_size: 1000,
153952026-06-02T17:53:56.703Z image_size: 1000,
153962026-06-02T17:53:56.703Z target_size: 1000,
153972026-06-02T17:53:56.703Z sha256: [
153982026-06-02T17:53:56.703Z 1,
153992026-06-02T17:53:56.703Z 1,
154002026-06-02T17:53:56.703Z 1,
154012026-06-02T17:53:56.703Z 1,
154022026-06-02T17:53:56.703Z 1,
154032026-06-02T17:53:56.703Z 1,
154042026-06-02T17:53:56.703Z 1,
154052026-06-02T17:53:56.703Z 1,
154062026-06-02T17:53:56.703Z 1,
154072026-06-02T17:53:56.703Z 1,
154082026-06-02T17:53:56.703Z 1,
154092026-06-02T17:53:56.703Z 1,
154102026-06-02T17:53:56.703Z 1,
154112026-06-02T17:53:56.703Z 1,
154122026-06-02T17:53:56.703Z 1,
154132026-06-02T17:53:56.703Z 1,
154142026-06-02T17:53:56.703Z 1,
154152026-06-02T17:53:56.703Z 1,
154162026-06-02T17:53:56.703Z 1,
154172026-06-02T17:53:56.703Z 1,
154182026-06-02T17:53:56.703Z 1,
154192026-06-02T17:53:56.703Z 1,
154202026-06-02T17:53:56.703Z 1,
154212026-06-02T17:53:56.703Z 1,
154222026-06-02T17:53:56.703Z 1,
154232026-06-02T17:53:56.703Z 1,
154242026-06-02T17:53:56.703Z 1,
154252026-06-02T17:53:56.703Z 1,
154262026-06-02T17:53:56.703Z 1,
154272026-06-02T17:53:56.703Z 1,
154282026-06-02T17:53:56.703Z 1,
154292026-06-02T17:53:56.703Z 1,
154302026-06-02T17:53:56.703Z ],
154312026-06-02T17:53:56.703Z image_name: "fake from debug_assume_success()",
154322026-06-02T17:53:56.704Z },
154332026-06-02T17:53:56.704Z artifact_hash: ArtifactHash(
154342026-06-02T17:53:56.704Z "0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b",
154352026-06-02T17:53:56.704Z ),
154362026-06-02T17:53:56.704Z artifact_size: 1000,
154372026-06-02T17:53:56.704Z },
154382026-06-02T17:53:56.704Z ),
154392026-06-02T17:53:56.704Z },
154402026-06-02T17:53:56.704Z remove_mupdate_override: None,
154412026-06-02T17:53:56.704Z },
154422026-06-02T17:53:56.704Z ),
154432026-06-02T17:53:56.704Z file_source_resolver: OmicronFileSourceResolverInventory {
154442026-06-02T17:53:56.704Z zone_manifest: ManifestInventory {
154452026-06-02T17:53:56.704Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/zones.json",
154462026-06-02T17:53:56.704Z boot_inventory: Ok(
154472026-06-02T17:53:56.704Z ManifestBootInventory {
154482026-06-02T17:53:56.704Z source: SledAgent,
154492026-06-02T17:53:56.704Z artifacts: {
154502026-06-02T17:53:56.704Z "clickhouse.tar.gz": ZoneArtifactInventory {
154512026-06-02T17:53:56.704Z file_name: "clickhouse.tar.gz",
154522026-06-02T17:53:56.704Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
154532026-06-02T17:53:56.704Z expected_size: 15,
154542026-06-02T17:53:56.704Z expected_hash: ArtifactHash(
154552026-06-02T17:53:56.704Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
154562026-06-02T17:53:56.704Z ),
154572026-06-02T17:53:56.704Z status: Ok(
154582026-06-02T17:53:56.704Z (),
154592026-06-02T17:53:56.704Z ),
154602026-06-02T17:53:56.704Z },
154612026-06-02T17:53:56.704Z "cockroachdb.tar.gz": ZoneArtifactInventory {
154622026-06-02T17:53:56.704Z file_name: "cockroachdb.tar.gz",
154632026-06-02T17:53:56.704Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
154642026-06-02T17:53:56.704Z expected_size: 16,
154652026-06-02T17:53:56.709Z expected_hash: ArtifactHash(
154662026-06-02T17:53:56.709Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
154672026-06-02T17:53:56.709Z ),
154682026-06-02T17:53:56.709Z status: Ok(
154692026-06-02T17:53:56.709Z (),
154702026-06-02T17:53:56.709Z ),
154712026-06-02T17:53:56.709Z },
154722026-06-02T17:53:56.709Z "crucible.tar.gz": ZoneArtifactInventory {
154732026-06-02T17:53:56.709Z file_name: "crucible.tar.gz",
154742026-06-02T17:53:56.709Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
154752026-06-02T17:53:56.709Z expected_size: 13,
154762026-06-02T17:53:56.709Z expected_hash: ArtifactHash(
154772026-06-02T17:53:56.709Z "a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
154782026-06-02T17:53:56.709Z ),
154792026-06-02T17:53:56.709Z status: Ok(
154802026-06-02T17:53:56.709Z (),
154812026-06-02T17:53:56.709Z ),
154822026-06-02T17:53:56.709Z },
154832026-06-02T17:53:56.709Z "internal_dns.tar.gz": ZoneArtifactInventory {
154842026-06-02T17:53:56.709Z file_name: "internal_dns.tar.gz",
154852026-06-02T17:53:56.709Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
154862026-06-02T17:53:56.709Z expected_size: 17,
154872026-06-02T17:53:56.709Z expected_hash: ArtifactHash(
154882026-06-02T17:53:56.709Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
154892026-06-02T17:53:56.710Z ),
154902026-06-02T17:53:56.710Z status: Ok(
154912026-06-02T17:53:56.710Z (),
154922026-06-02T17:53:56.710Z ),
154932026-06-02T17:53:56.710Z },
154942026-06-02T17:53:56.710Z "nexus.tar.gz": ZoneArtifactInventory {
154952026-06-02T17:53:56.710Z file_name: "nexus.tar.gz",
154962026-06-02T17:53:56.710Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/nexus.tar.gz",
154972026-06-02T17:53:56.710Z expected_size: 10,
154982026-06-02T17:53:56.710Z expected_hash: ArtifactHash(
154992026-06-02T17:53:56.710Z "96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80",
155002026-06-02T17:53:56.710Z ),
155012026-06-02T17:53:56.710Z status: Ok(
155022026-06-02T17:53:56.710Z (),
155032026-06-02T17:53:56.710Z ),
155042026-06-02T17:53:56.710Z },
155052026-06-02T17:53:56.710Z },
155062026-06-02T17:53:56.710Z },
155072026-06-02T17:53:56.710Z ),
155082026-06-02T17:53:56.710Z non_boot_status: {
155092026-06-02T17:53:56.710Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
155102026-06-02T17:53:56.710Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
155112026-06-02T17:53:56.710Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/zones.json",
155122026-06-02T17:53:56.710Z is_valid: true,
155132026-06-02T17:53:56.710Z message: "valid zone manifest: 5 artifacts in manifest generated by sled-agent: 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
155142026-06-02T17:53:56.710Z },
155152026-06-02T17:53:56.710Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
155162026-06-02T17:53:56.710Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
155172026-06-02T17:53:56.710Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/zones.json",
155182026-06-02T17:53:56.710Z is_valid: false,
155192026-06-02T17:53:56.710Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: a533a5d5-53d0-42b9-a5cb-e33ce4fd93d2): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
155202026-06-02T17:53:56.710Z },
155212026-06-02T17:53:56.710Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
155222026-06-02T17:53:56.710Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
155232026-06-02T17:53:56.710Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/zones.json",
155242026-06-02T17:53:56.710Z is_valid: false,
155252026-06-02T17:53:56.711Z message: "read error: error reading install metadata",
155262026-06-02T17:53:56.711Z },
155272026-06-02T17:53:56.711Z },
155282026-06-02T17:53:56.711Z },
155292026-06-02T17:53:56.711Z measurement_manifest: ManifestInventory {
155302026-06-02T17:53:56.711Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/measurements.json",
155312026-06-02T17:53:56.711Z boot_inventory: Ok(
155322026-06-02T17:53:56.711Z ManifestBootInventory {
155332026-06-02T17:53:56.711Z source: SledAgent,
155342026-06-02T17:53:56.711Z artifacts: {
155352026-06-02T17:53:56.711Z "clickhouse.tar.gz": ZoneArtifactInventory {
155362026-06-02T17:53:56.711Z file_name: "clickhouse.tar.gz",
155372026-06-02T17:53:56.711Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
155382026-06-02T17:53:56.711Z expected_size: 15,
155392026-06-02T17:53:56.711Z expected_hash: ArtifactHash(
155402026-06-02T17:53:56.711Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
155412026-06-02T17:53:56.711Z ),
155422026-06-02T17:53:56.711Z status: Ok(
155432026-06-02T17:53:56.711Z (),
155442026-06-02T17:53:56.711Z ),
155452026-06-02T17:53:56.711Z },
155462026-06-02T17:53:56.711Z "cockroachdb.tar.gz": ZoneArtifactInventory {
155472026-06-02T17:53:56.711Z file_name: "cockroachdb.tar.gz",
155482026-06-02T17:53:56.711Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
155492026-06-02T17:53:56.711Z expected_size: 16,
155502026-06-02T17:53:56.711Z expected_hash: ArtifactHash(
155512026-06-02T17:53:56.711Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
155522026-06-02T17:53:56.711Z ),
155532026-06-02T17:53:56.711Z status: Ok(
155542026-06-02T17:53:56.711Z (),
155552026-06-02T17:53:56.711Z ),
155562026-06-02T17:53:56.711Z },
155572026-06-02T17:53:56.711Z "crucible.tar.gz": ZoneArtifactInventory {
155582026-06-02T17:53:56.711Z file_name: "crucible.tar.gz",
155592026-06-02T17:53:56.711Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
155602026-06-02T17:53:56.711Z expected_size: 13,
155612026-06-02T17:53:56.711Z expected_hash: ArtifactHash(
155622026-06-02T17:53:56.711Z "a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
155632026-06-02T17:53:56.712Z ),
155642026-06-02T17:53:56.712Z status: Ok(
155652026-06-02T17:53:56.716Z (),
155662026-06-02T17:53:56.716Z ),
155672026-06-02T17:53:56.716Z },
155682026-06-02T17:53:56.716Z "internal_dns.tar.gz": ZoneArtifactInventory {
155692026-06-02T17:53:56.716Z file_name: "internal_dns.tar.gz",
155702026-06-02T17:53:56.716Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
155712026-06-02T17:53:56.716Z expected_size: 17,
155722026-06-02T17:53:56.716Z expected_hash: ArtifactHash(
155732026-06-02T17:53:56.716Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
155742026-06-02T17:53:56.716Z ),
155752026-06-02T17:53:56.716Z status: Ok(
155762026-06-02T17:53:56.716Z (),
155772026-06-02T17:53:56.716Z ),
155782026-06-02T17:53:56.716Z },
155792026-06-02T17:53:56.716Z "nexus.tar.gz": ZoneArtifactInventory {
155802026-06-02T17:53:56.716Z file_name: "nexus.tar.gz",
155812026-06-02T17:53:56.716Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/nexus.tar.gz",
155822026-06-02T17:53:56.716Z expected_size: 10,
155832026-06-02T17:53:56.716Z expected_hash: ArtifactHash(
155842026-06-02T17:53:56.716Z "96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80",
155852026-06-02T17:53:56.716Z ),
155862026-06-02T17:53:56.716Z status: Ok(
155872026-06-02T17:53:56.716Z (),
155882026-06-02T17:53:56.716Z ),
155892026-06-02T17:53:56.716Z },
155902026-06-02T17:53:56.716Z },
155912026-06-02T17:53:56.716Z },
155922026-06-02T17:53:56.716Z ),
155932026-06-02T17:53:56.716Z non_boot_status: {
155942026-06-02T17:53:56.716Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
155952026-06-02T17:53:56.716Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
155962026-06-02T17:53:56.717Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/measurements.json",
155972026-06-02T17:53:56.717Z is_valid: true,
155982026-06-02T17:53:56.717Z message: "valid zone manifest: 5 artifacts in manifest generated by sled-agent: 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
155992026-06-02T17:53:56.717Z },
156002026-06-02T17:53:56.717Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
156012026-06-02T17:53:56.717Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
156022026-06-02T17:53:56.717Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/measurements.json",
156032026-06-02T17:53:56.717Z is_valid: false,
156042026-06-02T17:53:56.717Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: a533a5d5-53d0-42b9-a5cb-e33ce4fd93d2): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
156052026-06-02T17:53:56.717Z },
156062026-06-02T17:53:56.717Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
156072026-06-02T17:53:56.717Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
156082026-06-02T17:53:56.717Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/measurements.json",
156092026-06-02T17:53:56.717Z is_valid: false,
156102026-06-02T17:53:56.717Z message: "read error: error reading install metadata",
156112026-06-02T17:53:56.717Z },
156122026-06-02T17:53:56.717Z },
156132026-06-02T17:53:56.717Z },
156142026-06-02T17:53:56.717Z mupdate_override: MupdateOverrideInventory {
156152026-06-02T17:53:56.717Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/mupdate-override.json",
156162026-06-02T17:53:56.717Z boot_override: Ok(
156172026-06-02T17:53:56.717Z None,
156182026-06-02T17:53:56.717Z ),
156192026-06-02T17:53:56.717Z non_boot_status: {
156202026-06-02T17:53:56.717Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): MupdateOverrideNonBootInventory {
156212026-06-02T17:53:56.717Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
156222026-06-02T17:53:56.717Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/mupdate-override.json",
156232026-06-02T17:53:56.717Z is_valid: true,
156242026-06-02T17:53:56.717Z message: "matches boot disk (present)",
156252026-06-02T17:53:56.717Z },
156262026-06-02T17:53:56.717Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): MupdateOverrideNonBootInventory {
156272026-06-02T17:53:56.717Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
156282026-06-02T17:53:56.717Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/mupdate-override.json",
156292026-06-02T17:53:56.717Z is_valid: false,
156302026-06-02T17:53:56.717Z message: "boot disk has override but non-boot disk does not",
156312026-06-02T17:53:56.717Z },
156322026-06-02T17:53:56.717Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): MupdateOverrideNonBootInventory {
156332026-06-02T17:53:56.717Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
156342026-06-02T17:53:56.718Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/mupdate-override.json",
156352026-06-02T17:53:56.718Z is_valid: false,
156362026-06-02T17:53:56.718Z message: "read error: install metadata read error",
156372026-06-02T17:53:56.718Z },
156382026-06-02T17:53:56.718Z },
156392026-06-02T17:53:56.718Z },
156402026-06-02T17:53:56.718Z },
156412026-06-02T17:53:56.718Z smf_services_enabled_not_online: DataUnavailable,
156422026-06-02T17:53:56.718Z reference_measurements: {
156432026-06-02T17:53:56.718Z "/this/path": SingleMeasurementInventory {
156442026-06-02T17:53:56.718Z path: "/this/path",
156452026-06-02T17:53:56.718Z result: Ok,
156462026-06-02T17:53:56.718Z },
156472026-06-02T17:53:56.718Z "/this/path2": SingleMeasurementInventory {
156482026-06-02T17:53:56.718Z path: "/this/path2",
156492026-06-02T17:53:56.718Z result: Ok,
156502026-06-02T17:53:56.718Z },
156512026-06-02T17:53:56.718Z },
156522026-06-02T17:53:56.718Z },
156532026-06-02T17:53:56.718Z },
156542026-06-02T17:53:56.718Z clickhouse_keeper_cluster_membership: {
156552026-06-02T17:53:56.718Z ClickhouseKeeperClusterMembership {
156562026-06-02T17:53:56.718Z queried_keeper: KeeperId(
156572026-06-02T17:53:56.718Z 1,
156582026-06-02T17:53:56.718Z ),
156592026-06-02T17:53:56.718Z leader_committed_log_index: 1000,
156602026-06-02T17:53:56.718Z raft_config: {
156612026-06-02T17:53:56.718Z KeeperId(
156622026-06-02T17:53:56.718Z 1,
156632026-06-02T17:53:56.718Z ),
156642026-06-02T17:53:56.718Z },
156652026-06-02T17:53:56.726Z },
156662026-06-02T17:53:56.726Z },
156672026-06-02T17:53:56.726Z cockroach_status: {
156682026-06-02T17:53:56.726Z InternalNodeId(
156692026-06-02T17:53:56.726Z "1",
156702026-06-02T17:53:56.726Z ): CockroachStatus {
156712026-06-02T17:53:56.726Z ranges_underreplicated: Some(
156722026-06-02T17:53:56.726Z 0,
156732026-06-02T17:53:56.726Z ),
156742026-06-02T17:53:56.726Z liveness_live_nodes: None,
156752026-06-02T17:53:56.726Z },
156762026-06-02T17:53:56.726Z },
156772026-06-02T17:53:56.726Z ntp_timesync: {
156782026-06-02T17:53:56.726Z d359ee17-1156-42d4-83b4-7172d0f649b2 (omicron_zone): TimeSync {
156792026-06-02T17:53:56.726Z zone_id: d359ee17-1156-42d4-83b4-7172d0f649b2 (omicron_zone),
156802026-06-02T17:53:56.726Z synced: true,
156812026-06-02T17:53:56.726Z },
156822026-06-02T17:53:56.726Z },
156832026-06-02T17:53:56.726Z internal_dns_generation_status: {
156842026-06-02T17:53:56.726Z 38c00cb7-4ae0-4800-910a-9bb7c9310d90 (omicron_zone): InternalDnsGenerationStatus {
156852026-06-02T17:53:56.727Z zone_id: 38c00cb7-4ae0-4800-910a-9bb7c9310d90 (omicron_zone),
156862026-06-02T17:53:56.727Z generation: Generation(
156872026-06-02T17:53:56.727Z 1,
156882026-06-02T17:53:56.727Z ),
156892026-06-02T17:53:56.727Z },
156902026-06-02T17:53:56.727Z },
156912026-06-02T17:53:56.727Z }
156922026-06-02T17:53:56.727Z test builder::test::test_basic ... FAILED
156932026-06-02T17:53:56.727Z
156942026-06-02T17:53:56.727Z failures:
156952026-06-02T17:53:56.727Z
156962026-06-02T17:53:56.727Z failures:
156972026-06-02T17:53:56.727Z builder::test::test_basic
156982026-06-02T17:53:56.727Z
156992026-06-02T17:53:56.727Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.36s
157002026-06-02T17:53:56.727Z
157012026-06-02T17:53:56.727Z stderr ───
157022026-06-02T17:53:56.727Z
157032026-06-02T17:53:56.727Z thread 'builder::test::test_basic' (2) panicked at nexus/inventory/src/builder.rs:871:9:
157042026-06-02T17:53:56.727Z assertion `left == right` failed
157052026-06-02T17:53:56.727Z left: ["MGS \"fake MGS 1\": reading RoT state for BaseboardId { part_number: \"model1\", serial_number: \"s2\" }: test suite injected error"]
157062026-06-02T17:53:56.727Z right: ["MGS \"fake MGS 1\": reading RoT state for BaseboardId { part_number: \"model1\", serial_number: \"s2\" }: test suite injected error", "sled 5c5b4cf9-3e13-45fd-871c-f177d6537510: reported unknown baseboard"]
157072026-06-02T17:53:56.727Z stack backtrace:
157082026-06-02T17:53:56.728Z 0: __rustc::rust_begin_unwind
157092026-06-02T17:53:56.728Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
157102026-06-02T17:53:56.728Z 1: core::panicking::panic_fmt
157112026-06-02T17:53:56.728Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
157122026-06-02T17:53:56.728Z 2: core::panicking::assert_failed_inner
157132026-06-02T17:53:56.728Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:439:17
157142026-06-02T17:53:56.728Z 3: core::panicking::assert_failed::<alloc::vec::Vec<alloc::string::String>, [&str; 2]>
157152026-06-02T17:53:56.728Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:394:5
157162026-06-02T17:53:56.728Z 4: test_basic
157172026-06-02T17:53:56.728Z at ./src/builder.rs:871:9
157182026-06-02T17:53:56.728Z 5: nexus_inventory::builder::test::test_basic::{closure#0}
157192026-06-02T17:53:56.728Z at ./src/builder.rs:846:20
157202026-06-02T17:53:56.728Z 6: <nexus_inventory::builder::test::test_basic::{closure#0} as core::ops::function::FnOnce<()>>::call_once
157212026-06-02T17:53:56.728Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
157222026-06-02T17:53:56.728Z 7: core::ops::function::FnOnce::call_once
157232026-06-02T17:53:56.728Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
157242026-06-02T17:53:56.728Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
157252026-06-02T17:53:56.728Z
157262026-06-02T17:53:56.728Z PASS [ 0.550s] ( 880/2830) nexus-inventory collector::test::test_sled_agent_failure
157272026-06-02T17:53:56.728Z PASS [ 2.520s] ( 881/2830) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
157282026-06-02T17:53:56.728Z PASS [ 2.420s] ( 882/2830) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
157292026-06-02T17:53:56.779Z PASS [ 2.373s] ( 883/2830) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
157302026-06-02T17:53:56.849Z PASS [ 2.434s] ( 884/2830) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
157312026-06-02T17:53:56.877Z PASS [ 2.461s] ( 885/2830) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
157322026-06-02T17:53:56.877Z PASS [ 2.368s] ( 886/2830) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
157332026-06-02T17:53:57.009Z PASS [ 3.975s] ( 887/2830) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
157342026-06-02T17:53:57.050Z PASS [ 2.443s] ( 888/2830) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
157352026-06-02T17:53:57.056Z PASS [ 0.812s] ( 889/2830) nexus-mgs-updates driver_update::test::test_rot_basic_failures
157362026-06-02T17:53:57.099Z PASS [ 3.898s] ( 890/2830) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
157372026-06-02T17:53:57.103Z PASS [ 2.484s] ( 891/2830) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
157382026-06-02T17:53:57.164Z PASS [ 3.901s] ( 892/2830) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
157392026-06-02T17:53:57.168Z PASS [ 2.533s] ( 893/2830) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
157402026-06-02T17:53:57.188Z TRY 3 FAIL [ 0.516s] ( 894/2830) nexus-inventory builder::test::test_basic
157412026-06-02T17:53:57.188Z stdout ───
157422026-06-02T17:53:57.188Z
157432026-06-02T17:53:57.188Z running 1 test
157442026-06-02T17:53:57.188Z Collection {
157452026-06-02T17:53:57.188Z id: 095d2950-ac89-4b03-9618-6aaa3864e92f (collection),
157462026-06-02T17:53:57.188Z errors: [
157472026-06-02T17:53:57.188Z "MGS \"fake MGS 1\": reading RoT state for BaseboardId { part_number: \"model1\", serial_number: \"s2\" }: test suite injected error",
157482026-06-02T17:53:57.188Z ],
157492026-06-02T17:53:57.188Z time_started: 2026-06-02T17:53:56.273894Z,
157502026-06-02T17:53:57.188Z time_done: 2026-06-02T17:53:56.282555Z,
157512026-06-02T17:53:57.188Z collector: "example",
157522026-06-02T17:53:57.188Z baseboards: {
157532026-06-02T17:53:57.188Z BaseboardId {
157542026-06-02T17:53:57.188Z part_number: "model1",
157552026-06-02T17:53:57.188Z serial_number: "s1",
157562026-06-02T17:53:57.188Z },
157572026-06-02T17:53:57.188Z BaseboardId {
157582026-06-02T17:53:57.188Z part_number: "model1",
157592026-06-02T17:53:57.189Z serial_number: "s2",
157602026-06-02T17:53:57.189Z },
157612026-06-02T17:53:57.189Z BaseboardId {
157622026-06-02T17:53:57.189Z part_number: "model1",
157632026-06-02T17:53:57.189Z serial_number: "s4",
157642026-06-02T17:53:57.189Z },
157652026-06-02T17:53:57.189Z BaseboardId {
157662026-06-02T17:53:57.189Z part_number: "model2",
157672026-06-02T17:53:57.189Z serial_number: "s1",
157682026-06-02T17:53:57.189Z },
157692026-06-02T17:53:57.189Z BaseboardId {
157702026-06-02T17:53:57.189Z part_number: "model3",
157712026-06-02T17:53:57.189Z serial_number: "s1",
157722026-06-02T17:53:57.189Z },
157732026-06-02T17:53:57.189Z BaseboardId {
157742026-06-02T17:53:57.189Z part_number: "model4",
157752026-06-02T17:53:57.189Z serial_number: "s2",
157762026-06-02T17:53:57.189Z },
157772026-06-02T17:53:57.189Z },
157782026-06-02T17:53:57.189Z cabooses: {
157792026-06-02T17:53:57.189Z Caboose {
157802026-06-02T17:53:57.189Z board: "board_1",
157812026-06-02T17:53:57.189Z git_commit: "git_commit_1",
157822026-06-02T17:53:57.189Z name: "name_1",
157832026-06-02T17:53:57.189Z version: "version_1",
157842026-06-02T17:53:57.189Z sign: Some(
157852026-06-02T17:53:57.189Z "sign_1",
157862026-06-02T17:53:57.189Z ),
157872026-06-02T17:53:57.189Z },
157882026-06-02T17:53:57.189Z Caboose {
157892026-06-02T17:53:57.189Z board: "board_psc_rot_a",
157902026-06-02T17:53:57.189Z git_commit: "git_commit_psc_rot_a",
157912026-06-02T17:53:57.189Z name: "name_psc_rot_a",
157922026-06-02T17:53:57.189Z version: "version_psc_rot_a",
157932026-06-02T17:53:57.189Z sign: Some(
157942026-06-02T17:53:57.189Z "sign_psc_rot_a",
157952026-06-02T17:53:57.189Z ),
157962026-06-02T17:53:57.189Z },
157972026-06-02T17:53:57.189Z Caboose {
157982026-06-02T17:53:57.190Z board: "board_psc_rot_b",
157992026-06-02T17:53:57.190Z git_commit: "git_commit_psc_rot_b",
158002026-06-02T17:53:57.190Z name: "name_psc_rot_b",
158012026-06-02T17:53:57.190Z version: "version_psc_rot_b",
158022026-06-02T17:53:57.190Z sign: Some(
158032026-06-02T17:53:57.190Z "sign_psc_rot_b",
158042026-06-02T17:53:57.190Z ),
158052026-06-02T17:53:57.190Z },
158062026-06-02T17:53:57.190Z Caboose {
158072026-06-02T17:53:57.190Z board: "board_psc_sp_0",
158082026-06-02T17:53:57.190Z git_commit: "git_commit_psc_sp_0",
158092026-06-02T17:53:57.190Z name: "name_psc_sp_0",
158102026-06-02T17:53:57.190Z version: "version_psc_sp_0",
158112026-06-02T17:53:57.190Z sign: Some(
158122026-06-02T17:53:57.190Z "sign_psc_sp_0",
158132026-06-02T17:53:57.190Z ),
158142026-06-02T17:53:57.190Z },
158152026-06-02T17:53:57.190Z Caboose {
158162026-06-02T17:53:57.190Z board: "board_psc_sp_1",
158172026-06-02T17:53:57.190Z git_commit: "git_commit_psc_sp_1",
158182026-06-02T17:53:57.190Z name: "name_psc_sp_1",
158192026-06-02T17:53:57.190Z version: "version_psc_sp_1",
158202026-06-02T17:53:57.190Z sign: Some(
158212026-06-02T17:53:57.190Z "sign_psc_sp_1",
158222026-06-02T17:53:57.190Z ),
158232026-06-02T17:53:57.190Z },
158242026-06-02T17:53:57.190Z },
158252026-06-02T17:53:57.190Z rot_pages: {
158262026-06-02T17:53:57.190Z RotPage {
158272026-06-02T17:53:57.190Z data_base64: "MQ==",
158282026-06-02T17:53:57.190Z },
158292026-06-02T17:53:57.190Z RotPage {
158302026-06-02T17:53:57.190Z data_base64: "cHNjIGNmcGEgYWN0aXZl",
158312026-06-02T17:53:57.190Z },
158322026-06-02T17:53:57.190Z RotPage {
158332026-06-02T17:53:57.190Z data_base64: "cHNjIGNmcGEgaW5hY3RpdmU=",
158342026-06-02T17:53:57.190Z },
158352026-06-02T17:53:57.190Z RotPage {
158362026-06-02T17:53:57.190Z data_base64: "cHNjIGNmcGEgc2NyYXRjaA==",
158372026-06-02T17:53:57.191Z },
158382026-06-02T17:53:57.191Z RotPage {
158392026-06-02T17:53:57.191Z data_base64: "cHNjIGNtcGE=",
158402026-06-02T17:53:57.194Z },
158412026-06-02T17:53:57.195Z },
158422026-06-02T17:53:57.195Z sps: {
158432026-06-02T17:53:57.195Z BaseboardId {
158442026-06-02T17:53:57.195Z part_number: "model1",
158452026-06-02T17:53:57.195Z serial_number: "s1",
158462026-06-02T17:53:57.195Z }: ServiceProcessor {
158472026-06-02T17:53:57.195Z time_collected: 2026-06-02T17:53:56.274150Z,
158482026-06-02T17:53:57.195Z source: "fake MGS 1",
158492026-06-02T17:53:57.195Z sp_type: Sled,
158502026-06-02T17:53:57.195Z sp_slot: 3,
158512026-06-02T17:53:57.195Z baseboard_revision: 0,
158522026-06-02T17:53:57.195Z hubris_archive: "hubris1",
158532026-06-02T17:53:57.195Z power_state: A0,
158542026-06-02T17:53:57.195Z },
158552026-06-02T17:53:57.195Z BaseboardId {
158562026-06-02T17:53:57.195Z part_number: "model1",
158572026-06-02T17:53:57.195Z serial_number: "s2",
158582026-06-02T17:53:57.195Z }: ServiceProcessor {
158592026-06-02T17:53:57.195Z time_collected: 2026-06-02T17:53:56.274377Z,
158602026-06-02T17:53:57.195Z source: "fake MGS 1",
158612026-06-02T17:53:57.195Z sp_type: Sled,
158622026-06-02T17:53:57.195Z sp_slot: 5,
158632026-06-02T17:53:57.195Z baseboard_revision: 1,
158642026-06-02T17:53:57.195Z hubris_archive: "hubris5",
158652026-06-02T17:53:57.195Z power_state: A2,
158662026-06-02T17:53:57.195Z },
158672026-06-02T17:53:57.195Z BaseboardId {
158682026-06-02T17:53:57.195Z part_number: "model2",
158692026-06-02T17:53:57.195Z serial_number: "s1",
158702026-06-02T17:53:57.195Z }: ServiceProcessor {
158712026-06-02T17:53:57.195Z time_collected: 2026-06-02T17:53:56.274324Z,
158722026-06-02T17:53:57.195Z source: "fake MGS 2",
158732026-06-02T17:53:57.195Z sp_type: Sled,
158742026-06-02T17:53:57.195Z sp_slot: 4,
158752026-06-02T17:53:57.195Z baseboard_revision: 1,
158762026-06-02T17:53:57.195Z hubris_archive: "hubris2",
158772026-06-02T17:53:57.195Z power_state: A2,
158782026-06-02T17:53:57.195Z },
158792026-06-02T17:53:57.196Z BaseboardId {
158802026-06-02T17:53:57.196Z part_number: "model3",
158812026-06-02T17:53:57.196Z serial_number: "s1",
158822026-06-02T17:53:57.196Z }: ServiceProcessor {
158832026-06-02T17:53:57.196Z time_collected: 2026-06-02T17:53:56.274356Z,
158842026-06-02T17:53:57.196Z source: "fake MGS 2",
158852026-06-02T17:53:57.196Z sp_type: Switch,
158862026-06-02T17:53:57.196Z sp_slot: 0,
158872026-06-02T17:53:57.196Z baseboard_revision: 2,
158882026-06-02T17:53:57.196Z hubris_archive: "hubris3",
158892026-06-02T17:53:57.196Z power_state: A1,
158902026-06-02T17:53:57.196Z },
158912026-06-02T17:53:57.196Z BaseboardId {
158922026-06-02T17:53:57.196Z part_number: "model4",
158932026-06-02T17:53:57.196Z serial_number: "s2",
158942026-06-02T17:53:57.196Z }: ServiceProcessor {
158952026-06-02T17:53:57.196Z time_collected: 2026-06-02T17:53:56.274359Z,
158962026-06-02T17:53:57.196Z source: "fake MGS 1",
158972026-06-02T17:53:57.196Z sp_type: Power,
158982026-06-02T17:53:57.196Z sp_slot: 1,
158992026-06-02T17:53:57.196Z baseboard_revision: 3,
159002026-06-02T17:53:57.196Z hubris_archive: "hubris4",
159012026-06-02T17:53:57.196Z power_state: A2,
159022026-06-02T17:53:57.196Z },
159032026-06-02T17:53:57.196Z },
159042026-06-02T17:53:57.196Z host_phase_1_active_slots: {
159052026-06-02T17:53:57.196Z BaseboardId {
159062026-06-02T17:53:57.196Z part_number: "model1",
159072026-06-02T17:53:57.196Z serial_number: "s1",
159082026-06-02T17:53:57.196Z }: HostPhase1ActiveSlot {
159092026-06-02T17:53:57.196Z time_collected: 2026-06-02T17:53:56.274808Z,
159102026-06-02T17:53:57.196Z source: "fake MGS 1",
159112026-06-02T17:53:57.196Z slot: A,
159122026-06-02T17:53:57.196Z },
159132026-06-02T17:53:57.196Z BaseboardId {
159142026-06-02T17:53:57.196Z part_number: "model2",
159152026-06-02T17:53:57.196Z serial_number: "s1",
159162026-06-02T17:53:57.196Z }: HostPhase1ActiveSlot {
159172026-06-02T17:53:57.197Z time_collected: 2026-06-02T17:53:56.274811Z,
159182026-06-02T17:53:57.197Z source: "fake MGS 1",
159192026-06-02T17:53:57.197Z slot: B,
159202026-06-02T17:53:57.197Z },
159212026-06-02T17:53:57.197Z },
159222026-06-02T17:53:57.197Z host_phase_1_flash_hashes: {
159232026-06-02T17:53:57.197Z A: {
159242026-06-02T17:53:57.197Z BaseboardId {
159252026-06-02T17:53:57.197Z part_number: "model1",
159262026-06-02T17:53:57.197Z serial_number: "s1",
159272026-06-02T17:53:57.197Z }: HostPhase1FlashHash {
159282026-06-02T17:53:57.197Z time_collected: 2026-06-02T17:53:56.274831Z,
159292026-06-02T17:53:57.197Z source: "fake MGS 1",
159302026-06-02T17:53:57.197Z slot: A,
159312026-06-02T17:53:57.197Z hash: ArtifactHash(
159322026-06-02T17:53:57.197Z "0101010101010101010101010101010101010101010101010101010101010101",
159332026-06-02T17:53:57.197Z ),
159342026-06-02T17:53:57.197Z },
159352026-06-02T17:53:57.197Z },
159362026-06-02T17:53:57.197Z B: {
159372026-06-02T17:53:57.197Z BaseboardId {
159382026-06-02T17:53:57.197Z part_number: "model1",
159392026-06-02T17:53:57.197Z serial_number: "s1",
159402026-06-02T17:53:57.201Z }: HostPhase1FlashHash {
159412026-06-02T17:53:57.201Z time_collected: 2026-06-02T17:53:56.274855Z,
159422026-06-02T17:53:57.201Z source: "fake MGS 1",
159432026-06-02T17:53:57.201Z slot: B,
159442026-06-02T17:53:57.201Z hash: ArtifactHash(
159452026-06-02T17:53:57.201Z "0202020202020202020202020202020202020202020202020202020202020202",
159462026-06-02T17:53:57.201Z ),
159472026-06-02T17:53:57.201Z },
159482026-06-02T17:53:57.201Z BaseboardId {
159492026-06-02T17:53:57.201Z part_number: "model2",
159502026-06-02T17:53:57.201Z serial_number: "s1",
159512026-06-02T17:53:57.202Z }: HostPhase1FlashHash {
159522026-06-02T17:53:57.202Z time_collected: 2026-06-02T17:53:56.274856Z,
159532026-06-02T17:53:57.202Z source: "fake MGS 1",
159542026-06-02T17:53:57.202Z slot: B,
159552026-06-02T17:53:57.202Z hash: ArtifactHash(
159562026-06-02T17:53:57.202Z "0303030303030303030303030303030303030303030303030303030303030303",
159572026-06-02T17:53:57.202Z ),
159582026-06-02T17:53:57.202Z },
159592026-06-02T17:53:57.202Z },
159602026-06-02T17:53:57.202Z },
159612026-06-02T17:53:57.202Z rots: {
159622026-06-02T17:53:57.202Z BaseboardId {
159632026-06-02T17:53:57.202Z part_number: "model1",
159642026-06-02T17:53:57.202Z serial_number: "s1",
159652026-06-02T17:53:57.202Z }: RotState {
159662026-06-02T17:53:57.202Z time_collected: 2026-06-02T17:53:56.274150Z,
159672026-06-02T17:53:57.202Z source: "fake MGS 1",
159682026-06-02T17:53:57.202Z active_slot: A,
159692026-06-02T17:53:57.202Z persistent_boot_preference: A,
159702026-06-02T17:53:57.202Z pending_persistent_boot_preference: None,
159712026-06-02T17:53:57.202Z transient_boot_preference: None,
159722026-06-02T17:53:57.202Z slot_a_sha3_256_digest: Some(
159732026-06-02T17:53:57.202Z "slotAdigest1",
159742026-06-02T17:53:57.202Z ),
159752026-06-02T17:53:57.202Z slot_b_sha3_256_digest: Some(
159762026-06-02T17:53:57.202Z "slotBdigest1",
159772026-06-02T17:53:57.202Z ),
159782026-06-02T17:53:57.202Z stage0_digest: None,
159792026-06-02T17:53:57.202Z stage0next_digest: None,
159802026-06-02T17:53:57.202Z slot_a_error: None,
159812026-06-02T17:53:57.202Z slot_b_error: None,
159822026-06-02T17:53:57.202Z stage0_error: None,
159832026-06-02T17:53:57.202Z stage0next_error: None,
159842026-06-02T17:53:57.202Z },
159852026-06-02T17:53:57.202Z BaseboardId {
159862026-06-02T17:53:57.202Z part_number: "model2",
159872026-06-02T17:53:57.202Z serial_number: "s1",
159882026-06-02T17:53:57.203Z }: RotState {
159892026-06-02T17:53:57.203Z time_collected: 2026-06-02T17:53:56.274324Z,
159902026-06-02T17:53:57.203Z source: "fake MGS 2",
159912026-06-02T17:53:57.203Z active_slot: B,
159922026-06-02T17:53:57.203Z persistent_boot_preference: A,
159932026-06-02T17:53:57.203Z pending_persistent_boot_preference: Some(
159942026-06-02T17:53:57.203Z A,
159952026-06-02T17:53:57.203Z ),
159962026-06-02T17:53:57.203Z transient_boot_preference: Some(
159972026-06-02T17:53:57.203Z B,
159982026-06-02T17:53:57.203Z ),
159992026-06-02T17:53:57.203Z slot_a_sha3_256_digest: Some(
160002026-06-02T17:53:57.203Z "slotAdigest2",
160012026-06-02T17:53:57.203Z ),
160022026-06-02T17:53:57.203Z slot_b_sha3_256_digest: Some(
160032026-06-02T17:53:57.203Z "slotBdigest2",
160042026-06-02T17:53:57.203Z ),
160052026-06-02T17:53:57.203Z stage0_digest: None,
160062026-06-02T17:53:57.203Z stage0next_digest: None,
160072026-06-02T17:53:57.203Z slot_a_error: None,
160082026-06-02T17:53:57.203Z slot_b_error: None,
160092026-06-02T17:53:57.203Z stage0_error: None,
160102026-06-02T17:53:57.203Z stage0next_error: None,
160112026-06-02T17:53:57.203Z },
160122026-06-02T17:53:57.203Z BaseboardId {
160132026-06-02T17:53:57.203Z part_number: "model3",
160142026-06-02T17:53:57.203Z serial_number: "s1",
160152026-06-02T17:53:57.203Z }: RotState {
160162026-06-02T17:53:57.203Z time_collected: 2026-06-02T17:53:56.274356Z,
160172026-06-02T17:53:57.203Z source: "fake MGS 2",
160182026-06-02T17:53:57.203Z active_slot: B,
160192026-06-02T17:53:57.203Z persistent_boot_preference: A,
160202026-06-02T17:53:57.203Z pending_persistent_boot_preference: None,
160212026-06-02T17:53:57.203Z transient_boot_preference: None,
160222026-06-02T17:53:57.203Z slot_a_sha3_256_digest: Some(
160232026-06-02T17:53:57.203Z "slotAdigest3",
160242026-06-02T17:53:57.203Z ),
160252026-06-02T17:53:57.203Z slot_b_sha3_256_digest: Some(
160262026-06-02T17:53:57.204Z "slotBdigest3",
160272026-06-02T17:53:57.204Z ),
160282026-06-02T17:53:57.204Z stage0_digest: None,
160292026-06-02T17:53:57.204Z stage0next_digest: None,
160302026-06-02T17:53:57.204Z slot_a_error: None,
160312026-06-02T17:53:57.204Z slot_b_error: None,
160322026-06-02T17:53:57.204Z stage0_error: None,
160332026-06-02T17:53:57.204Z stage0next_error: None,
160342026-06-02T17:53:57.204Z },
160352026-06-02T17:53:57.204Z BaseboardId {
160362026-06-02T17:53:57.204Z part_number: "model4",
160372026-06-02T17:53:57.204Z serial_number: "s2",
160382026-06-02T17:53:57.204Z }: RotState {
160392026-06-02T17:53:57.204Z time_collected: 2026-06-02T17:53:56.274359Z,
160402026-06-02T17:53:57.208Z source: "fake MGS 1",
160412026-06-02T17:53:57.208Z active_slot: B,
160422026-06-02T17:53:57.208Z persistent_boot_preference: A,
160432026-06-02T17:53:57.208Z pending_persistent_boot_preference: None,
160442026-06-02T17:53:57.208Z transient_boot_preference: None,
160452026-06-02T17:53:57.208Z slot_a_sha3_256_digest: Some(
160462026-06-02T17:53:57.208Z "slotAdigest4",
160472026-06-02T17:53:57.208Z ),
160482026-06-02T17:53:57.208Z slot_b_sha3_256_digest: Some(
160492026-06-02T17:53:57.208Z "slotBdigest4",
160502026-06-02T17:53:57.208Z ),
160512026-06-02T17:53:57.208Z stage0_digest: None,
160522026-06-02T17:53:57.208Z stage0next_digest: None,
160532026-06-02T17:53:57.208Z slot_a_error: None,
160542026-06-02T17:53:57.208Z slot_b_error: None,
160552026-06-02T17:53:57.208Z stage0_error: None,
160562026-06-02T17:53:57.208Z stage0next_error: None,
160572026-06-02T17:53:57.208Z },
160582026-06-02T17:53:57.208Z },
160592026-06-02T17:53:57.208Z cabooses_found: {
160602026-06-02T17:53:57.208Z SpSlot0: {
160612026-06-02T17:53:57.208Z BaseboardId {
160622026-06-02T17:53:57.208Z part_number: "model1",
160632026-06-02T17:53:57.208Z serial_number: "s1",
160642026-06-02T17:53:57.208Z }: CabooseFound {
160652026-06-02T17:53:57.208Z time_collected: 2026-06-02T17:53:56.274926Z,
160662026-06-02T17:53:57.208Z source: "test suite",
160672026-06-02T17:53:57.209Z caboose: Caboose {
160682026-06-02T17:53:57.209Z board: "board_1",
160692026-06-02T17:53:57.209Z git_commit: "git_commit_1",
160702026-06-02T17:53:57.209Z name: "name_1",
160712026-06-02T17:53:57.209Z version: "version_1",
160722026-06-02T17:53:57.209Z sign: Some(
160732026-06-02T17:53:57.209Z "sign_1",
160742026-06-02T17:53:57.209Z ),
160752026-06-02T17:53:57.209Z },
160762026-06-02T17:53:57.209Z },
160772026-06-02T17:53:57.209Z BaseboardId {
160782026-06-02T17:53:57.209Z part_number: "model2",
160792026-06-02T17:53:57.209Z serial_number: "s1",
160802026-06-02T17:53:57.209Z }: CabooseFound {
160812026-06-02T17:53:57.209Z time_collected: 2026-06-02T17:53:56.275005Z,
160822026-06-02T17:53:57.209Z source: "test suite",
160832026-06-02T17:53:57.209Z caboose: Caboose {
160842026-06-02T17:53:57.209Z board: "board_1",
160852026-06-02T17:53:57.209Z git_commit: "git_commit_1",
160862026-06-02T17:53:57.209Z name: "name_1",
160872026-06-02T17:53:57.209Z version: "version_1",
160882026-06-02T17:53:57.209Z sign: Some(
160892026-06-02T17:53:57.209Z "sign_1",
160902026-06-02T17:53:57.209Z ),
160912026-06-02T17:53:57.209Z },
160922026-06-02T17:53:57.209Z },
160932026-06-02T17:53:57.209Z BaseboardId {
160942026-06-02T17:53:57.209Z part_number: "model3",
160952026-06-02T17:53:57.209Z serial_number: "s1",
160962026-06-02T17:53:57.209Z }: CabooseFound {
160972026-06-02T17:53:57.209Z time_collected: 2026-06-02T17:53:56.275014Z,
160982026-06-02T17:53:57.209Z source: "test suite",
160992026-06-02T17:53:57.209Z caboose: Caboose {
161002026-06-02T17:53:57.209Z board: "board_1",
161012026-06-02T17:53:57.209Z git_commit: "git_commit_1",
161022026-06-02T17:53:57.209Z name: "name_1",
161032026-06-02T17:53:57.209Z version: "version_1",
161042026-06-02T17:53:57.209Z sign: Some(
161052026-06-02T17:53:57.210Z "sign_1",
161062026-06-02T17:53:57.210Z ),
161072026-06-02T17:53:57.210Z },
161082026-06-02T17:53:57.210Z },
161092026-06-02T17:53:57.210Z BaseboardId {
161102026-06-02T17:53:57.210Z part_number: "model4",
161112026-06-02T17:53:57.210Z serial_number: "s2",
161122026-06-02T17:53:57.210Z }: CabooseFound {
161132026-06-02T17:53:57.210Z time_collected: 2026-06-02T17:53:56.275024Z,
161142026-06-02T17:53:57.210Z source: "test suite",
161152026-06-02T17:53:57.210Z caboose: Caboose {
161162026-06-02T17:53:57.210Z board: "board_psc_sp_0",
161172026-06-02T17:53:57.210Z git_commit: "git_commit_psc_sp_0",
161182026-06-02T17:53:57.210Z name: "name_psc_sp_0",
161192026-06-02T17:53:57.210Z version: "version_psc_sp_0",
161202026-06-02T17:53:57.210Z sign: Some(
161212026-06-02T17:53:57.210Z "sign_psc_sp_0",
161222026-06-02T17:53:57.210Z ),
161232026-06-02T17:53:57.210Z },
161242026-06-02T17:53:57.210Z },
161252026-06-02T17:53:57.210Z },
161262026-06-02T17:53:57.210Z SpSlot1: {
161272026-06-02T17:53:57.210Z BaseboardId {
161282026-06-02T17:53:57.210Z part_number: "model1",
161292026-06-02T17:53:57.210Z serial_number: "s1",
161302026-06-02T17:53:57.210Z }: CabooseFound {
161312026-06-02T17:53:57.210Z time_collected: 2026-06-02T17:53:56.274991Z,
161322026-06-02T17:53:57.210Z source: "test suite",
161332026-06-02T17:53:57.210Z caboose: Caboose {
161342026-06-02T17:53:57.210Z board: "board_1",
161352026-06-02T17:53:57.210Z git_commit: "git_commit_1",
161362026-06-02T17:53:57.210Z name: "name_1",
161372026-06-02T17:53:57.210Z version: "version_1",
161382026-06-02T17:53:57.210Z sign: Some(
161392026-06-02T17:53:57.210Z "sign_1",
161402026-06-02T17:53:57.215Z ),
161412026-06-02T17:53:57.215Z },
161422026-06-02T17:53:57.215Z },
161432026-06-02T17:53:57.215Z BaseboardId {
161442026-06-02T17:53:57.215Z part_number: "model2",
161452026-06-02T17:53:57.215Z serial_number: "s1",
161462026-06-02T17:53:57.215Z }: CabooseFound {
161472026-06-02T17:53:57.215Z time_collected: 2026-06-02T17:53:56.275009Z,
161482026-06-02T17:53:57.215Z source: "test suite",
161492026-06-02T17:53:57.215Z caboose: Caboose {
161502026-06-02T17:53:57.215Z board: "board_1",
161512026-06-02T17:53:57.216Z git_commit: "git_commit_1",
161522026-06-02T17:53:57.216Z name: "name_1",
161532026-06-02T17:53:57.216Z version: "version_1",
161542026-06-02T17:53:57.216Z sign: Some(
161552026-06-02T17:53:57.216Z "sign_1",
161562026-06-02T17:53:57.216Z ),
161572026-06-02T17:53:57.216Z },
161582026-06-02T17:53:57.216Z },
161592026-06-02T17:53:57.216Z BaseboardId {
161602026-06-02T17:53:57.216Z part_number: "model3",
161612026-06-02T17:53:57.216Z serial_number: "s1",
161622026-06-02T17:53:57.216Z }: CabooseFound {
161632026-06-02T17:53:57.216Z time_collected: 2026-06-02T17:53:56.275016Z,
161642026-06-02T17:53:57.216Z source: "test suite",
161652026-06-02T17:53:57.216Z caboose: Caboose {
161662026-06-02T17:53:57.216Z board: "board_1",
161672026-06-02T17:53:57.216Z git_commit: "git_commit_1",
161682026-06-02T17:53:57.216Z name: "name_1",
161692026-06-02T17:53:57.216Z version: "version_1",
161702026-06-02T17:53:57.216Z sign: Some(
161712026-06-02T17:53:57.216Z "sign_1",
161722026-06-02T17:53:57.216Z ),
161732026-06-02T17:53:57.216Z },
161742026-06-02T17:53:57.216Z },
161752026-06-02T17:53:57.216Z BaseboardId {
161762026-06-02T17:53:57.216Z part_number: "model4",
161772026-06-02T17:53:57.216Z serial_number: "s2",
161782026-06-02T17:53:57.216Z }: CabooseFound {
161792026-06-02T17:53:57.216Z time_collected: 2026-06-02T17:53:56.275026Z,
161802026-06-02T17:53:57.216Z source: "test suite",
161812026-06-02T17:53:57.216Z caboose: Caboose {
161822026-06-02T17:53:57.216Z board: "board_psc_sp_1",
161832026-06-02T17:53:57.216Z git_commit: "git_commit_psc_sp_1",
161842026-06-02T17:53:57.216Z name: "name_psc_sp_1",
161852026-06-02T17:53:57.216Z version: "version_psc_sp_1",
161862026-06-02T17:53:57.216Z sign: Some(
161872026-06-02T17:53:57.216Z "sign_psc_sp_1",
161882026-06-02T17:53:57.216Z ),
161892026-06-02T17:53:57.216Z },
161902026-06-02T17:53:57.217Z },
161912026-06-02T17:53:57.217Z },
161922026-06-02T17:53:57.217Z RotSlotA: {
161932026-06-02T17:53:57.217Z BaseboardId {
161942026-06-02T17:53:57.217Z part_number: "model1",
161952026-06-02T17:53:57.217Z serial_number: "s1",
161962026-06-02T17:53:57.217Z }: CabooseFound {
161972026-06-02T17:53:57.217Z time_collected: 2026-06-02T17:53:56.274993Z,
161982026-06-02T17:53:57.217Z source: "test suite",
161992026-06-02T17:53:57.217Z caboose: Caboose {
162002026-06-02T17:53:57.217Z board: "board_1",
162012026-06-02T17:53:57.217Z git_commit: "git_commit_1",
162022026-06-02T17:53:57.217Z name: "name_1",
162032026-06-02T17:53:57.217Z version: "version_1",
162042026-06-02T17:53:57.217Z sign: Some(
162052026-06-02T17:53:57.217Z "sign_1",
162062026-06-02T17:53:57.217Z ),
162072026-06-02T17:53:57.217Z },
162082026-06-02T17:53:57.217Z },
162092026-06-02T17:53:57.217Z BaseboardId {
162102026-06-02T17:53:57.217Z part_number: "model2",
162112026-06-02T17:53:57.217Z serial_number: "s1",
162122026-06-02T17:53:57.217Z }: CabooseFound {
162132026-06-02T17:53:57.217Z time_collected: 2026-06-02T17:53:56.275010Z,
162142026-06-02T17:53:57.217Z source: "test suite",
162152026-06-02T17:53:57.217Z caboose: Caboose {
162162026-06-02T17:53:57.217Z board: "board_1",
162172026-06-02T17:53:57.217Z git_commit: "git_commit_1",
162182026-06-02T17:53:57.217Z name: "name_1",
162192026-06-02T17:53:57.217Z version: "version_1",
162202026-06-02T17:53:57.217Z sign: Some(
162212026-06-02T17:53:57.217Z "sign_1",
162222026-06-02T17:53:57.217Z ),
162232026-06-02T17:53:57.217Z },
162242026-06-02T17:53:57.217Z },
162252026-06-02T17:53:57.217Z BaseboardId {
162262026-06-02T17:53:57.217Z part_number: "model3",
162272026-06-02T17:53:57.217Z serial_number: "s1",
162282026-06-02T17:53:57.217Z }: CabooseFound {
162292026-06-02T17:53:57.217Z time_collected: 2026-06-02T17:53:56.275017Z,
162302026-06-02T17:53:57.218Z source: "test suite",
162312026-06-02T17:53:57.218Z caboose: Caboose {
162322026-06-02T17:53:57.218Z board: "board_1",
162332026-06-02T17:53:57.218Z git_commit: "git_commit_1",
162342026-06-02T17:53:57.218Z name: "name_1",
162352026-06-02T17:53:57.218Z version: "version_1",
162362026-06-02T17:53:57.218Z sign: Some(
162372026-06-02T17:53:57.218Z "sign_1",
162382026-06-02T17:53:57.218Z ),
162392026-06-02T17:53:57.218Z },
162402026-06-02T17:53:57.223Z },
162412026-06-02T17:53:57.224Z BaseboardId {
162422026-06-02T17:53:57.224Z part_number: "model4",
162432026-06-02T17:53:57.224Z serial_number: "s2",
162442026-06-02T17:53:57.224Z }: CabooseFound {
162452026-06-02T17:53:57.224Z time_collected: 2026-06-02T17:53:56.275028Z,
162462026-06-02T17:53:57.224Z source: "test suite",
162472026-06-02T17:53:57.224Z caboose: Caboose {
162482026-06-02T17:53:57.224Z board: "board_psc_rot_a",
162492026-06-02T17:53:57.224Z git_commit: "git_commit_psc_rot_a",
162502026-06-02T17:53:57.224Z name: "name_psc_rot_a",
162512026-06-02T17:53:57.224Z version: "version_psc_rot_a",
162522026-06-02T17:53:57.224Z sign: Some(
162532026-06-02T17:53:57.224Z "sign_psc_rot_a",
162542026-06-02T17:53:57.224Z ),
162552026-06-02T17:53:57.224Z },
162562026-06-02T17:53:57.224Z },
162572026-06-02T17:53:57.224Z },
162582026-06-02T17:53:57.224Z RotSlotB: {
162592026-06-02T17:53:57.224Z BaseboardId {
162602026-06-02T17:53:57.224Z part_number: "model1",
162612026-06-02T17:53:57.224Z serial_number: "s1",
162622026-06-02T17:53:57.224Z }: CabooseFound {
162632026-06-02T17:53:57.224Z time_collected: 2026-06-02T17:53:56.274994Z,
162642026-06-02T17:53:57.224Z source: "test suite",
162652026-06-02T17:53:57.224Z caboose: Caboose {
162662026-06-02T17:53:57.224Z board: "board_1",
162672026-06-02T17:53:57.224Z git_commit: "git_commit_1",
162682026-06-02T17:53:57.224Z name: "name_1",
162692026-06-02T17:53:57.224Z version: "version_1",
162702026-06-02T17:53:57.224Z sign: Some(
162712026-06-02T17:53:57.224Z "sign_1",
162722026-06-02T17:53:57.224Z ),
162732026-06-02T17:53:57.224Z },
162742026-06-02T17:53:57.224Z },
162752026-06-02T17:53:57.224Z BaseboardId {
162762026-06-02T17:53:57.224Z part_number: "model2",
162772026-06-02T17:53:57.224Z serial_number: "s1",
162782026-06-02T17:53:57.225Z }: CabooseFound {
162792026-06-02T17:53:57.225Z time_collected: 2026-06-02T17:53:56.275011Z,
162802026-06-02T17:53:57.225Z source: "test suite",
162812026-06-02T17:53:57.225Z caboose: Caboose {
162822026-06-02T17:53:57.225Z board: "board_1",
162832026-06-02T17:53:57.225Z git_commit: "git_commit_1",
162842026-06-02T17:53:57.225Z name: "name_1",
162852026-06-02T17:53:57.225Z version: "version_1",
162862026-06-02T17:53:57.225Z sign: Some(
162872026-06-02T17:53:57.225Z "sign_1",
162882026-06-02T17:53:57.225Z ),
162892026-06-02T17:53:57.225Z },
162902026-06-02T17:53:57.225Z },
162912026-06-02T17:53:57.225Z BaseboardId {
162922026-06-02T17:53:57.225Z part_number: "model3",
162932026-06-02T17:53:57.225Z serial_number: "s1",
162942026-06-02T17:53:57.225Z }: CabooseFound {
162952026-06-02T17:53:57.225Z time_collected: 2026-06-02T17:53:56.275018Z,
162962026-06-02T17:53:57.225Z source: "test suite",
162972026-06-02T17:53:57.225Z caboose: Caboose {
162982026-06-02T17:53:57.225Z board: "board_1",
162992026-06-02T17:53:57.225Z git_commit: "git_commit_1",
163002026-06-02T17:53:57.225Z name: "name_1",
163012026-06-02T17:53:57.225Z version: "version_1",
163022026-06-02T17:53:57.225Z sign: Some(
163032026-06-02T17:53:57.225Z "sign_1",
163042026-06-02T17:53:57.225Z ),
163052026-06-02T17:53:57.225Z },
163062026-06-02T17:53:57.225Z },
163072026-06-02T17:53:57.225Z BaseboardId {
163082026-06-02T17:53:57.225Z part_number: "model4",
163092026-06-02T17:53:57.225Z serial_number: "s2",
163102026-06-02T17:53:57.225Z }: CabooseFound {
163112026-06-02T17:53:57.225Z time_collected: 2026-06-02T17:53:56.275029Z,
163122026-06-02T17:53:57.225Z source: "test suite",
163132026-06-02T17:53:57.225Z caboose: Caboose {
163142026-06-02T17:53:57.225Z board: "board_psc_rot_b",
163152026-06-02T17:53:57.225Z git_commit: "git_commit_psc_rot_b",
163162026-06-02T17:53:57.225Z name: "name_psc_rot_b",
163172026-06-02T17:53:57.225Z version: "version_psc_rot_b",
163182026-06-02T17:53:57.226Z sign: Some(
163192026-06-02T17:53:57.226Z "sign_psc_rot_b",
163202026-06-02T17:53:57.226Z ),
163212026-06-02T17:53:57.226Z },
163222026-06-02T17:53:57.226Z },
163232026-06-02T17:53:57.226Z },
163242026-06-02T17:53:57.226Z Stage0: {
163252026-06-02T17:53:57.226Z BaseboardId {
163262026-06-02T17:53:57.226Z part_number: "model1",
163272026-06-02T17:53:57.226Z serial_number: "s1",
163282026-06-02T17:53:57.226Z }: CabooseFound {
163292026-06-02T17:53:57.226Z time_collected: 2026-06-02T17:53:56.274996Z,
163302026-06-02T17:53:57.226Z source: "test suite",
163312026-06-02T17:53:57.226Z caboose: Caboose {
163322026-06-02T17:53:57.226Z board: "board_1",
163332026-06-02T17:53:57.226Z git_commit: "git_commit_1",
163342026-06-02T17:53:57.226Z name: "name_1",
163352026-06-02T17:53:57.226Z version: "version_1",
163362026-06-02T17:53:57.226Z sign: Some(
163372026-06-02T17:53:57.226Z "sign_1",
163382026-06-02T17:53:57.226Z ),
163392026-06-02T17:53:57.226Z },
163402026-06-02T17:53:57.231Z },
163412026-06-02T17:53:57.231Z BaseboardId {
163422026-06-02T17:53:57.231Z part_number: "model2",
163432026-06-02T17:53:57.232Z serial_number: "s1",
163442026-06-02T17:53:57.232Z }: CabooseFound {
163452026-06-02T17:53:57.232Z time_collected: 2026-06-02T17:53:56.275012Z,
163462026-06-02T17:53:57.232Z source: "test suite",
163472026-06-02T17:53:57.232Z caboose: Caboose {
163482026-06-02T17:53:57.232Z board: "board_1",
163492026-06-02T17:53:57.232Z git_commit: "git_commit_1",
163502026-06-02T17:53:57.232Z name: "name_1",
163512026-06-02T17:53:57.232Z version: "version_1",
163522026-06-02T17:53:57.232Z sign: Some(
163532026-06-02T17:53:57.232Z "sign_1",
163542026-06-02T17:53:57.232Z ),
163552026-06-02T17:53:57.232Z },
163562026-06-02T17:53:57.232Z },
163572026-06-02T17:53:57.232Z BaseboardId {
163582026-06-02T17:53:57.232Z part_number: "model3",
163592026-06-02T17:53:57.232Z serial_number: "s1",
163602026-06-02T17:53:57.232Z }: CabooseFound {
163612026-06-02T17:53:57.232Z time_collected: 2026-06-02T17:53:56.275019Z,
163622026-06-02T17:53:57.232Z source: "test suite",
163632026-06-02T17:53:57.232Z caboose: Caboose {
163642026-06-02T17:53:57.232Z board: "board_1",
163652026-06-02T17:53:57.232Z git_commit: "git_commit_1",
163662026-06-02T17:53:57.232Z name: "name_1",
163672026-06-02T17:53:57.232Z version: "version_1",
163682026-06-02T17:53:57.232Z sign: Some(
163692026-06-02T17:53:57.232Z "sign_1",
163702026-06-02T17:53:57.232Z ),
163712026-06-02T17:53:57.232Z },
163722026-06-02T17:53:57.232Z },
163732026-06-02T17:53:57.232Z },
163742026-06-02T17:53:57.232Z Stage0Next: {
163752026-06-02T17:53:57.232Z BaseboardId {
163762026-06-02T17:53:57.232Z part_number: "model1",
163772026-06-02T17:53:57.232Z serial_number: "s1",
163782026-06-02T17:53:57.232Z }: CabooseFound {
163792026-06-02T17:53:57.233Z time_collected: 2026-06-02T17:53:56.275004Z,
163802026-06-02T17:53:57.233Z source: "test suite",
163812026-06-02T17:53:57.233Z caboose: Caboose {
163822026-06-02T17:53:57.233Z board: "board_1",
163832026-06-02T17:53:57.233Z git_commit: "git_commit_1",
163842026-06-02T17:53:57.233Z name: "name_1",
163852026-06-02T17:53:57.233Z version: "version_1",
163862026-06-02T17:53:57.233Z sign: Some(
163872026-06-02T17:53:57.233Z "sign_1",
163882026-06-02T17:53:57.233Z ),
163892026-06-02T17:53:57.233Z },
163902026-06-02T17:53:57.233Z },
163912026-06-02T17:53:57.233Z BaseboardId {
163922026-06-02T17:53:57.233Z part_number: "model2",
163932026-06-02T17:53:57.233Z serial_number: "s1",
163942026-06-02T17:53:57.233Z }: CabooseFound {
163952026-06-02T17:53:57.233Z time_collected: 2026-06-02T17:53:56.275013Z,
163962026-06-02T17:53:57.233Z source: "test suite",
163972026-06-02T17:53:57.233Z caboose: Caboose {
163982026-06-02T17:53:57.233Z board: "board_1",
163992026-06-02T17:53:57.233Z git_commit: "git_commit_1",
164002026-06-02T17:53:57.233Z name: "name_1",
164012026-06-02T17:53:57.233Z version: "version_1",
164022026-06-02T17:53:57.233Z sign: Some(
164032026-06-02T17:53:57.233Z "sign_1",
164042026-06-02T17:53:57.233Z ),
164052026-06-02T17:53:57.233Z },
164062026-06-02T17:53:57.233Z },
164072026-06-02T17:53:57.233Z BaseboardId {
164082026-06-02T17:53:57.233Z part_number: "model3",
164092026-06-02T17:53:57.233Z serial_number: "s1",
164102026-06-02T17:53:57.233Z }: CabooseFound {
164112026-06-02T17:53:57.233Z time_collected: 2026-06-02T17:53:56.275021Z,
164122026-06-02T17:53:57.233Z source: "test suite",
164132026-06-02T17:53:57.233Z caboose: Caboose {
164142026-06-02T17:53:57.233Z board: "board_1",
164152026-06-02T17:53:57.233Z git_commit: "git_commit_1",
164162026-06-02T17:53:57.233Z name: "name_1",
164172026-06-02T17:53:57.233Z version: "version_1",
164182026-06-02T17:53:57.233Z sign: Some(
164192026-06-02T17:53:57.234Z "sign_1",
164202026-06-02T17:53:57.234Z ),
164212026-06-02T17:53:57.234Z },
164222026-06-02T17:53:57.234Z },
164232026-06-02T17:53:57.234Z },
164242026-06-02T17:53:57.234Z },
164252026-06-02T17:53:57.234Z rot_pages_found: {
164262026-06-02T17:53:57.234Z Cmpa: {
164272026-06-02T17:53:57.234Z BaseboardId {
164282026-06-02T17:53:57.234Z part_number: "model1",
164292026-06-02T17:53:57.234Z serial_number: "s1",
164302026-06-02T17:53:57.234Z }: RotPageFound {
164312026-06-02T17:53:57.234Z time_collected: 2026-06-02T17:53:56.275090Z,
164322026-06-02T17:53:57.234Z source: "test suite",
164332026-06-02T17:53:57.234Z page: RotPage {
164342026-06-02T17:53:57.234Z data_base64: "MQ==",
164352026-06-02T17:53:57.234Z },
164362026-06-02T17:53:57.234Z },
164372026-06-02T17:53:57.234Z BaseboardId {
164382026-06-02T17:53:57.234Z part_number: "model1",
164392026-06-02T17:53:57.234Z serial_number: "s2",
164402026-06-02T17:53:57.238Z }: RotPageFound {
164412026-06-02T17:53:57.238Z time_collected: 2026-06-02T17:53:56.275107Z,
164422026-06-02T17:53:57.238Z source: "test suite",
164432026-06-02T17:53:57.238Z page: RotPage {
164442026-06-02T17:53:57.238Z data_base64: "MQ==",
164452026-06-02T17:53:57.238Z },
164462026-06-02T17:53:57.238Z },
164472026-06-02T17:53:57.238Z BaseboardId {
164482026-06-02T17:53:57.238Z part_number: "model3",
164492026-06-02T17:53:57.238Z serial_number: "s1",
164502026-06-02T17:53:57.238Z }: RotPageFound {
164512026-06-02T17:53:57.238Z time_collected: 2026-06-02T17:53:56.275112Z,
164522026-06-02T17:53:57.238Z source: "test suite",
164532026-06-02T17:53:57.238Z page: RotPage {
164542026-06-02T17:53:57.238Z data_base64: "MQ==",
164552026-06-02T17:53:57.238Z },
164562026-06-02T17:53:57.238Z },
164572026-06-02T17:53:57.239Z BaseboardId {
164582026-06-02T17:53:57.239Z part_number: "model4",
164592026-06-02T17:53:57.239Z serial_number: "s2",
164602026-06-02T17:53:57.239Z }: RotPageFound {
164612026-06-02T17:53:57.239Z time_collected: 2026-06-02T17:53:56.275124Z,
164622026-06-02T17:53:57.239Z source: "test suite",
164632026-06-02T17:53:57.239Z page: RotPage {
164642026-06-02T17:53:57.239Z data_base64: "cHNjIGNtcGE=",
164652026-06-02T17:53:57.239Z },
164662026-06-02T17:53:57.239Z },
164672026-06-02T17:53:57.239Z },
164682026-06-02T17:53:57.239Z CfpaActive: {
164692026-06-02T17:53:57.239Z BaseboardId {
164702026-06-02T17:53:57.239Z part_number: "model1",
164712026-06-02T17:53:57.239Z serial_number: "s1",
164722026-06-02T17:53:57.239Z }: RotPageFound {
164732026-06-02T17:53:57.239Z time_collected: 2026-06-02T17:53:56.275099Z,
164742026-06-02T17:53:57.239Z source: "test suite",
164752026-06-02T17:53:57.239Z page: RotPage {
164762026-06-02T17:53:57.239Z data_base64: "MQ==",
164772026-06-02T17:53:57.239Z },
164782026-06-02T17:53:57.239Z },
164792026-06-02T17:53:57.239Z BaseboardId {
164802026-06-02T17:53:57.239Z part_number: "model1",
164812026-06-02T17:53:57.239Z serial_number: "s2",
164822026-06-02T17:53:57.239Z }: RotPageFound {
164832026-06-02T17:53:57.239Z time_collected: 2026-06-02T17:53:56.275109Z,
164842026-06-02T17:53:57.239Z source: "test suite",
164852026-06-02T17:53:57.239Z page: RotPage {
164862026-06-02T17:53:57.239Z data_base64: "MQ==",
164872026-06-02T17:53:57.239Z },
164882026-06-02T17:53:57.239Z },
164892026-06-02T17:53:57.239Z BaseboardId {
164902026-06-02T17:53:57.239Z part_number: "model3",
164912026-06-02T17:53:57.239Z serial_number: "s1",
164922026-06-02T17:53:57.239Z }: RotPageFound {
164932026-06-02T17:53:57.239Z time_collected: 2026-06-02T17:53:56.275113Z,
164942026-06-02T17:53:57.239Z source: "test suite",
164952026-06-02T17:53:57.239Z page: RotPage {
164962026-06-02T17:53:57.240Z data_base64: "MQ==",
164972026-06-02T17:53:57.240Z },
164982026-06-02T17:53:57.240Z },
164992026-06-02T17:53:57.240Z BaseboardId {
165002026-06-02T17:53:57.240Z part_number: "model4",
165012026-06-02T17:53:57.240Z serial_number: "s2",
165022026-06-02T17:53:57.240Z }: RotPageFound {
165032026-06-02T17:53:57.240Z time_collected: 2026-06-02T17:53:56.275129Z,
165042026-06-02T17:53:57.240Z source: "test suite",
165052026-06-02T17:53:57.240Z page: RotPage {
165062026-06-02T17:53:57.240Z data_base64: "cHNjIGNmcGEgYWN0aXZl",
165072026-06-02T17:53:57.240Z },
165082026-06-02T17:53:57.240Z },
165092026-06-02T17:53:57.240Z },
165102026-06-02T17:53:57.240Z CfpaInactive: {
165112026-06-02T17:53:57.240Z BaseboardId {
165122026-06-02T17:53:57.240Z part_number: "model1",
165132026-06-02T17:53:57.240Z serial_number: "s1",
165142026-06-02T17:53:57.240Z }: RotPageFound {
165152026-06-02T17:53:57.240Z time_collected: 2026-06-02T17:53:56.275100Z,
165162026-06-02T17:53:57.240Z source: "test suite",
165172026-06-02T17:53:57.240Z page: RotPage {
165182026-06-02T17:53:57.240Z data_base64: "MQ==",
165192026-06-02T17:53:57.240Z },
165202026-06-02T17:53:57.240Z },
165212026-06-02T17:53:57.240Z BaseboardId {
165222026-06-02T17:53:57.240Z part_number: "model1",
165232026-06-02T17:53:57.240Z serial_number: "s2",
165242026-06-02T17:53:57.240Z }: RotPageFound {
165252026-06-02T17:53:57.240Z time_collected: 2026-06-02T17:53:56.275110Z,
165262026-06-02T17:53:57.240Z source: "test suite",
165272026-06-02T17:53:57.240Z page: RotPage {
165282026-06-02T17:53:57.240Z data_base64: "MQ==",
165292026-06-02T17:53:57.240Z },
165302026-06-02T17:53:57.240Z },
165312026-06-02T17:53:57.240Z BaseboardId {
165322026-06-02T17:53:57.240Z part_number: "model3",
165332026-06-02T17:53:57.240Z serial_number: "s1",
165342026-06-02T17:53:57.240Z }: RotPageFound {
165352026-06-02T17:53:57.240Z time_collected: 2026-06-02T17:53:56.275114Z,
165362026-06-02T17:53:57.241Z source: "test suite",
165372026-06-02T17:53:57.241Z page: RotPage {
165382026-06-02T17:53:57.241Z data_base64: "MQ==",
165392026-06-02T17:53:57.241Z },
165402026-06-02T17:53:57.245Z },
165412026-06-02T17:53:57.245Z BaseboardId {
165422026-06-02T17:53:57.245Z part_number: "model4",
165432026-06-02T17:53:57.245Z serial_number: "s2",
165442026-06-02T17:53:57.245Z }: RotPageFound {
165452026-06-02T17:53:57.245Z time_collected: 2026-06-02T17:53:56.275130Z,
165462026-06-02T17:53:57.245Z source: "test suite",
165472026-06-02T17:53:57.245Z page: RotPage {
165482026-06-02T17:53:57.245Z data_base64: "cHNjIGNmcGEgaW5hY3RpdmU=",
165492026-06-02T17:53:57.245Z },
165502026-06-02T17:53:57.245Z },
165512026-06-02T17:53:57.245Z },
165522026-06-02T17:53:57.245Z CfpaScratch: {
165532026-06-02T17:53:57.245Z BaseboardId {
165542026-06-02T17:53:57.245Z part_number: "model1",
165552026-06-02T17:53:57.245Z serial_number: "s1",
165562026-06-02T17:53:57.245Z }: RotPageFound {
165572026-06-02T17:53:57.245Z time_collected: 2026-06-02T17:53:56.275101Z,
165582026-06-02T17:53:57.245Z source: "test suite",
165592026-06-02T17:53:57.245Z page: RotPage {
165602026-06-02T17:53:57.245Z data_base64: "MQ==",
165612026-06-02T17:53:57.245Z },
165622026-06-02T17:53:57.245Z },
165632026-06-02T17:53:57.245Z BaseboardId {
165642026-06-02T17:53:57.245Z part_number: "model1",
165652026-06-02T17:53:57.245Z serial_number: "s2",
165662026-06-02T17:53:57.245Z }: RotPageFound {
165672026-06-02T17:53:57.245Z time_collected: 2026-06-02T17:53:56.275111Z,
165682026-06-02T17:53:57.245Z source: "test suite",
165692026-06-02T17:53:57.245Z page: RotPage {
165702026-06-02T17:53:57.245Z data_base64: "MQ==",
165712026-06-02T17:53:57.245Z },
165722026-06-02T17:53:57.245Z },
165732026-06-02T17:53:57.245Z BaseboardId {
165742026-06-02T17:53:57.246Z part_number: "model3",
165752026-06-02T17:53:57.246Z serial_number: "s1",
165762026-06-02T17:53:57.246Z }: RotPageFound {
165772026-06-02T17:53:57.246Z time_collected: 2026-06-02T17:53:56.275115Z,
165782026-06-02T17:53:57.246Z source: "test suite",
165792026-06-02T17:53:57.246Z page: RotPage {
165802026-06-02T17:53:57.246Z data_base64: "MQ==",
165812026-06-02T17:53:57.246Z },
165822026-06-02T17:53:57.246Z },
165832026-06-02T17:53:57.246Z BaseboardId {
165842026-06-02T17:53:57.246Z part_number: "model4",
165852026-06-02T17:53:57.246Z serial_number: "s2",
165862026-06-02T17:53:57.246Z }: RotPageFound {
165872026-06-02T17:53:57.246Z time_collected: 2026-06-02T17:53:56.275132Z,
165882026-06-02T17:53:57.246Z source: "test suite",
165892026-06-02T17:53:57.246Z page: RotPage {
165902026-06-02T17:53:57.246Z data_base64: "cHNjIGNmcGEgc2NyYXRjaA==",
165912026-06-02T17:53:57.246Z },
165922026-06-02T17:53:57.246Z },
165932026-06-02T17:53:57.246Z },
165942026-06-02T17:53:57.246Z },
165952026-06-02T17:53:57.246Z sled_agents: {
165962026-06-02T17:53:57.246Z 5c5b4cf9-3e13-45fd-871c-f177d6537510 (sled): SledAgent {
165972026-06-02T17:53:57.246Z time_collected: 2026-06-02T17:53:56.282303Z,
165982026-06-02T17:53:57.246Z source: "fake sled agent 6",
165992026-06-02T17:53:57.246Z sled_id: 5c5b4cf9-3e13-45fd-871c-f177d6537510 (sled),
166002026-06-02T17:53:57.246Z baseboard_id: None,
166012026-06-02T17:53:57.246Z sled_agent_address: [::1]:56792,
166022026-06-02T17:53:57.246Z sled_role: Gimlet,
166032026-06-02T17:53:57.246Z usable_hardware_threads: 10,
166042026-06-02T17:53:57.246Z usable_physical_ram: ByteCount(
166052026-06-02T17:53:57.246Z 1048576,
166062026-06-02T17:53:57.246Z ),
166072026-06-02T17:53:57.246Z cpu_family: AmdMilan,
166082026-06-02T17:53:57.246Z reservoir_size: ByteCount(
166092026-06-02T17:53:57.246Z 1024,
166102026-06-02T17:53:57.246Z ),
166112026-06-02T17:53:57.246Z disks: [],
166122026-06-02T17:53:57.246Z zpools: [],
166132026-06-02T17:53:57.246Z datasets: [],
166142026-06-02T17:53:57.247Z ledgered_sled_config: None,
166152026-06-02T17:53:57.247Z reconciler_status: NotYetRun,
166162026-06-02T17:53:57.247Z last_reconciliation: None,
166172026-06-02T17:53:57.247Z file_source_resolver: OmicronFileSourceResolverInventory {
166182026-06-02T17:53:57.247Z zone_manifest: ManifestInventory {
166192026-06-02T17:53:57.247Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/zones.json",
166202026-06-02T17:53:57.247Z boot_inventory: Err(
166212026-06-02T17:53:57.247Z "error reading install metadata: error retrieving metadata for install dataset directory `/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install`: entity not found",
166222026-06-02T17:53:57.247Z ),
166232026-06-02T17:53:57.247Z non_boot_status: {
166242026-06-02T17:53:57.247Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
166252026-06-02T17:53:57.247Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
166262026-06-02T17:53:57.247Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/zones.json",
166272026-06-02T17:53:57.247Z is_valid: true,
166282026-06-02T17:53:57.247Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: 7c59daeb-6183-46a5-900a-1df98e3705d5): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
166292026-06-02T17:53:57.247Z },
166302026-06-02T17:53:57.247Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
166312026-06-02T17:53:57.247Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
166322026-06-02T17:53:57.247Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/zones.json",
166332026-06-02T17:53:57.247Z is_valid: false,
166342026-06-02T17:53:57.247Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: f3af9df4-3af9-40d5-b412-6a91fe55718f): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
166352026-06-02T17:53:57.247Z },
166362026-06-02T17:53:57.247Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
166372026-06-02T17:53:57.247Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
166382026-06-02T17:53:57.247Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/zones.json",
166392026-06-02T17:53:57.247Z is_valid: false,
166402026-06-02T17:53:57.251Z message: "read error: error reading install metadata",
166412026-06-02T17:53:57.251Z },
166422026-06-02T17:53:57.251Z },
166432026-06-02T17:53:57.251Z },
166442026-06-02T17:53:57.251Z measurement_manifest: ManifestInventory {
166452026-06-02T17:53:57.251Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/measurements.json",
166462026-06-02T17:53:57.252Z boot_inventory: Err(
166472026-06-02T17:53:57.252Z "error reading install metadata: error retrieving metadata for install dataset directory `/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install`: entity not found",
166482026-06-02T17:53:57.252Z ),
166492026-06-02T17:53:57.252Z non_boot_status: {
166502026-06-02T17:53:57.252Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
166512026-06-02T17:53:57.252Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
166522026-06-02T17:53:57.252Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/measurements.json",
166532026-06-02T17:53:57.252Z is_valid: true,
166542026-06-02T17:53:57.252Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: 7c59daeb-6183-46a5-900a-1df98e3705d5): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
166552026-06-02T17:53:57.252Z },
166562026-06-02T17:53:57.252Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
166572026-06-02T17:53:57.252Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
166582026-06-02T17:53:57.252Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/measurements.json",
166592026-06-02T17:53:57.252Z is_valid: false,
166602026-06-02T17:53:57.252Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: f3af9df4-3af9-40d5-b412-6a91fe55718f): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
166612026-06-02T17:53:57.252Z },
166622026-06-02T17:53:57.252Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
166632026-06-02T17:53:57.252Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
166642026-06-02T17:53:57.252Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/measurements.json",
166652026-06-02T17:53:57.252Z is_valid: false,
166662026-06-02T17:53:57.252Z message: "read error: error reading install metadata",
166672026-06-02T17:53:57.252Z },
166682026-06-02T17:53:57.252Z },
166692026-06-02T17:53:57.252Z },
166702026-06-02T17:53:57.252Z mupdate_override: MupdateOverrideInventory {
166712026-06-02T17:53:57.252Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/mupdate-override.json",
166722026-06-02T17:53:57.252Z boot_override: Err(
166732026-06-02T17:53:57.252Z "install metadata read error: error retrieving metadata for install dataset directory `/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install`: entity not found",
166742026-06-02T17:53:57.252Z ),
166752026-06-02T17:53:57.252Z non_boot_status: {
166762026-06-02T17:53:57.252Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): MupdateOverrideNonBootInventory {
166772026-06-02T17:53:57.252Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
166782026-06-02T17:53:57.252Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/mupdate-override.json",
166792026-06-02T17:53:57.252Z is_valid: true,
166802026-06-02T17:53:57.252Z message: "matches boot disk (present)",
166812026-06-02T17:53:57.252Z },
166822026-06-02T17:53:57.252Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): MupdateOverrideNonBootInventory {
166832026-06-02T17:53:57.252Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
166842026-06-02T17:53:57.253Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/mupdate-override.json",
166852026-06-02T17:53:57.253Z is_valid: false,
166862026-06-02T17:53:57.253Z message: "boot disk has override but non-boot disk does not",
166872026-06-02T17:53:57.253Z },
166882026-06-02T17:53:57.253Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): MupdateOverrideNonBootInventory {
166892026-06-02T17:53:57.253Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
166902026-06-02T17:53:57.253Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/mupdate-override.json",
166912026-06-02T17:53:57.253Z is_valid: false,
166922026-06-02T17:53:57.253Z message: "read error: install metadata read error",
166932026-06-02T17:53:57.253Z },
166942026-06-02T17:53:57.253Z },
166952026-06-02T17:53:57.253Z },
166962026-06-02T17:53:57.253Z },
166972026-06-02T17:53:57.253Z smf_services_enabled_not_online: SvcsEnabledNotOnline(
166982026-06-02T17:53:57.253Z SvcsEnabledNotOnline {
166992026-06-02T17:53:57.253Z services: [
167002026-06-02T17:53:57.253Z SvcEnabledNotOnline {
167012026-06-02T17:53:57.253Z fmri: "svc:/site/fake-service:default",
167022026-06-02T17:53:57.253Z zone: "global",
167032026-06-02T17:53:57.253Z state: Maintenance,
167042026-06-02T17:53:57.253Z },
167052026-06-02T17:53:57.253Z ],
167062026-06-02T17:53:57.253Z errors: [
167072026-06-02T17:53:57.253Z "an unimportant error",
167082026-06-02T17:53:57.253Z ],
167092026-06-02T17:53:57.253Z time_of_status: 2026-01-01T00:00:00Z,
167102026-06-02T17:53:57.253Z },
167112026-06-02T17:53:57.253Z ),
167122026-06-02T17:53:57.253Z reference_measurements: {
167132026-06-02T17:53:57.253Z "/this/path": SingleMeasurementInventory {
167142026-06-02T17:53:57.253Z path: "/this/path",
167152026-06-02T17:53:57.253Z result: Ok,
167162026-06-02T17:53:57.253Z },
167172026-06-02T17:53:57.253Z "/this/path2": SingleMeasurementInventory {
167182026-06-02T17:53:57.253Z path: "/this/path2",
167192026-06-02T17:53:57.253Z result: Ok,
167202026-06-02T17:53:57.253Z },
167212026-06-02T17:53:57.253Z },
167222026-06-02T17:53:57.253Z },
167232026-06-02T17:53:57.254Z c4a5325b-e852-4747-b28a-8aaa7eded8a0 (sled): SledAgent {
167242026-06-02T17:53:57.254Z time_collected: 2026-06-02T17:53:56.282014Z,
167252026-06-02T17:53:57.254Z source: "fake sled agent 5",
167262026-06-02T17:53:57.254Z sled_id: c4a5325b-e852-4747-b28a-8aaa7eded8a0 (sled),
167272026-06-02T17:53:57.254Z baseboard_id: None,
167282026-06-02T17:53:57.254Z sled_agent_address: [::1]:56792,
167292026-06-02T17:53:57.254Z sled_role: Gimlet,
167302026-06-02T17:53:57.254Z usable_hardware_threads: 10,
167312026-06-02T17:53:57.254Z usable_physical_ram: ByteCount(
167322026-06-02T17:53:57.254Z 1048576,
167332026-06-02T17:53:57.254Z ),
167342026-06-02T17:53:57.254Z cpu_family: AmdMilan,
167352026-06-02T17:53:57.254Z reservoir_size: ByteCount(
167362026-06-02T17:53:57.254Z 1024,
167372026-06-02T17:53:57.254Z ),
167382026-06-02T17:53:57.254Z disks: [],
167392026-06-02T17:53:57.254Z zpools: [],
167402026-06-02T17:53:57.258Z datasets: [],
167412026-06-02T17:53:57.258Z ledgered_sled_config: Some(
167422026-06-02T17:53:57.258Z OmicronSledConfig {
167432026-06-02T17:53:57.258Z generation: Generation(
167442026-06-02T17:53:57.258Z 5,
167452026-06-02T17:53:57.258Z ),
167462026-06-02T17:53:57.258Z disks: {},
167472026-06-02T17:53:57.258Z datasets: {},
167482026-06-02T17:53:57.258Z zones: {
167492026-06-02T17:53:57.258Z 2deb45cb-7160-47fc-9180-ab14c1731427 (omicron_zone): OmicronZoneConfig {
167502026-06-02T17:53:57.258Z id: 2deb45cb-7160-47fc-9180-ab14c1731427 (omicron_zone),
167512026-06-02T17:53:57.258Z filesystem_pool: None,
167522026-06-02T17:53:57.258Z zone_type: Crucible {
167532026-06-02T17:53:57.258Z address: [fd00:1122:3344:103::c]:32345,
167542026-06-02T17:53:57.258Z dataset: OmicronZoneDataset {
167552026-06-02T17:53:57.258Z pool_name: External(
167562026-06-02T17:53:57.258Z e675c45a-5e1b-4d24-99af-806523ed17d5 (external_zpool),
167572026-06-02T17:53:57.258Z ),
167582026-06-02T17:53:57.258Z },
167592026-06-02T17:53:57.258Z },
167602026-06-02T17:53:57.258Z image_source: InstallDataset,
167612026-06-02T17:53:57.259Z },
167622026-06-02T17:53:57.259Z 4da2814a-7d31-4311-97cf-7648e7b64911 (omicron_zone): OmicronZoneConfig {
167632026-06-02T17:53:57.259Z id: 4da2814a-7d31-4311-97cf-7648e7b64911 (omicron_zone),
167642026-06-02T17:53:57.259Z filesystem_pool: None,
167652026-06-02T17:53:57.259Z zone_type: Crucible {
167662026-06-02T17:53:57.259Z address: [fd00:1122:3344:103::d]:32345,
167672026-06-02T17:53:57.259Z dataset: OmicronZoneDataset {
167682026-06-02T17:53:57.259Z pool_name: External(
167692026-06-02T17:53:57.259Z 33a4881a-2b3f-4840-b252-f370024eee64 (external_zpool),
167702026-06-02T17:53:57.259Z ),
167712026-06-02T17:53:57.259Z },
167722026-06-02T17:53:57.259Z },
167732026-06-02T17:53:57.259Z image_source: InstallDataset,
167742026-06-02T17:53:57.259Z },
167752026-06-02T17:53:57.259Z 6e305032-a926-4c2b-a89a-0165799b9810 (omicron_zone): OmicronZoneConfig {
167762026-06-02T17:53:57.259Z id: 6e305032-a926-4c2b-a89a-0165799b9810 (omicron_zone),
167772026-06-02T17:53:57.259Z filesystem_pool: None,
167782026-06-02T17:53:57.259Z zone_type: Crucible {
167792026-06-02T17:53:57.259Z address: [fd00:1122:3344:103::9]:32345,
167802026-06-02T17:53:57.259Z dataset: OmicronZoneDataset {
167812026-06-02T17:53:57.259Z pool_name: External(
167822026-06-02T17:53:57.259Z d9974711-1064-441d-ba75-0ffabfc86d27 (external_zpool),
167832026-06-02T17:53:57.259Z ),
167842026-06-02T17:53:57.259Z },
167852026-06-02T17:53:57.259Z },
167862026-06-02T17:53:57.259Z image_source: InstallDataset,
167872026-06-02T17:53:57.259Z },
167882026-06-02T17:53:57.259Z 7b006fad-d693-441b-bdd0-84cb323530e9 (omicron_zone): OmicronZoneConfig {
167892026-06-02T17:53:57.259Z id: 7b006fad-d693-441b-bdd0-84cb323530e9 (omicron_zone),
167902026-06-02T17:53:57.259Z filesystem_pool: None,
167912026-06-02T17:53:57.259Z zone_type: InternalDns {
167922026-06-02T17:53:57.259Z dataset: OmicronZoneDataset {
167932026-06-02T17:53:57.259Z pool_name: External(
167942026-06-02T17:53:57.259Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
167952026-06-02T17:53:57.259Z ),
167962026-06-02T17:53:57.259Z },
167972026-06-02T17:53:57.259Z http_address: [fd00:1122:3344:3::1]:5353,
167982026-06-02T17:53:57.259Z dns_address: [fd00:1122:3344:3::1]:53,
167992026-06-02T17:53:57.259Z gz_address: fd00:1122:3344:3::2,
168002026-06-02T17:53:57.260Z gz_address_index: 2,
168012026-06-02T17:53:57.260Z },
168022026-06-02T17:53:57.260Z image_source: InstallDataset,
168032026-06-02T17:53:57.260Z },
168042026-06-02T17:53:57.260Z 804f9ff7-0d45-465f-8820-ee0fc7c25286 (omicron_zone): OmicronZoneConfig {
168052026-06-02T17:53:57.260Z id: 804f9ff7-0d45-465f-8820-ee0fc7c25286 (omicron_zone),
168062026-06-02T17:53:57.260Z filesystem_pool: None,
168072026-06-02T17:53:57.260Z zone_type: Nexus {
168082026-06-02T17:53:57.260Z internal_address: [fd00:1122:3344:103::4]:12221,
168092026-06-02T17:53:57.260Z lockstep_port: 12232,
168102026-06-02T17:53:57.260Z external_ip: 172.20.28.3,
168112026-06-02T17:53:57.260Z nic: NetworkInterface {
168122026-06-02T17:53:57.260Z id: 3e1324f0-cad4-484e-a101-e26da2706e92,
168132026-06-02T17:53:57.260Z kind: Service {
168142026-06-02T17:53:57.260Z id: 804f9ff7-0d45-465f-8820-ee0fc7c25286,
168152026-06-02T17:53:57.260Z },
168162026-06-02T17:53:57.260Z name: Name(
168172026-06-02T17:53:57.260Z "nexus-804f9ff7-0d45-465f-8820-ee0fc7c25286",
168182026-06-02T17:53:57.260Z ),
168192026-06-02T17:53:57.260Z ip_config: V4(
168202026-06-02T17:53:57.260Z PrivateIpv4Config {
168212026-06-02T17:53:57.260Z ip: 172.30.2.6,
168222026-06-02T17:53:57.260Z subnet: Ipv4Net {
168232026-06-02T17:53:57.260Z addr: 172.30.2.0,
168242026-06-02T17:53:57.260Z width: 24,
168252026-06-02T17:53:57.260Z },
168262026-06-02T17:53:57.260Z transit_ips: [],
168272026-06-02T17:53:57.260Z },
168282026-06-02T17:53:57.260Z ),
168292026-06-02T17:53:57.260Z mac: MacAddr(
168302026-06-02T17:53:57.260Z MacAddr6(
168312026-06-02T17:53:57.260Z [
168322026-06-02T17:53:57.260Z 168,
168332026-06-02T17:53:57.260Z 64,
168342026-06-02T17:53:57.260Z 37,
168352026-06-02T17:53:57.260Z 255,
168362026-06-02T17:53:57.260Z 165,
168372026-06-02T17:53:57.260Z 80,
168382026-06-02T17:53:57.261Z ],
168392026-06-02T17:53:57.261Z ),
168402026-06-02T17:53:57.265Z ),
168412026-06-02T17:53:57.265Z vni: Vni(
168422026-06-02T17:53:57.265Z 100,
168432026-06-02T17:53:57.265Z ),
168442026-06-02T17:53:57.265Z primary: true,
168452026-06-02T17:53:57.265Z slot: 0,
168462026-06-02T17:53:57.265Z },
168472026-06-02T17:53:57.265Z external_tls: true,
168482026-06-02T17:53:57.265Z external_dns_servers: [
168492026-06-02T17:53:57.265Z 1.1.1.1,
168502026-06-02T17:53:57.265Z 9.9.9.9,
168512026-06-02T17:53:57.265Z ],
168522026-06-02T17:53:57.265Z },
168532026-06-02T17:53:57.265Z image_source: InstallDataset,
168542026-06-02T17:53:57.265Z },
168552026-06-02T17:53:57.265Z 8c9735b2-9097-4ba5-b783-dfea16c5e0ab (omicron_zone): OmicronZoneConfig {
168562026-06-02T17:53:57.265Z id: 8c9735b2-9097-4ba5-b783-dfea16c5e0ab (omicron_zone),
168572026-06-02T17:53:57.265Z filesystem_pool: None,
168582026-06-02T17:53:57.265Z zone_type: CruciblePantry {
168592026-06-02T17:53:57.265Z address: [fd00:1122:3344:103::5]:17000,
168602026-06-02T17:53:57.265Z },
168612026-06-02T17:53:57.265Z image_source: InstallDataset,
168622026-06-02T17:53:57.265Z },
168632026-06-02T17:53:57.265Z 8fe2fb59-5a89-4d40-b47a-6d5fcfb66ddd (omicron_zone): OmicronZoneConfig {
168642026-06-02T17:53:57.265Z id: 8fe2fb59-5a89-4d40-b47a-6d5fcfb66ddd (omicron_zone),
168652026-06-02T17:53:57.265Z filesystem_pool: None,
168662026-06-02T17:53:57.265Z zone_type: CockroachDb {
168672026-06-02T17:53:57.265Z address: [fd00:1122:3344:103::3]:32221,
168682026-06-02T17:53:57.265Z dataset: OmicronZoneDataset {
168692026-06-02T17:53:57.265Z pool_name: External(
168702026-06-02T17:53:57.265Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
168712026-06-02T17:53:57.265Z ),
168722026-06-02T17:53:57.265Z },
168732026-06-02T17:53:57.265Z },
168742026-06-02T17:53:57.265Z image_source: InstallDataset,
168752026-06-02T17:53:57.265Z },
168762026-06-02T17:53:57.265Z 9ee036cf-88c5-4a0e-aae7-eb2849379aad (omicron_zone): OmicronZoneConfig {
168772026-06-02T17:53:57.265Z id: 9ee036cf-88c5-4a0e-aae7-eb2849379aad (omicron_zone),
168782026-06-02T17:53:57.266Z filesystem_pool: None,
168792026-06-02T17:53:57.266Z zone_type: InternalNtp {
168802026-06-02T17:53:57.266Z address: [fd00:1122:3344:103::e]:123,
168812026-06-02T17:53:57.266Z },
168822026-06-02T17:53:57.266Z image_source: InstallDataset,
168832026-06-02T17:53:57.266Z },
168842026-06-02T17:53:57.266Z a3a6216e-fdc8-47b6-8ba8-eb666629f5c2 (omicron_zone): OmicronZoneConfig {
168852026-06-02T17:53:57.266Z id: a3a6216e-fdc8-47b6-8ba8-eb666629f5c2 (omicron_zone),
168862026-06-02T17:53:57.266Z filesystem_pool: None,
168872026-06-02T17:53:57.266Z zone_type: Crucible {
168882026-06-02T17:53:57.266Z address: [fd00:1122:3344:103::a]:32345,
168892026-06-02T17:53:57.266Z dataset: OmicronZoneDataset {
168902026-06-02T17:53:57.266Z pool_name: External(
168912026-06-02T17:53:57.266Z 844fd687-fd26-4616-91aa-441cf136c62d (external_zpool),
168922026-06-02T17:53:57.266Z ),
168932026-06-02T17:53:57.266Z },
168942026-06-02T17:53:57.266Z },
168952026-06-02T17:53:57.266Z image_source: InstallDataset,
168962026-06-02T17:53:57.266Z },
168972026-06-02T17:53:57.266Z ae07bfa3-09a9-4b19-9721-c89f39e153fe (omicron_zone): OmicronZoneConfig {
168982026-06-02T17:53:57.266Z id: ae07bfa3-09a9-4b19-9721-c89f39e153fe (omicron_zone),
168992026-06-02T17:53:57.266Z filesystem_pool: None,
169002026-06-02T17:53:57.266Z zone_type: Crucible {
169012026-06-02T17:53:57.266Z address: [fd00:1122:3344:103::7]:32345,
169022026-06-02T17:53:57.266Z dataset: OmicronZoneDataset {
169032026-06-02T17:53:57.266Z pool_name: External(
169042026-06-02T17:53:57.266Z 4c667609-0876-4c8c-ae60-1b30aaf236dc (external_zpool),
169052026-06-02T17:53:57.266Z ),
169062026-06-02T17:53:57.266Z },
169072026-06-02T17:53:57.266Z },
169082026-06-02T17:53:57.266Z image_source: InstallDataset,
169092026-06-02T17:53:57.266Z },
169102026-06-02T17:53:57.266Z bd646149-3e59-4aac-b2a0-b79910b8d6a8 (omicron_zone): OmicronZoneConfig {
169112026-06-02T17:53:57.266Z id: bd646149-3e59-4aac-b2a0-b79910b8d6a8 (omicron_zone),
169122026-06-02T17:53:57.266Z filesystem_pool: None,
169132026-06-02T17:53:57.266Z zone_type: Crucible {
169142026-06-02T17:53:57.266Z address: [fd00:1122:3344:103::6]:32345,
169152026-06-02T17:53:57.267Z dataset: OmicronZoneDataset {
169162026-06-02T17:53:57.267Z pool_name: External(
169172026-06-02T17:53:57.267Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
169182026-06-02T17:53:57.267Z ),
169192026-06-02T17:53:57.267Z },
169202026-06-02T17:53:57.267Z },
169212026-06-02T17:53:57.267Z image_source: InstallDataset,
169222026-06-02T17:53:57.267Z },
169232026-06-02T17:53:57.267Z c28abc48-2fb2-487b-b89a-96317c4e2df2 (omicron_zone): OmicronZoneConfig {
169242026-06-02T17:53:57.267Z id: c28abc48-2fb2-487b-b89a-96317c4e2df2 (omicron_zone),
169252026-06-02T17:53:57.267Z filesystem_pool: None,
169262026-06-02T17:53:57.267Z zone_type: Crucible {
169272026-06-02T17:53:57.267Z address: [fd00:1122:3344:103::b]:32345,
169282026-06-02T17:53:57.267Z dataset: OmicronZoneDataset {
169292026-06-02T17:53:57.267Z pool_name: External(
169302026-06-02T17:53:57.267Z 93017061-5910-4bf5-a366-4f1b2871b5c3 (external_zpool),
169312026-06-02T17:53:57.267Z ),
169322026-06-02T17:53:57.267Z },
169332026-06-02T17:53:57.267Z },
169342026-06-02T17:53:57.267Z image_source: InstallDataset,
169352026-06-02T17:53:57.267Z },
169362026-06-02T17:53:57.267Z e58917eb-98cc-4b85-b851-4b46833060dc (omicron_zone): OmicronZoneConfig {
169372026-06-02T17:53:57.267Z id: e58917eb-98cc-4b85-b851-4b46833060dc (omicron_zone),
169382026-06-02T17:53:57.267Z filesystem_pool: None,
169392026-06-02T17:53:57.267Z zone_type: Crucible {
169402026-06-02T17:53:57.271Z address: [fd00:1122:3344:103::8]:32345,
169412026-06-02T17:53:57.271Z dataset: OmicronZoneDataset {
169422026-06-02T17:53:57.271Z pool_name: External(
169432026-06-02T17:53:57.271Z c6911096-09b3-4f64-bcd6-21701ca2d6ae (external_zpool),
169442026-06-02T17:53:57.271Z ),
169452026-06-02T17:53:57.271Z },
169462026-06-02T17:53:57.271Z },
169472026-06-02T17:53:57.271Z image_source: InstallDataset,
169482026-06-02T17:53:57.271Z },
169492026-06-02T17:53:57.271Z },
169502026-06-02T17:53:57.271Z remove_mupdate_override: None,
169512026-06-02T17:53:57.271Z host_phase_2: HostPhase2DesiredSlots {
169522026-06-02T17:53:57.271Z slot_a: CurrentContents,
169532026-06-02T17:53:57.271Z slot_b: CurrentContents,
169542026-06-02T17:53:57.271Z },
169552026-06-02T17:53:57.272Z measurements: {},
169562026-06-02T17:53:57.272Z },
169572026-06-02T17:53:57.272Z ),
169582026-06-02T17:53:57.272Z reconciler_status: Idle {
169592026-06-02T17:53:57.272Z completed_at: 2026-06-02T17:53:56.282008Z,
169602026-06-02T17:53:57.272Z ran_for: 5s,
169612026-06-02T17:53:57.272Z },
169622026-06-02T17:53:57.272Z last_reconciliation: Some(
169632026-06-02T17:53:57.272Z ConfigReconcilerInventory {
169642026-06-02T17:53:57.272Z last_reconciled_config: OmicronSledConfig {
169652026-06-02T17:53:57.272Z generation: Generation(
169662026-06-02T17:53:57.272Z 5,
169672026-06-02T17:53:57.272Z ),
169682026-06-02T17:53:57.272Z disks: {},
169692026-06-02T17:53:57.272Z datasets: {},
169702026-06-02T17:53:57.272Z zones: {
169712026-06-02T17:53:57.272Z 2deb45cb-7160-47fc-9180-ab14c1731427 (omicron_zone): OmicronZoneConfig {
169722026-06-02T17:53:57.272Z id: 2deb45cb-7160-47fc-9180-ab14c1731427 (omicron_zone),
169732026-06-02T17:53:57.272Z filesystem_pool: None,
169742026-06-02T17:53:57.272Z zone_type: Crucible {
169752026-06-02T17:53:57.272Z address: [fd00:1122:3344:103::c]:32345,
169762026-06-02T17:53:57.272Z dataset: OmicronZoneDataset {
169772026-06-02T17:53:57.272Z pool_name: External(
169782026-06-02T17:53:57.272Z e675c45a-5e1b-4d24-99af-806523ed17d5 (external_zpool),
169792026-06-02T17:53:57.272Z ),
169802026-06-02T17:53:57.272Z },
169812026-06-02T17:53:57.272Z },
169822026-06-02T17:53:57.272Z image_source: InstallDataset,
169832026-06-02T17:53:57.272Z },
169842026-06-02T17:53:57.272Z 4da2814a-7d31-4311-97cf-7648e7b64911 (omicron_zone): OmicronZoneConfig {
169852026-06-02T17:53:57.272Z id: 4da2814a-7d31-4311-97cf-7648e7b64911 (omicron_zone),
169862026-06-02T17:53:57.272Z filesystem_pool: None,
169872026-06-02T17:53:57.272Z zone_type: Crucible {
169882026-06-02T17:53:57.272Z address: [fd00:1122:3344:103::d]:32345,
169892026-06-02T17:53:57.272Z dataset: OmicronZoneDataset {
169902026-06-02T17:53:57.272Z pool_name: External(
169912026-06-02T17:53:57.272Z 33a4881a-2b3f-4840-b252-f370024eee64 (external_zpool),
169922026-06-02T17:53:57.272Z ),
169932026-06-02T17:53:57.272Z },
169942026-06-02T17:53:57.273Z },
169952026-06-02T17:53:57.273Z image_source: InstallDataset,
169962026-06-02T17:53:57.273Z },
169972026-06-02T17:53:57.273Z 6e305032-a926-4c2b-a89a-0165799b9810 (omicron_zone): OmicronZoneConfig {
169982026-06-02T17:53:57.273Z id: 6e305032-a926-4c2b-a89a-0165799b9810 (omicron_zone),
169992026-06-02T17:53:57.273Z filesystem_pool: None,
170002026-06-02T17:53:57.273Z zone_type: Crucible {
170012026-06-02T17:53:57.273Z address: [fd00:1122:3344:103::9]:32345,
170022026-06-02T17:53:57.273Z dataset: OmicronZoneDataset {
170032026-06-02T17:53:57.273Z pool_name: External(
170042026-06-02T17:53:57.273Z d9974711-1064-441d-ba75-0ffabfc86d27 (external_zpool),
170052026-06-02T17:53:57.273Z ),
170062026-06-02T17:53:57.273Z },
170072026-06-02T17:53:57.273Z },
170082026-06-02T17:53:57.273Z image_source: InstallDataset,
170092026-06-02T17:53:57.273Z },
170102026-06-02T17:53:57.273Z 7b006fad-d693-441b-bdd0-84cb323530e9 (omicron_zone): OmicronZoneConfig {
170112026-06-02T17:53:57.273Z id: 7b006fad-d693-441b-bdd0-84cb323530e9 (omicron_zone),
170122026-06-02T17:53:57.273Z filesystem_pool: None,
170132026-06-02T17:53:57.273Z zone_type: InternalDns {
170142026-06-02T17:53:57.273Z dataset: OmicronZoneDataset {
170152026-06-02T17:53:57.273Z pool_name: External(
170162026-06-02T17:53:57.273Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
170172026-06-02T17:53:57.273Z ),
170182026-06-02T17:53:57.273Z },
170192026-06-02T17:53:57.273Z http_address: [fd00:1122:3344:3::1]:5353,
170202026-06-02T17:53:57.273Z dns_address: [fd00:1122:3344:3::1]:53,
170212026-06-02T17:53:57.273Z gz_address: fd00:1122:3344:3::2,
170222026-06-02T17:53:57.273Z gz_address_index: 2,
170232026-06-02T17:53:57.273Z },
170242026-06-02T17:53:57.273Z image_source: InstallDataset,
170252026-06-02T17:53:57.273Z },
170262026-06-02T17:53:57.273Z 804f9ff7-0d45-465f-8820-ee0fc7c25286 (omicron_zone): OmicronZoneConfig {
170272026-06-02T17:53:57.273Z id: 804f9ff7-0d45-465f-8820-ee0fc7c25286 (omicron_zone),
170282026-06-02T17:53:57.273Z filesystem_pool: None,
170292026-06-02T17:53:57.273Z zone_type: Nexus {
170302026-06-02T17:53:57.273Z internal_address: [fd00:1122:3344:103::4]:12221,
170312026-06-02T17:53:57.274Z lockstep_port: 12232,
170322026-06-02T17:53:57.274Z external_ip: 172.20.28.3,
170332026-06-02T17:53:57.274Z nic: NetworkInterface {
170342026-06-02T17:53:57.274Z id: 3e1324f0-cad4-484e-a101-e26da2706e92,
170352026-06-02T17:53:57.274Z kind: Service {
170362026-06-02T17:53:57.274Z id: 804f9ff7-0d45-465f-8820-ee0fc7c25286,
170372026-06-02T17:53:57.274Z },
170382026-06-02T17:53:57.274Z name: Name(
170392026-06-02T17:53:57.274Z "nexus-804f9ff7-0d45-465f-8820-ee0fc7c25286",
170402026-06-02T17:53:57.279Z ),
170412026-06-02T17:53:57.279Z ip_config: V4(
170422026-06-02T17:53:57.279Z PrivateIpv4Config {
170432026-06-02T17:53:57.279Z ip: 172.30.2.6,
170442026-06-02T17:53:57.279Z subnet: Ipv4Net {
170452026-06-02T17:53:57.279Z addr: 172.30.2.0,
170462026-06-02T17:53:57.279Z width: 24,
170472026-06-02T17:53:57.279Z },
170482026-06-02T17:53:57.279Z transit_ips: [],
170492026-06-02T17:53:57.279Z },
170502026-06-02T17:53:57.279Z ),
170512026-06-02T17:53:57.279Z mac: MacAddr(
170522026-06-02T17:53:57.279Z MacAddr6(
170532026-06-02T17:53:57.279Z [
170542026-06-02T17:53:57.279Z 168,
170552026-06-02T17:53:57.279Z 64,
170562026-06-02T17:53:57.279Z 37,
170572026-06-02T17:53:57.279Z 255,
170582026-06-02T17:53:57.279Z 165,
170592026-06-02T17:53:57.279Z 80,
170602026-06-02T17:53:57.279Z ],
170612026-06-02T17:53:57.279Z ),
170622026-06-02T17:53:57.279Z ),
170632026-06-02T17:53:57.279Z vni: Vni(
170642026-06-02T17:53:57.279Z 100,
170652026-06-02T17:53:57.279Z ),
170662026-06-02T17:53:57.279Z primary: true,
170672026-06-02T17:53:57.279Z slot: 0,
170682026-06-02T17:53:57.279Z },
170692026-06-02T17:53:57.279Z external_tls: true,
170702026-06-02T17:53:57.279Z external_dns_servers: [
170712026-06-02T17:53:57.279Z 1.1.1.1,
170722026-06-02T17:53:57.279Z 9.9.9.9,
170732026-06-02T17:53:57.279Z ],
170742026-06-02T17:53:57.279Z },
170752026-06-02T17:53:57.279Z image_source: InstallDataset,
170762026-06-02T17:53:57.280Z },
170772026-06-02T17:53:57.280Z 8c9735b2-9097-4ba5-b783-dfea16c5e0ab (omicron_zone): OmicronZoneConfig {
170782026-06-02T17:53:57.280Z id: 8c9735b2-9097-4ba5-b783-dfea16c5e0ab (omicron_zone),
170792026-06-02T17:53:57.280Z filesystem_pool: None,
170802026-06-02T17:53:57.280Z zone_type: CruciblePantry {
170812026-06-02T17:53:57.280Z address: [fd00:1122:3344:103::5]:17000,
170822026-06-02T17:53:57.280Z },
170832026-06-02T17:53:57.280Z image_source: InstallDataset,
170842026-06-02T17:53:57.280Z },
170852026-06-02T17:53:57.280Z 8fe2fb59-5a89-4d40-b47a-6d5fcfb66ddd (omicron_zone): OmicronZoneConfig {
170862026-06-02T17:53:57.280Z id: 8fe2fb59-5a89-4d40-b47a-6d5fcfb66ddd (omicron_zone),
170872026-06-02T17:53:57.280Z filesystem_pool: None,
170882026-06-02T17:53:57.280Z zone_type: CockroachDb {
170892026-06-02T17:53:57.280Z address: [fd00:1122:3344:103::3]:32221,
170902026-06-02T17:53:57.280Z dataset: OmicronZoneDataset {
170912026-06-02T17:53:57.280Z pool_name: External(
170922026-06-02T17:53:57.280Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
170932026-06-02T17:53:57.280Z ),
170942026-06-02T17:53:57.280Z },
170952026-06-02T17:53:57.280Z },
170962026-06-02T17:53:57.280Z image_source: InstallDataset,
170972026-06-02T17:53:57.280Z },
170982026-06-02T17:53:57.280Z 9ee036cf-88c5-4a0e-aae7-eb2849379aad (omicron_zone): OmicronZoneConfig {
170992026-06-02T17:53:57.280Z id: 9ee036cf-88c5-4a0e-aae7-eb2849379aad (omicron_zone),
171002026-06-02T17:53:57.280Z filesystem_pool: None,
171012026-06-02T17:53:57.280Z zone_type: InternalNtp {
171022026-06-02T17:53:57.280Z address: [fd00:1122:3344:103::e]:123,
171032026-06-02T17:53:57.280Z },
171042026-06-02T17:53:57.280Z image_source: InstallDataset,
171052026-06-02T17:53:57.280Z },
171062026-06-02T17:53:57.280Z a3a6216e-fdc8-47b6-8ba8-eb666629f5c2 (omicron_zone): OmicronZoneConfig {
171072026-06-02T17:53:57.280Z id: a3a6216e-fdc8-47b6-8ba8-eb666629f5c2 (omicron_zone),
171082026-06-02T17:53:57.280Z filesystem_pool: None,
171092026-06-02T17:53:57.280Z zone_type: Crucible {
171102026-06-02T17:53:57.280Z address: [fd00:1122:3344:103::a]:32345,
171112026-06-02T17:53:57.280Z dataset: OmicronZoneDataset {
171122026-06-02T17:53:57.280Z pool_name: External(
171132026-06-02T17:53:57.281Z 844fd687-fd26-4616-91aa-441cf136c62d (external_zpool),
171142026-06-02T17:53:57.281Z ),
171152026-06-02T17:53:57.281Z },
171162026-06-02T17:53:57.281Z },
171172026-06-02T17:53:57.281Z image_source: InstallDataset,
171182026-06-02T17:53:57.281Z },
171192026-06-02T17:53:57.281Z ae07bfa3-09a9-4b19-9721-c89f39e153fe (omicron_zone): OmicronZoneConfig {
171202026-06-02T17:53:57.281Z id: ae07bfa3-09a9-4b19-9721-c89f39e153fe (omicron_zone),
171212026-06-02T17:53:57.281Z filesystem_pool: None,
171222026-06-02T17:53:57.281Z zone_type: Crucible {
171232026-06-02T17:53:57.281Z address: [fd00:1122:3344:103::7]:32345,
171242026-06-02T17:53:57.281Z dataset: OmicronZoneDataset {
171252026-06-02T17:53:57.281Z pool_name: External(
171262026-06-02T17:53:57.281Z 4c667609-0876-4c8c-ae60-1b30aaf236dc (external_zpool),
171272026-06-02T17:53:57.281Z ),
171282026-06-02T17:53:57.281Z },
171292026-06-02T17:53:57.281Z },
171302026-06-02T17:53:57.281Z image_source: InstallDataset,
171312026-06-02T17:53:57.281Z },
171322026-06-02T17:53:57.281Z bd646149-3e59-4aac-b2a0-b79910b8d6a8 (omicron_zone): OmicronZoneConfig {
171332026-06-02T17:53:57.281Z id: bd646149-3e59-4aac-b2a0-b79910b8d6a8 (omicron_zone),
171342026-06-02T17:53:57.281Z filesystem_pool: None,
171352026-06-02T17:53:57.281Z zone_type: Crucible {
171362026-06-02T17:53:57.281Z address: [fd00:1122:3344:103::6]:32345,
171372026-06-02T17:53:57.281Z dataset: OmicronZoneDataset {
171382026-06-02T17:53:57.281Z pool_name: External(
171392026-06-02T17:53:57.281Z d130514f-6532-4c02-ac9f-c4958052c669 (external_zpool),
171402026-06-02T17:53:57.287Z ),
171412026-06-02T17:53:57.287Z },
171422026-06-02T17:53:57.287Z },
171432026-06-02T17:53:57.287Z image_source: InstallDataset,
171442026-06-02T17:53:57.287Z },
171452026-06-02T17:53:57.287Z c28abc48-2fb2-487b-b89a-96317c4e2df2 (omicron_zone): OmicronZoneConfig {
171462026-06-02T17:53:57.287Z id: c28abc48-2fb2-487b-b89a-96317c4e2df2 (omicron_zone),
171472026-06-02T17:53:57.287Z filesystem_pool: None,
171482026-06-02T17:53:57.287Z zone_type: Crucible {
171492026-06-02T17:53:57.287Z address: [fd00:1122:3344:103::b]:32345,
171502026-06-02T17:53:57.287Z dataset: OmicronZoneDataset {
171512026-06-02T17:53:57.287Z pool_name: External(
171522026-06-02T17:53:57.287Z 93017061-5910-4bf5-a366-4f1b2871b5c3 (external_zpool),
171532026-06-02T17:53:57.287Z ),
171542026-06-02T17:53:57.287Z },
171552026-06-02T17:53:57.287Z },
171562026-06-02T17:53:57.287Z image_source: InstallDataset,
171572026-06-02T17:53:57.287Z },
171582026-06-02T17:53:57.287Z e58917eb-98cc-4b85-b851-4b46833060dc (omicron_zone): OmicronZoneConfig {
171592026-06-02T17:53:57.287Z id: e58917eb-98cc-4b85-b851-4b46833060dc (omicron_zone),
171602026-06-02T17:53:57.287Z filesystem_pool: None,
171612026-06-02T17:53:57.287Z zone_type: Crucible {
171622026-06-02T17:53:57.287Z address: [fd00:1122:3344:103::8]:32345,
171632026-06-02T17:53:57.287Z dataset: OmicronZoneDataset {
171642026-06-02T17:53:57.287Z pool_name: External(
171652026-06-02T17:53:57.287Z c6911096-09b3-4f64-bcd6-21701ca2d6ae (external_zpool),
171662026-06-02T17:53:57.287Z ),
171672026-06-02T17:53:57.287Z },
171682026-06-02T17:53:57.287Z },
171692026-06-02T17:53:57.287Z image_source: InstallDataset,
171702026-06-02T17:53:57.287Z },
171712026-06-02T17:53:57.287Z },
171722026-06-02T17:53:57.287Z remove_mupdate_override: None,
171732026-06-02T17:53:57.287Z host_phase_2: HostPhase2DesiredSlots {
171742026-06-02T17:53:57.287Z slot_a: CurrentContents,
171752026-06-02T17:53:57.288Z slot_b: CurrentContents,
171762026-06-02T17:53:57.288Z },
171772026-06-02T17:53:57.288Z measurements: {},
171782026-06-02T17:53:57.288Z },
171792026-06-02T17:53:57.288Z external_disks: {},
171802026-06-02T17:53:57.288Z datasets: {},
171812026-06-02T17:53:57.288Z orphaned_datasets: {
171822026-06-02T17:53:57.288Z DatasetName {
171832026-06-02T17:53:57.288Z pool_name: External(
171842026-06-02T17:53:57.288Z 5c88deeb-1bc6-4aca-8557-daa55ef3ed3d (external_zpool),
171852026-06-02T17:53:57.288Z ),
171862026-06-02T17:53:57.288Z kind: ExternalDns,
171872026-06-02T17:53:57.288Z }: OrphanedDataset {
171882026-06-02T17:53:57.288Z name: DatasetName {
171892026-06-02T17:53:57.288Z pool_name: External(
171902026-06-02T17:53:57.288Z 5c88deeb-1bc6-4aca-8557-daa55ef3ed3d (external_zpool),
171912026-06-02T17:53:57.288Z ),
171922026-06-02T17:53:57.288Z kind: ExternalDns,
171932026-06-02T17:53:57.288Z },
171942026-06-02T17:53:57.288Z reason: "example orphaned dataset",
171952026-06-02T17:53:57.288Z id: Some(
171962026-06-02T17:53:57.288Z 5e5ce773-a9e7-41a3-a385-af5900af2aac (dataset),
171972026-06-02T17:53:57.288Z ),
171982026-06-02T17:53:57.288Z mounted: false,
171992026-06-02T17:53:57.288Z available: ByteCount(
172002026-06-02T17:53:57.288Z 0,
172012026-06-02T17:53:57.288Z ),
172022026-06-02T17:53:57.288Z used: ByteCount(
172032026-06-02T17:53:57.288Z 0,
172042026-06-02T17:53:57.288Z ),
172052026-06-02T17:53:57.288Z },
172062026-06-02T17:53:57.288Z },
172072026-06-02T17:53:57.288Z zones: {
172082026-06-02T17:53:57.288Z 2deb45cb-7160-47fc-9180-ab14c1731427 (omicron_zone): Ok,
172092026-06-02T17:53:57.288Z 4da2814a-7d31-4311-97cf-7648e7b64911 (omicron_zone): Ok,
172102026-06-02T17:53:57.289Z 6e305032-a926-4c2b-a89a-0165799b9810 (omicron_zone): Ok,
172112026-06-02T17:53:57.289Z 7b006fad-d693-441b-bdd0-84cb323530e9 (omicron_zone): Ok,
172122026-06-02T17:53:57.289Z 804f9ff7-0d45-465f-8820-ee0fc7c25286 (omicron_zone): Ok,
172132026-06-02T17:53:57.289Z 8c9735b2-9097-4ba5-b783-dfea16c5e0ab (omicron_zone): Ok,
172142026-06-02T17:53:57.289Z 8fe2fb59-5a89-4d40-b47a-6d5fcfb66ddd (omicron_zone): Ok,
172152026-06-02T17:53:57.289Z 9ee036cf-88c5-4a0e-aae7-eb2849379aad (omicron_zone): Ok,
172162026-06-02T17:53:57.289Z a3a6216e-fdc8-47b6-8ba8-eb666629f5c2 (omicron_zone): Ok,
172172026-06-02T17:53:57.289Z ae07bfa3-09a9-4b19-9721-c89f39e153fe (omicron_zone): Ok,
172182026-06-02T17:53:57.289Z bd646149-3e59-4aac-b2a0-b79910b8d6a8 (omicron_zone): Ok,
172192026-06-02T17:53:57.289Z c28abc48-2fb2-487b-b89a-96317c4e2df2 (omicron_zone): Ok,
172202026-06-02T17:53:57.289Z e58917eb-98cc-4b85-b851-4b46833060dc (omicron_zone): Ok,
172212026-06-02T17:53:57.289Z },
172222026-06-02T17:53:57.289Z boot_partitions: BootPartitionContents {
172232026-06-02T17:53:57.289Z boot_disk: Ok(
172242026-06-02T17:53:57.289Z A,
172252026-06-02T17:53:57.289Z ),
172262026-06-02T17:53:57.289Z slot_a: Ok(
172272026-06-02T17:53:57.289Z BootPartitionDetails {
172282026-06-02T17:53:57.289Z header: BootImageHeader {
172292026-06-02T17:53:57.289Z flags: 0,
172302026-06-02T17:53:57.289Z data_size: 10000,
172312026-06-02T17:53:57.289Z image_size: 10000,
172322026-06-02T17:53:57.289Z target_size: 10000,
172332026-06-02T17:53:57.289Z sha256: [
172342026-06-02T17:53:57.289Z 0,
172352026-06-02T17:53:57.289Z 0,
172362026-06-02T17:53:57.289Z 0,
172372026-06-02T17:53:57.289Z 0,
172382026-06-02T17:53:57.289Z 0,
172392026-06-02T17:53:57.289Z 0,
172402026-06-02T17:53:57.293Z 0,
172412026-06-02T17:53:57.293Z 0,
172422026-06-02T17:53:57.293Z 0,
172432026-06-02T17:53:57.293Z 0,
172442026-06-02T17:53:57.293Z 0,
172452026-06-02T17:53:57.293Z 0,
172462026-06-02T17:53:57.293Z 0,
172472026-06-02T17:53:57.294Z 0,
172482026-06-02T17:53:57.294Z 0,
172492026-06-02T17:53:57.294Z 0,
172502026-06-02T17:53:57.294Z 0,
172512026-06-02T17:53:57.294Z 0,
172522026-06-02T17:53:57.294Z 0,
172532026-06-02T17:53:57.294Z 0,
172542026-06-02T17:53:57.294Z 0,
172552026-06-02T17:53:57.294Z 0,
172562026-06-02T17:53:57.294Z 0,
172572026-06-02T17:53:57.294Z 0,
172582026-06-02T17:53:57.294Z 0,
172592026-06-02T17:53:57.294Z 0,
172602026-06-02T17:53:57.294Z 0,
172612026-06-02T17:53:57.294Z 0,
172622026-06-02T17:53:57.294Z 0,
172632026-06-02T17:53:57.294Z 0,
172642026-06-02T17:53:57.294Z 0,
172652026-06-02T17:53:57.294Z 0,
172662026-06-02T17:53:57.294Z ],
172672026-06-02T17:53:57.294Z image_name: "fake image for tests",
172682026-06-02T17:53:57.294Z },
172692026-06-02T17:53:57.294Z artifact_hash: ArtifactHash(
172702026-06-02T17:53:57.294Z "0101010101010101010101010101010101010101010101010101010101010101",
172712026-06-02T17:53:57.294Z ),
172722026-06-02T17:53:57.294Z artifact_size: 14096,
172732026-06-02T17:53:57.294Z },
172742026-06-02T17:53:57.294Z ),
172752026-06-02T17:53:57.294Z slot_b: Ok(
172762026-06-02T17:53:57.294Z BootPartitionDetails {
172772026-06-02T17:53:57.294Z header: BootImageHeader {
172782026-06-02T17:53:57.294Z flags: 0,
172792026-06-02T17:53:57.294Z data_size: 1000,
172802026-06-02T17:53:57.294Z image_size: 1000,
172812026-06-02T17:53:57.294Z target_size: 1000,
172822026-06-02T17:53:57.294Z sha256: [
172832026-06-02T17:53:57.294Z 1,
172842026-06-02T17:53:57.294Z 1,
172852026-06-02T17:53:57.294Z 1,
172862026-06-02T17:53:57.295Z 1,
172872026-06-02T17:53:57.295Z 1,
172882026-06-02T17:53:57.295Z 1,
172892026-06-02T17:53:57.295Z 1,
172902026-06-02T17:53:57.295Z 1,
172912026-06-02T17:53:57.295Z 1,
172922026-06-02T17:53:57.295Z 1,
172932026-06-02T17:53:57.295Z 1,
172942026-06-02T17:53:57.295Z 1,
172952026-06-02T17:53:57.295Z 1,
172962026-06-02T17:53:57.295Z 1,
172972026-06-02T17:53:57.295Z 1,
172982026-06-02T17:53:57.295Z 1,
172992026-06-02T17:53:57.295Z 1,
173002026-06-02T17:53:57.295Z 1,
173012026-06-02T17:53:57.295Z 1,
173022026-06-02T17:53:57.295Z 1,
173032026-06-02T17:53:57.295Z 1,
173042026-06-02T17:53:57.295Z 1,
173052026-06-02T17:53:57.295Z 1,
173062026-06-02T17:53:57.295Z 1,
173072026-06-02T17:53:57.295Z 1,
173082026-06-02T17:53:57.295Z 1,
173092026-06-02T17:53:57.295Z 1,
173102026-06-02T17:53:57.295Z 1,
173112026-06-02T17:53:57.295Z 1,
173122026-06-02T17:53:57.295Z 1,
173132026-06-02T17:53:57.295Z 1,
173142026-06-02T17:53:57.295Z 1,
173152026-06-02T17:53:57.295Z ],
173162026-06-02T17:53:57.295Z image_name: "fake from debug_assume_success()",
173172026-06-02T17:53:57.295Z },
173182026-06-02T17:53:57.295Z artifact_hash: ArtifactHash(
173192026-06-02T17:53:57.295Z "0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b",
173202026-06-02T17:53:57.295Z ),
173212026-06-02T17:53:57.295Z artifact_size: 1000,
173222026-06-02T17:53:57.295Z },
173232026-06-02T17:53:57.295Z ),
173242026-06-02T17:53:57.296Z },
173252026-06-02T17:53:57.296Z remove_mupdate_override: None,
173262026-06-02T17:53:57.296Z },
173272026-06-02T17:53:57.296Z ),
173282026-06-02T17:53:57.296Z file_source_resolver: OmicronFileSourceResolverInventory {
173292026-06-02T17:53:57.296Z zone_manifest: ManifestInventory {
173302026-06-02T17:53:57.296Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/zones.json",
173312026-06-02T17:53:57.296Z boot_inventory: Ok(
173322026-06-02T17:53:57.296Z ManifestBootInventory {
173332026-06-02T17:53:57.296Z source: Installinator {
173342026-06-02T17:53:57.296Z mupdate_id: 7399ea07-1b05-48ed-9f37-1541cf63c7d8 (mupdate),
173352026-06-02T17:53:57.296Z },
173362026-06-02T17:53:57.296Z artifacts: {
173372026-06-02T17:53:57.296Z "clickhouse.tar.gz": ZoneArtifactInventory {
173382026-06-02T17:53:57.296Z file_name: "clickhouse.tar.gz",
173392026-06-02T17:53:57.296Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
173402026-06-02T17:53:57.300Z expected_size: 1024,
173412026-06-02T17:53:57.300Z expected_hash: ArtifactHash(
173422026-06-02T17:53:57.300Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
173432026-06-02T17:53:57.300Z ),
173442026-06-02T17:53:57.300Z status: Err(
173452026-06-02T17:53:57.300Z "size/hash mismatch: expected 1024 bytes/360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386, got 15 bytes/360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
173462026-06-02T17:53:57.300Z ),
173472026-06-02T17:53:57.300Z },
173482026-06-02T17:53:57.300Z "cockroachdb.tar.gz": ZoneArtifactInventory {
173492026-06-02T17:53:57.300Z file_name: "cockroachdb.tar.gz",
173502026-06-02T17:53:57.300Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
173512026-06-02T17:53:57.301Z expected_size: 16,
173522026-06-02T17:53:57.301Z expected_hash: ArtifactHash(
173532026-06-02T17:53:57.301Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
173542026-06-02T17:53:57.301Z ),
173552026-06-02T17:53:57.301Z status: Ok(
173562026-06-02T17:53:57.301Z (),
173572026-06-02T17:53:57.301Z ),
173582026-06-02T17:53:57.301Z },
173592026-06-02T17:53:57.301Z "crucible.tar.gz": ZoneArtifactInventory {
173602026-06-02T17:53:57.301Z file_name: "crucible.tar.gz",
173612026-06-02T17:53:57.301Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
173622026-06-02T17:53:57.301Z expected_size: 13,
173632026-06-02T17:53:57.301Z expected_hash: ArtifactHash(
173642026-06-02T17:53:57.301Z "0000000000000000000000000000000000000000000000000000000000000000",
173652026-06-02T17:53:57.301Z ),
173662026-06-02T17:53:57.301Z status: Err(
173672026-06-02T17:53:57.301Z "size/hash mismatch: expected 13 bytes/0000000000000000000000000000000000000000000000000000000000000000, got 13 bytes/a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
173682026-06-02T17:53:57.301Z ),
173692026-06-02T17:53:57.301Z },
173702026-06-02T17:53:57.301Z "internal_dns.tar.gz": ZoneArtifactInventory {
173712026-06-02T17:53:57.301Z file_name: "internal_dns.tar.gz",
173722026-06-02T17:53:57.301Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
173732026-06-02T17:53:57.301Z expected_size: 17,
173742026-06-02T17:53:57.301Z expected_hash: ArtifactHash(
173752026-06-02T17:53:57.301Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
173762026-06-02T17:53:57.301Z ),
173772026-06-02T17:53:57.301Z status: Err(
173782026-06-02T17:53:57.301Z "file not found",
173792026-06-02T17:53:57.301Z ),
173802026-06-02T17:53:57.301Z },
173812026-06-02T17:53:57.301Z },
173822026-06-02T17:53:57.301Z },
173832026-06-02T17:53:57.301Z ),
173842026-06-02T17:53:57.301Z non_boot_status: {
173852026-06-02T17:53:57.301Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
173862026-06-02T17:53:57.301Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
173872026-06-02T17:53:57.302Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/zones.json",
173882026-06-02T17:53:57.302Z is_valid: true,
173892026-06-02T17:53:57.302Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: 744bc3b6-5dd8-4db6-b670-58d9076a485b): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
173902026-06-02T17:53:57.302Z },
173912026-06-02T17:53:57.302Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
173922026-06-02T17:53:57.302Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
173932026-06-02T17:53:57.302Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/zones.json",
173942026-06-02T17:53:57.302Z is_valid: false,
173952026-06-02T17:53:57.302Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: 7399ea07-1b05-48ed-9f37-1541cf63c7d8): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
173962026-06-02T17:53:57.302Z },
173972026-06-02T17:53:57.302Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
173982026-06-02T17:53:57.302Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
173992026-06-02T17:53:57.302Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/zones.json",
174002026-06-02T17:53:57.302Z is_valid: false,
174012026-06-02T17:53:57.302Z message: "read error: error reading install metadata",
174022026-06-02T17:53:57.302Z },
174032026-06-02T17:53:57.302Z },
174042026-06-02T17:53:57.302Z },
174052026-06-02T17:53:57.302Z measurement_manifest: ManifestInventory {
174062026-06-02T17:53:57.302Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/measurements.json",
174072026-06-02T17:53:57.302Z boot_inventory: Ok(
174082026-06-02T17:53:57.302Z ManifestBootInventory {
174092026-06-02T17:53:57.302Z source: Installinator {
174102026-06-02T17:53:57.302Z mupdate_id: 7399ea07-1b05-48ed-9f37-1541cf63c7d8 (mupdate),
174112026-06-02T17:53:57.302Z },
174122026-06-02T17:53:57.302Z artifacts: {
174132026-06-02T17:53:57.302Z "clickhouse.tar.gz": ZoneArtifactInventory {
174142026-06-02T17:53:57.302Z file_name: "clickhouse.tar.gz",
174152026-06-02T17:53:57.302Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
174162026-06-02T17:53:57.302Z expected_size: 1024,
174172026-06-02T17:53:57.302Z expected_hash: ArtifactHash(
174182026-06-02T17:53:57.302Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
174192026-06-02T17:53:57.302Z ),
174202026-06-02T17:53:57.302Z status: Err(
174212026-06-02T17:53:57.302Z "size/hash mismatch: expected 1024 bytes/360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386, got 15 bytes/360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
174222026-06-02T17:53:57.302Z ),
174232026-06-02T17:53:57.302Z },
174242026-06-02T17:53:57.302Z "cockroachdb.tar.gz": ZoneArtifactInventory {
174252026-06-02T17:53:57.302Z file_name: "cockroachdb.tar.gz",
174262026-06-02T17:53:57.303Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
174272026-06-02T17:53:57.303Z expected_size: 16,
174282026-06-02T17:53:57.303Z expected_hash: ArtifactHash(
174292026-06-02T17:53:57.303Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
174302026-06-02T17:53:57.303Z ),
174312026-06-02T17:53:57.303Z status: Ok(
174322026-06-02T17:53:57.303Z (),
174332026-06-02T17:53:57.303Z ),
174342026-06-02T17:53:57.303Z },
174352026-06-02T17:53:57.303Z "crucible.tar.gz": ZoneArtifactInventory {
174362026-06-02T17:53:57.303Z file_name: "crucible.tar.gz",
174372026-06-02T17:53:57.303Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
174382026-06-02T17:53:57.303Z expected_size: 13,
174392026-06-02T17:53:57.303Z expected_hash: ArtifactHash(
174402026-06-02T17:53:57.307Z "0000000000000000000000000000000000000000000000000000000000000000",
174412026-06-02T17:53:57.308Z ),
174422026-06-02T17:53:57.308Z status: Err(
174432026-06-02T17:53:57.308Z "size/hash mismatch: expected 13 bytes/0000000000000000000000000000000000000000000000000000000000000000, got 13 bytes/a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
174442026-06-02T17:53:57.308Z ),
174452026-06-02T17:53:57.308Z },
174462026-06-02T17:53:57.308Z "internal_dns.tar.gz": ZoneArtifactInventory {
174472026-06-02T17:53:57.308Z file_name: "internal_dns.tar.gz",
174482026-06-02T17:53:57.308Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
174492026-06-02T17:53:57.308Z expected_size: 17,
174502026-06-02T17:53:57.308Z expected_hash: ArtifactHash(
174512026-06-02T17:53:57.308Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
174522026-06-02T17:53:57.308Z ),
174532026-06-02T17:53:57.308Z status: Err(
174542026-06-02T17:53:57.308Z "file not found",
174552026-06-02T17:53:57.308Z ),
174562026-06-02T17:53:57.308Z },
174572026-06-02T17:53:57.308Z },
174582026-06-02T17:53:57.308Z },
174592026-06-02T17:53:57.308Z ),
174602026-06-02T17:53:57.308Z non_boot_status: {
174612026-06-02T17:53:57.308Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
174622026-06-02T17:53:57.308Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
174632026-06-02T17:53:57.308Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/measurements.json",
174642026-06-02T17:53:57.308Z is_valid: true,
174652026-06-02T17:53:57.308Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: 744bc3b6-5dd8-4db6-b670-58d9076a485b): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
174662026-06-02T17:53:57.308Z },
174672026-06-02T17:53:57.308Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
174682026-06-02T17:53:57.308Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
174692026-06-02T17:53:57.308Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/measurements.json",
174702026-06-02T17:53:57.308Z is_valid: false,
174712026-06-02T17:53:57.308Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: 7399ea07-1b05-48ed-9f37-1541cf63c7d8): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
174722026-06-02T17:53:57.308Z },
174732026-06-02T17:53:57.308Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
174742026-06-02T17:53:57.308Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
174752026-06-02T17:53:57.308Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/measurements.json",
174762026-06-02T17:53:57.308Z is_valid: false,
174772026-06-02T17:53:57.309Z message: "read error: error reading install metadata",
174782026-06-02T17:53:57.309Z },
174792026-06-02T17:53:57.309Z },
174802026-06-02T17:53:57.309Z },
174812026-06-02T17:53:57.309Z mupdate_override: MupdateOverrideInventory {
174822026-06-02T17:53:57.309Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/mupdate-override.json",
174832026-06-02T17:53:57.309Z boot_override: Ok(
174842026-06-02T17:53:57.309Z Some(
174852026-06-02T17:53:57.309Z MupdateOverrideBootInventory {
174862026-06-02T17:53:57.309Z mupdate_override_id: 5b270489-b4b6-4938-9df5-dce0b199998b (mupdate_override),
174872026-06-02T17:53:57.309Z },
174882026-06-02T17:53:57.309Z ),
174892026-06-02T17:53:57.309Z ),
174902026-06-02T17:53:57.309Z non_boot_status: {
174912026-06-02T17:53:57.309Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): MupdateOverrideNonBootInventory {
174922026-06-02T17:53:57.309Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
174932026-06-02T17:53:57.309Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/mupdate-override.json",
174942026-06-02T17:53:57.309Z is_valid: true,
174952026-06-02T17:53:57.309Z message: "matches boot disk (present)",
174962026-06-02T17:53:57.309Z },
174972026-06-02T17:53:57.309Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): MupdateOverrideNonBootInventory {
174982026-06-02T17:53:57.309Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
174992026-06-02T17:53:57.309Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/mupdate-override.json",
175002026-06-02T17:53:57.309Z is_valid: false,
175012026-06-02T17:53:57.309Z message: "boot disk has override but non-boot disk does not",
175022026-06-02T17:53:57.309Z },
175032026-06-02T17:53:57.309Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): MupdateOverrideNonBootInventory {
175042026-06-02T17:53:57.309Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
175052026-06-02T17:53:57.309Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/mupdate-override.json",
175062026-06-02T17:53:57.309Z is_valid: false,
175072026-06-02T17:53:57.309Z message: "read error: install metadata read error",
175082026-06-02T17:53:57.309Z },
175092026-06-02T17:53:57.309Z },
175102026-06-02T17:53:57.309Z },
175112026-06-02T17:53:57.309Z },
175122026-06-02T17:53:57.309Z smf_services_enabled_not_online: SvcsCmdError(
175132026-06-02T17:53:57.309Z SvcsError {
175142026-06-02T17:53:57.309Z error: "Command failed with status: 2",
175152026-06-02T17:53:57.309Z time_of_status: 2026-01-01T00:00:00Z,
175162026-06-02T17:53:57.310Z },
175172026-06-02T17:53:57.310Z ),
175182026-06-02T17:53:57.310Z reference_measurements: {
175192026-06-02T17:53:57.310Z "/this/path": SingleMeasurementInventory {
175202026-06-02T17:53:57.310Z path: "/this/path",
175212026-06-02T17:53:57.310Z result: Ok,
175222026-06-02T17:53:57.310Z },
175232026-06-02T17:53:57.310Z "/this/path2": SingleMeasurementInventory {
175242026-06-02T17:53:57.310Z path: "/this/path2",
175252026-06-02T17:53:57.310Z result: Ok,
175262026-06-02T17:53:57.310Z },
175272026-06-02T17:53:57.310Z },
175282026-06-02T17:53:57.310Z },
175292026-06-02T17:53:57.310Z c5aec1df-b897-49e4-8085-ccd975f9b529 (sled): SledAgent {
175302026-06-02T17:53:57.310Z time_collected: 2026-06-02T17:53:56.280792Z,
175312026-06-02T17:53:57.310Z source: "fake sled agent 1",
175322026-06-02T17:53:57.310Z sled_id: c5aec1df-b897-49e4-8085-ccd975f9b529 (sled),
175332026-06-02T17:53:57.310Z baseboard_id: Some(
175342026-06-02T17:53:57.310Z BaseboardId {
175352026-06-02T17:53:57.310Z part_number: "model1",
175362026-06-02T17:53:57.310Z serial_number: "s1",
175372026-06-02T17:53:57.310Z },
175382026-06-02T17:53:57.310Z ),
175392026-06-02T17:53:57.310Z sled_agent_address: [::1]:56792,
175402026-06-02T17:53:57.314Z sled_role: Gimlet,
175412026-06-02T17:53:57.314Z usable_hardware_threads: 10,
175422026-06-02T17:53:57.314Z usable_physical_ram: ByteCount(
175432026-06-02T17:53:57.314Z 1048576,
175442026-06-02T17:53:57.314Z ),
175452026-06-02T17:53:57.315Z cpu_family: AmdMilan,
175462026-06-02T17:53:57.315Z reservoir_size: ByteCount(
175472026-06-02T17:53:57.315Z 1024,
175482026-06-02T17:53:57.315Z ),
175492026-06-02T17:53:57.315Z disks: [
175502026-06-02T17:53:57.315Z PhysicalDisk {
175512026-06-02T17:53:57.315Z identity: DiskIdentity {
175522026-06-02T17:53:57.315Z vendor: "macrohard",
175532026-06-02T17:53:57.315Z model: "box",
175542026-06-02T17:53:57.315Z serial: "XXIV",
175552026-06-02T17:53:57.315Z },
175562026-06-02T17:53:57.315Z variant: M2,
175572026-06-02T17:53:57.315Z slot: 0,
175582026-06-02T17:53:57.315Z firmware: Nvme(
175592026-06-02T17:53:57.315Z NvmeFirmware {
175602026-06-02T17:53:57.315Z active_slot: 1,
175612026-06-02T17:53:57.315Z next_active_slot: None,
175622026-06-02T17:53:57.315Z number_of_slots: 1,
175632026-06-02T17:53:57.315Z slot1_is_read_only: true,
175642026-06-02T17:53:57.315Z slot_firmware_versions: [
175652026-06-02T17:53:57.315Z Some(
175662026-06-02T17:53:57.315Z "EXAMP1",
175672026-06-02T17:53:57.315Z ),
175682026-06-02T17:53:57.315Z ],
175692026-06-02T17:53:57.315Z },
175702026-06-02T17:53:57.315Z ),
175712026-06-02T17:53:57.315Z },
175722026-06-02T17:53:57.315Z PhysicalDisk {
175732026-06-02T17:53:57.315Z identity: DiskIdentity {
175742026-06-02T17:53:57.315Z vendor: "memetendo",
175752026-06-02T17:53:57.315Z model: "swatch",
175762026-06-02T17:53:57.315Z serial: "0001",
175772026-06-02T17:53:57.315Z },
175782026-06-02T17:53:57.315Z variant: U2,
175792026-06-02T17:53:57.315Z slot: 1,
175802026-06-02T17:53:57.315Z firmware: Nvme(
175812026-06-02T17:53:57.315Z NvmeFirmware {
175822026-06-02T17:53:57.315Z active_slot: 1,
175832026-06-02T17:53:57.316Z next_active_slot: None,
175842026-06-02T17:53:57.316Z number_of_slots: 1,
175852026-06-02T17:53:57.316Z slot1_is_read_only: true,
175862026-06-02T17:53:57.316Z slot_firmware_versions: [
175872026-06-02T17:53:57.316Z Some(
175882026-06-02T17:53:57.316Z "EXAMP1",
175892026-06-02T17:53:57.316Z ),
175902026-06-02T17:53:57.316Z ],
175912026-06-02T17:53:57.316Z },
175922026-06-02T17:53:57.316Z ),
175932026-06-02T17:53:57.316Z },
175942026-06-02T17:53:57.316Z PhysicalDisk {
175952026-06-02T17:53:57.316Z identity: DiskIdentity {
175962026-06-02T17:53:57.316Z vendor: "memetendo",
175972026-06-02T17:53:57.316Z model: "swatch",
175982026-06-02T17:53:57.316Z serial: "0002",
175992026-06-02T17:53:57.316Z },
176002026-06-02T17:53:57.316Z variant: U2,
176012026-06-02T17:53:57.316Z slot: 2,
176022026-06-02T17:53:57.316Z firmware: Nvme(
176032026-06-02T17:53:57.316Z NvmeFirmware {
176042026-06-02T17:53:57.316Z active_slot: 1,
176052026-06-02T17:53:57.316Z next_active_slot: None,
176062026-06-02T17:53:57.316Z number_of_slots: 1,
176072026-06-02T17:53:57.316Z slot1_is_read_only: true,
176082026-06-02T17:53:57.316Z slot_firmware_versions: [
176092026-06-02T17:53:57.316Z Some(
176102026-06-02T17:53:57.316Z "EXAMP1",
176112026-06-02T17:53:57.316Z ),
176122026-06-02T17:53:57.316Z ],
176132026-06-02T17:53:57.316Z },
176142026-06-02T17:53:57.316Z ),
176152026-06-02T17:53:57.316Z },
176162026-06-02T17:53:57.316Z PhysicalDisk {
176172026-06-02T17:53:57.316Z identity: DiskIdentity {
176182026-06-02T17:53:57.316Z vendor: "tony",
176192026-06-02T17:53:57.316Z model: "craystation",
176202026-06-02T17:53:57.316Z serial: "5",
176212026-06-02T17:53:57.316Z },
176222026-06-02T17:53:57.316Z variant: U2,
176232026-06-02T17:53:57.317Z slot: 3,
176242026-06-02T17:53:57.317Z firmware: Nvme(
176252026-06-02T17:53:57.317Z NvmeFirmware {
176262026-06-02T17:53:57.317Z active_slot: 1,
176272026-06-02T17:53:57.317Z next_active_slot: None,
176282026-06-02T17:53:57.317Z number_of_slots: 1,
176292026-06-02T17:53:57.317Z slot1_is_read_only: true,
176302026-06-02T17:53:57.317Z slot_firmware_versions: [
176312026-06-02T17:53:57.317Z Some(
176322026-06-02T17:53:57.317Z "EXAMP1",
176332026-06-02T17:53:57.317Z ),
176342026-06-02T17:53:57.317Z ],
176352026-06-02T17:53:57.317Z },
176362026-06-02T17:53:57.317Z ),
176372026-06-02T17:53:57.317Z },
176382026-06-02T17:53:57.317Z ],
176392026-06-02T17:53:57.317Z zpools: [
176402026-06-02T17:53:57.321Z Zpool {
176412026-06-02T17:53:57.321Z time_collected: 2026-06-02T17:53:56.280792Z,
176422026-06-02T17:53:57.321Z id: 7a706f6f-6c00-0000-0000-000000000001 (zpool),
176432026-06-02T17:53:57.321Z total_size: ByteCount(
176442026-06-02T17:53:57.321Z 4096,
176452026-06-02T17:53:57.321Z ),
176462026-06-02T17:53:57.321Z health: Online,
176472026-06-02T17:53:57.321Z },
176482026-06-02T17:53:57.321Z Zpool {
176492026-06-02T17:53:57.321Z time_collected: 2026-06-02T17:53:56.280792Z,
176502026-06-02T17:53:57.321Z id: 7a706f6f-6c00-0000-0000-000000000002 (zpool),
176512026-06-02T17:53:57.321Z total_size: ByteCount(
176522026-06-02T17:53:57.321Z 4096,
176532026-06-02T17:53:57.321Z ),
176542026-06-02T17:53:57.321Z health: Online,
176552026-06-02T17:53:57.321Z },
176562026-06-02T17:53:57.321Z Zpool {
176572026-06-02T17:53:57.321Z time_collected: 2026-06-02T17:53:56.280792Z,
176582026-06-02T17:53:57.321Z id: 7a706f6f-6c00-0000-0000-000000000003 (zpool),
176592026-06-02T17:53:57.321Z total_size: ByteCount(
176602026-06-02T17:53:57.321Z 4096,
176612026-06-02T17:53:57.321Z ),
176622026-06-02T17:53:57.321Z health: Online,
176632026-06-02T17:53:57.321Z },
176642026-06-02T17:53:57.321Z Zpool {
176652026-06-02T17:53:57.321Z time_collected: 2026-06-02T17:53:56.280792Z,
176662026-06-02T17:53:57.321Z id: 7a706f6f-6c00-0000-0000-000000000004 (zpool),
176672026-06-02T17:53:57.321Z total_size: ByteCount(
176682026-06-02T17:53:57.321Z 4096,
176692026-06-02T17:53:57.321Z ),
176702026-06-02T17:53:57.321Z health: Online,
176712026-06-02T17:53:57.322Z },
176722026-06-02T17:53:57.322Z ],
176732026-06-02T17:53:57.322Z datasets: [
176742026-06-02T17:53:57.322Z Dataset {
176752026-06-02T17:53:57.322Z id: Some(
176762026-06-02T17:53:57.322Z afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset),
176772026-06-02T17:53:57.322Z ),
176782026-06-02T17:53:57.322Z name: "oxp_7a706f6f-6c00-0000-0000-000000000001/crypt/debug",
176792026-06-02T17:53:57.322Z available: ByteCount(
176802026-06-02T17:53:57.322Z 1024,
176812026-06-02T17:53:57.322Z ),
176822026-06-02T17:53:57.322Z used: ByteCount(
176832026-06-02T17:53:57.322Z 0,
176842026-06-02T17:53:57.322Z ),
176852026-06-02T17:53:57.322Z quota: None,
176862026-06-02T17:53:57.322Z reservation: None,
176872026-06-02T17:53:57.322Z compression: "lz4",
176882026-06-02T17:53:57.322Z },
176892026-06-02T17:53:57.322Z ],
176902026-06-02T17:53:57.322Z ledgered_sled_config: Some(
176912026-06-02T17:53:57.322Z OmicronSledConfig {
176922026-06-02T17:53:57.322Z generation: Generation(
176932026-06-02T17:53:57.322Z 5,
176942026-06-02T17:53:57.322Z ),
176952026-06-02T17:53:57.322Z disks: {
176962026-06-02T17:53:57.322Z 70687973-6963-616c-6469-736b00000001 (physical_disk): OmicronPhysicalDiskConfig {
176972026-06-02T17:53:57.322Z identity: DiskIdentity {
176982026-06-02T17:53:57.322Z vendor: "macrohard",
176992026-06-02T17:53:57.322Z model: "box",
177002026-06-02T17:53:57.322Z serial: "XXIV",
177012026-06-02T17:53:57.322Z },
177022026-06-02T17:53:57.322Z id: 70687973-6963-616c-6469-736b00000001 (physical_disk),
177032026-06-02T17:53:57.322Z pool_id: 7a706f6f-6c00-0000-0000-000000000001 (zpool),
177042026-06-02T17:53:57.322Z },
177052026-06-02T17:53:57.322Z 70687973-6963-616c-6469-736b00000002 (physical_disk): OmicronPhysicalDiskConfig {
177062026-06-02T17:53:57.322Z identity: DiskIdentity {
177072026-06-02T17:53:57.322Z vendor: "memetendo",
177082026-06-02T17:53:57.322Z model: "swatch",
177092026-06-02T17:53:57.322Z serial: "0001",
177102026-06-02T17:53:57.323Z },
177112026-06-02T17:53:57.323Z id: 70687973-6963-616c-6469-736b00000002 (physical_disk),
177122026-06-02T17:53:57.323Z pool_id: 7a706f6f-6c00-0000-0000-000000000002 (zpool),
177132026-06-02T17:53:57.323Z },
177142026-06-02T17:53:57.323Z 70687973-6963-616c-6469-736b00000003 (physical_disk): OmicronPhysicalDiskConfig {
177152026-06-02T17:53:57.323Z identity: DiskIdentity {
177162026-06-02T17:53:57.323Z vendor: "memetendo",
177172026-06-02T17:53:57.323Z model: "swatch",
177182026-06-02T17:53:57.323Z serial: "0002",
177192026-06-02T17:53:57.323Z },
177202026-06-02T17:53:57.323Z id: 70687973-6963-616c-6469-736b00000003 (physical_disk),
177212026-06-02T17:53:57.323Z pool_id: 7a706f6f-6c00-0000-0000-000000000003 (zpool),
177222026-06-02T17:53:57.323Z },
177232026-06-02T17:53:57.323Z 70687973-6963-616c-6469-736b00000004 (physical_disk): OmicronPhysicalDiskConfig {
177242026-06-02T17:53:57.323Z identity: DiskIdentity {
177252026-06-02T17:53:57.323Z vendor: "tony",
177262026-06-02T17:53:57.323Z model: "craystation",
177272026-06-02T17:53:57.323Z serial: "5",
177282026-06-02T17:53:57.323Z },
177292026-06-02T17:53:57.323Z id: 70687973-6963-616c-6469-736b00000004 (physical_disk),
177302026-06-02T17:53:57.323Z pool_id: 7a706f6f-6c00-0000-0000-000000000004 (zpool),
177312026-06-02T17:53:57.323Z },
177322026-06-02T17:53:57.323Z },
177332026-06-02T17:53:57.323Z datasets: {
177342026-06-02T17:53:57.323Z afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset): DatasetConfig {
177352026-06-02T17:53:57.323Z id: afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset),
177362026-06-02T17:53:57.323Z name: DatasetName {
177372026-06-02T17:53:57.323Z pool_name: External(
177382026-06-02T17:53:57.323Z 7a706f6f-6c00-0000-0000-000000000001 (external_zpool),
177392026-06-02T17:53:57.323Z ),
177402026-06-02T17:53:57.327Z kind: Debug,
177412026-06-02T17:53:57.327Z },
177422026-06-02T17:53:57.327Z inner: SharedDatasetConfig {
177432026-06-02T17:53:57.327Z compression: Lz4,
177442026-06-02T17:53:57.327Z quota: None,
177452026-06-02T17:53:57.327Z reservation: None,
177462026-06-02T17:53:57.327Z },
177472026-06-02T17:53:57.327Z },
177482026-06-02T17:53:57.327Z },
177492026-06-02T17:53:57.327Z zones: {
177502026-06-02T17:53:57.327Z 0a5f085b-dfb9-4eed-bd24-678bd97e453c (omicron_zone): OmicronZoneConfig {
177512026-06-02T17:53:57.327Z id: 0a5f085b-dfb9-4eed-bd24-678bd97e453c (omicron_zone),
177522026-06-02T17:53:57.327Z filesystem_pool: None,
177532026-06-02T17:53:57.327Z zone_type: Crucible {
177542026-06-02T17:53:57.327Z address: [fd00:1122:3344:104::c]:32345,
177552026-06-02T17:53:57.327Z dataset: OmicronZoneDataset {
177562026-06-02T17:53:57.327Z pool_name: External(
177572026-06-02T17:53:57.327Z e1bf20e5-603c-4d14-94c4-47dc1eb58c45 (external_zpool),
177582026-06-02T17:53:57.328Z ),
177592026-06-02T17:53:57.328Z },
177602026-06-02T17:53:57.328Z },
177612026-06-02T17:53:57.328Z image_source: InstallDataset,
177622026-06-02T17:53:57.328Z },
177632026-06-02T17:53:57.328Z 175eb50f-c54c-41ed-b30e-bb710868b362 (omicron_zone): OmicronZoneConfig {
177642026-06-02T17:53:57.328Z id: 175eb50f-c54c-41ed-b30e-bb710868b362 (omicron_zone),
177652026-06-02T17:53:57.328Z filesystem_pool: None,
177662026-06-02T17:53:57.328Z zone_type: Crucible {
177672026-06-02T17:53:57.328Z address: [fd00:1122:3344:104::a]:32345,
177682026-06-02T17:53:57.328Z dataset: OmicronZoneDataset {
177692026-06-02T17:53:57.328Z pool_name: External(
177702026-06-02T17:53:57.328Z 3bcdbecd-827a-426e-96b6-30c355b78301 (external_zpool),
177712026-06-02T17:53:57.328Z ),
177722026-06-02T17:53:57.328Z },
177732026-06-02T17:53:57.328Z },
177742026-06-02T17:53:57.328Z image_source: InstallDataset,
177752026-06-02T17:53:57.328Z },
177762026-06-02T17:53:57.328Z 23856e18-8736-49a6-b487-bc5bf850fee0 (omicron_zone): OmicronZoneConfig {
177772026-06-02T17:53:57.328Z id: 23856e18-8736-49a6-b487-bc5bf850fee0 (omicron_zone),
177782026-06-02T17:53:57.328Z filesystem_pool: None,
177792026-06-02T17:53:57.328Z zone_type: InternalDns {
177802026-06-02T17:53:57.328Z dataset: OmicronZoneDataset {
177812026-06-02T17:53:57.328Z pool_name: External(
177822026-06-02T17:53:57.328Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
177832026-06-02T17:53:57.328Z ),
177842026-06-02T17:53:57.328Z },
177852026-06-02T17:53:57.328Z http_address: [fd00:1122:3344:2::1]:5353,
177862026-06-02T17:53:57.328Z dns_address: [fd00:1122:3344:2::1]:53,
177872026-06-02T17:53:57.328Z gz_address: fd00:1122:3344:2::2,
177882026-06-02T17:53:57.328Z gz_address_index: 1,
177892026-06-02T17:53:57.328Z },
177902026-06-02T17:53:57.328Z image_source: InstallDataset,
177912026-06-02T17:53:57.328Z },
177922026-06-02T17:53:57.328Z 28786d99-48d2-4491-a4ae-943e603f3dab (omicron_zone): OmicronZoneConfig {
177932026-06-02T17:53:57.328Z id: 28786d99-48d2-4491-a4ae-943e603f3dab (omicron_zone),
177942026-06-02T17:53:57.328Z filesystem_pool: None,
177952026-06-02T17:53:57.328Z zone_type: Crucible {
177962026-06-02T17:53:57.328Z address: [fd00:1122:3344:104::9]:32345,
177972026-06-02T17:53:57.329Z dataset: OmicronZoneDataset {
177982026-06-02T17:53:57.329Z pool_name: External(
177992026-06-02T17:53:57.329Z 8c96d804-3a6c-4c1b-be24-1e7fc18824de (external_zpool),
178002026-06-02T17:53:57.329Z ),
178012026-06-02T17:53:57.329Z },
178022026-06-02T17:53:57.329Z },
178032026-06-02T17:53:57.329Z image_source: InstallDataset,
178042026-06-02T17:53:57.329Z },
178052026-06-02T17:53:57.329Z 442c669b-14d4-48b5-8f05-741b3c67a558 (omicron_zone): OmicronZoneConfig {
178062026-06-02T17:53:57.329Z id: 442c669b-14d4-48b5-8f05-741b3c67a558 (omicron_zone),
178072026-06-02T17:53:57.329Z filesystem_pool: None,
178082026-06-02T17:53:57.329Z zone_type: Crucible {
178092026-06-02T17:53:57.329Z address: [fd00:1122:3344:104::8]:32345,
178102026-06-02T17:53:57.329Z dataset: OmicronZoneDataset {
178112026-06-02T17:53:57.329Z pool_name: External(
178122026-06-02T17:53:57.329Z 0010be1f-4223-4f3e-844c-3e823488a852 (external_zpool),
178132026-06-02T17:53:57.329Z ),
178142026-06-02T17:53:57.329Z },
178152026-06-02T17:53:57.329Z },
178162026-06-02T17:53:57.329Z image_source: InstallDataset,
178172026-06-02T17:53:57.329Z },
178182026-06-02T17:53:57.329Z 543e32e4-7d8c-4888-a085-1c530555ee22 (omicron_zone): OmicronZoneConfig {
178192026-06-02T17:53:57.329Z id: 543e32e4-7d8c-4888-a085-1c530555ee22 (omicron_zone),
178202026-06-02T17:53:57.329Z filesystem_pool: None,
178212026-06-02T17:53:57.329Z zone_type: Crucible {
178222026-06-02T17:53:57.329Z address: [fd00:1122:3344:104::6]:32345,
178232026-06-02T17:53:57.329Z dataset: OmicronZoneDataset {
178242026-06-02T17:53:57.329Z pool_name: External(
178252026-06-02T17:53:57.329Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
178262026-06-02T17:53:57.329Z ),
178272026-06-02T17:53:57.329Z },
178282026-06-02T17:53:57.329Z },
178292026-06-02T17:53:57.329Z image_source: InstallDataset,
178302026-06-02T17:53:57.329Z },
178312026-06-02T17:53:57.329Z 5a6d10a6-ce94-444b-82ce-be25ebe58b9a (omicron_zone): OmicronZoneConfig {
178322026-06-02T17:53:57.329Z id: 5a6d10a6-ce94-444b-82ce-be25ebe58b9a (omicron_zone),
178332026-06-02T17:53:57.329Z filesystem_pool: None,
178342026-06-02T17:53:57.329Z zone_type: Crucible {
178352026-06-02T17:53:57.329Z address: [fd00:1122:3344:104::f]:32345,
178362026-06-02T17:53:57.330Z dataset: OmicronZoneDataset {
178372026-06-02T17:53:57.330Z pool_name: External(
178382026-06-02T17:53:57.330Z 13a6ef76-5904-4794-8083-dfeb6806e5f1 (external_zpool),
178392026-06-02T17:53:57.330Z ),
178402026-06-02T17:53:57.333Z },
178412026-06-02T17:53:57.334Z },
178422026-06-02T17:53:57.334Z image_source: InstallDataset,
178432026-06-02T17:53:57.334Z },
178442026-06-02T17:53:57.334Z 5d840664-3eb1-45da-8876-d44e1cfb1142 (omicron_zone): OmicronZoneConfig {
178452026-06-02T17:53:57.334Z id: 5d840664-3eb1-45da-8876-d44e1cfb1142 (omicron_zone),
178462026-06-02T17:53:57.334Z filesystem_pool: None,
178472026-06-02T17:53:57.334Z zone_type: CockroachDb {
178482026-06-02T17:53:57.334Z address: [fd00:1122:3344:104::3]:32221,
178492026-06-02T17:53:57.334Z dataset: OmicronZoneDataset {
178502026-06-02T17:53:57.334Z pool_name: External(
178512026-06-02T17:53:57.334Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
178522026-06-02T17:53:57.334Z ),
178532026-06-02T17:53:57.334Z },
178542026-06-02T17:53:57.334Z },
178552026-06-02T17:53:57.334Z image_source: InstallDataset,
178562026-06-02T17:53:57.334Z },
178572026-06-02T17:53:57.334Z 5db69c8f-4565-4cae-8372-f20ada0f67e9 (omicron_zone): OmicronZoneConfig {
178582026-06-02T17:53:57.334Z id: 5db69c8f-4565-4cae-8372-f20ada0f67e9 (omicron_zone),
178592026-06-02T17:53:57.334Z filesystem_pool: None,
178602026-06-02T17:53:57.334Z zone_type: Clickhouse {
178612026-06-02T17:53:57.334Z address: [fd00:1122:3344:104::5]:8123,
178622026-06-02T17:53:57.334Z dataset: OmicronZoneDataset {
178632026-06-02T17:53:57.334Z pool_name: External(
178642026-06-02T17:53:57.334Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
178652026-06-02T17:53:57.334Z ),
178662026-06-02T17:53:57.334Z },
178672026-06-02T17:53:57.334Z },
178682026-06-02T17:53:57.334Z image_source: InstallDataset,
178692026-06-02T17:53:57.334Z },
178702026-06-02T17:53:57.334Z 844a964a-831c-4cb9-82b5-3883c9b404db (omicron_zone): OmicronZoneConfig {
178712026-06-02T17:53:57.334Z id: 844a964a-831c-4cb9-82b5-3883c9b404db (omicron_zone),
178722026-06-02T17:53:57.334Z filesystem_pool: None,
178732026-06-02T17:53:57.334Z zone_type: Crucible {
178742026-06-02T17:53:57.334Z address: [fd00:1122:3344:104::e]:32345,
178752026-06-02T17:53:57.334Z dataset: OmicronZoneDataset {
178762026-06-02T17:53:57.334Z pool_name: External(
178772026-06-02T17:53:57.334Z d721dbb5-6a10-4fe8-9d70-fae69ab84676 (external_zpool),
178782026-06-02T17:53:57.334Z ),
178792026-06-02T17:53:57.335Z },
178802026-06-02T17:53:57.335Z },
178812026-06-02T17:53:57.335Z image_source: InstallDataset,
178822026-06-02T17:53:57.335Z },
178832026-06-02T17:53:57.335Z ab67e1fa-337f-45e6-83f0-6e94a9d50fc0 (omicron_zone): OmicronZoneConfig {
178842026-06-02T17:53:57.335Z id: ab67e1fa-337f-45e6-83f0-6e94a9d50fc0 (omicron_zone),
178852026-06-02T17:53:57.335Z filesystem_pool: None,
178862026-06-02T17:53:57.335Z zone_type: Nexus {
178872026-06-02T17:53:57.335Z internal_address: [fd00:1122:3344:104::4]:12221,
178882026-06-02T17:53:57.335Z lockstep_port: 12232,
178892026-06-02T17:53:57.335Z external_ip: 172.20.28.2,
178902026-06-02T17:53:57.335Z nic: NetworkInterface {
178912026-06-02T17:53:57.335Z id: 5d4a7e78-d1e1-41cd-881c-02d808fb90be,
178922026-06-02T17:53:57.335Z kind: Service {
178932026-06-02T17:53:57.335Z id: ab67e1fa-337f-45e6-83f0-6e94a9d50fc0,
178942026-06-02T17:53:57.335Z },
178952026-06-02T17:53:57.335Z name: Name(
178962026-06-02T17:53:57.335Z "nexus-ab67e1fa-337f-45e6-83f0-6e94a9d50fc0",
178972026-06-02T17:53:57.335Z ),
178982026-06-02T17:53:57.335Z ip_config: V4(
178992026-06-02T17:53:57.335Z PrivateIpv4Config {
179002026-06-02T17:53:57.335Z ip: 172.30.2.5,
179012026-06-02T17:53:57.335Z subnet: Ipv4Net {
179022026-06-02T17:53:57.335Z addr: 172.30.2.0,
179032026-06-02T17:53:57.335Z width: 24,
179042026-06-02T17:53:57.335Z },
179052026-06-02T17:53:57.335Z transit_ips: [],
179062026-06-02T17:53:57.335Z },
179072026-06-02T17:53:57.335Z ),
179082026-06-02T17:53:57.335Z mac: MacAddr(
179092026-06-02T17:53:57.335Z MacAddr6(
179102026-06-02T17:53:57.335Z [
179112026-06-02T17:53:57.335Z 168,
179122026-06-02T17:53:57.335Z 64,
179132026-06-02T17:53:57.335Z 37,
179142026-06-02T17:53:57.335Z 255,
179152026-06-02T17:53:57.335Z 183,
179162026-06-02T17:53:57.335Z 226,
179172026-06-02T17:53:57.335Z ],
179182026-06-02T17:53:57.336Z ),
179192026-06-02T17:53:57.336Z ),
179202026-06-02T17:53:57.336Z vni: Vni(
179212026-06-02T17:53:57.336Z 100,
179222026-06-02T17:53:57.336Z ),
179232026-06-02T17:53:57.336Z primary: true,
179242026-06-02T17:53:57.336Z slot: 0,
179252026-06-02T17:53:57.336Z },
179262026-06-02T17:53:57.336Z external_tls: true,
179272026-06-02T17:53:57.336Z external_dns_servers: [
179282026-06-02T17:53:57.336Z 1.1.1.1,
179292026-06-02T17:53:57.336Z 9.9.9.9,
179302026-06-02T17:53:57.336Z ],
179312026-06-02T17:53:57.336Z },
179322026-06-02T17:53:57.336Z image_source: InstallDataset,
179332026-06-02T17:53:57.336Z },
179342026-06-02T17:53:57.336Z cd8a5031-44a3-4090-86d7-2bfcc3de7942 (omicron_zone): OmicronZoneConfig {
179352026-06-02T17:53:57.336Z id: cd8a5031-44a3-4090-86d7-2bfcc3de7942 (omicron_zone),
179362026-06-02T17:53:57.336Z filesystem_pool: None,
179372026-06-02T17:53:57.336Z zone_type: Crucible {
179382026-06-02T17:53:57.336Z address: [fd00:1122:3344:104::d]:32345,
179392026-06-02T17:53:57.336Z dataset: OmicronZoneDataset {
179402026-06-02T17:53:57.340Z pool_name: External(
179412026-06-02T17:53:57.340Z a90de3a7-b760-45b7-ad72-70cd3570a940 (external_zpool),
179422026-06-02T17:53:57.340Z ),
179432026-06-02T17:53:57.340Z },
179442026-06-02T17:53:57.340Z },
179452026-06-02T17:53:57.340Z image_source: InstallDataset,
179462026-06-02T17:53:57.340Z },
179472026-06-02T17:53:57.340Z d38984ac-a366-4936-b64f-d98ae3dc2035 (omicron_zone): OmicronZoneConfig {
179482026-06-02T17:53:57.340Z id: d38984ac-a366-4936-b64f-d98ae3dc2035 (omicron_zone),
179492026-06-02T17:53:57.340Z filesystem_pool: None,
179502026-06-02T17:53:57.340Z zone_type: BoundaryNtp {
179512026-06-02T17:53:57.340Z address: [fd00:1122:3344:104::10]:123,
179522026-06-02T17:53:57.341Z ntp_servers: [
179532026-06-02T17:53:57.341Z "ntp.eng.oxide.computer",
179542026-06-02T17:53:57.341Z ],
179552026-06-02T17:53:57.341Z dns_servers: [
179562026-06-02T17:53:57.341Z 1.1.1.1,
179572026-06-02T17:53:57.341Z 9.9.9.9,
179582026-06-02T17:53:57.341Z ],
179592026-06-02T17:53:57.341Z domain: None,
179602026-06-02T17:53:57.341Z nic: NetworkInterface {
179612026-06-02T17:53:57.341Z id: 2e4943f4-0477-4b5b-afd7-70c1f4aaf928,
179622026-06-02T17:53:57.341Z kind: Service {
179632026-06-02T17:53:57.341Z id: d38984ac-a366-4936-b64f-d98ae3dc2035,
179642026-06-02T17:53:57.341Z },
179652026-06-02T17:53:57.341Z name: Name(
179662026-06-02T17:53:57.341Z "ntp-d38984ac-a366-4936-b64f-d98ae3dc2035",
179672026-06-02T17:53:57.341Z ),
179682026-06-02T17:53:57.341Z ip_config: V4(
179692026-06-02T17:53:57.341Z PrivateIpv4Config {
179702026-06-02T17:53:57.341Z ip: 172.30.3.6,
179712026-06-02T17:53:57.341Z subnet: Ipv4Net {
179722026-06-02T17:53:57.341Z addr: 172.30.3.0,
179732026-06-02T17:53:57.341Z width: 24,
179742026-06-02T17:53:57.341Z },
179752026-06-02T17:53:57.341Z transit_ips: [],
179762026-06-02T17:53:57.341Z },
179772026-06-02T17:53:57.341Z ),
179782026-06-02T17:53:57.341Z mac: MacAddr(
179792026-06-02T17:53:57.341Z MacAddr6(
179802026-06-02T17:53:57.341Z [
179812026-06-02T17:53:57.341Z 168,
179822026-06-02T17:53:57.341Z 64,
179832026-06-02T17:53:57.341Z 37,
179842026-06-02T17:53:57.341Z 255,
179852026-06-02T17:53:57.341Z 192,
179862026-06-02T17:53:57.341Z 56,
179872026-06-02T17:53:57.341Z ],
179882026-06-02T17:53:57.341Z ),
179892026-06-02T17:53:57.341Z ),
179902026-06-02T17:53:57.341Z vni: Vni(
179912026-06-02T17:53:57.342Z 100,
179922026-06-02T17:53:57.342Z ),
179932026-06-02T17:53:57.342Z primary: true,
179942026-06-02T17:53:57.342Z slot: 0,
179952026-06-02T17:53:57.342Z },
179962026-06-02T17:53:57.342Z snat_cfg: SourceNatConfig {
179972026-06-02T17:53:57.342Z ip: 172.20.28.6,
179982026-06-02T17:53:57.342Z first_port: 16384,
179992026-06-02T17:53:57.342Z last_port: 32767,
180002026-06-02T17:53:57.342Z },
180012026-06-02T17:53:57.342Z },
180022026-06-02T17:53:57.342Z image_source: InstallDataset,
180032026-06-02T17:53:57.342Z },
180042026-06-02T17:53:57.342Z e59b6fc3-3b0e-4e17-acfa-0351e2924771 (omicron_zone): OmicronZoneConfig {
180052026-06-02T17:53:57.342Z id: e59b6fc3-3b0e-4e17-acfa-0351e2924771 (omicron_zone),
180062026-06-02T17:53:57.342Z filesystem_pool: None,
180072026-06-02T17:53:57.342Z zone_type: Crucible {
180082026-06-02T17:53:57.342Z address: [fd00:1122:3344:104::b]:32345,
180092026-06-02T17:53:57.342Z dataset: OmicronZoneDataset {
180102026-06-02T17:53:57.342Z pool_name: External(
180112026-06-02T17:53:57.342Z 49154338-0e01-4394-9dd2-cb4c53cbb90f (external_zpool),
180122026-06-02T17:53:57.342Z ),
180132026-06-02T17:53:57.342Z },
180142026-06-02T17:53:57.342Z },
180152026-06-02T17:53:57.342Z image_source: InstallDataset,
180162026-06-02T17:53:57.342Z },
180172026-06-02T17:53:57.342Z f7f78c86-f572-49bf-b6cd-24658ddee847 (omicron_zone): OmicronZoneConfig {
180182026-06-02T17:53:57.342Z id: f7f78c86-f572-49bf-b6cd-24658ddee847 (omicron_zone),
180192026-06-02T17:53:57.342Z filesystem_pool: None,
180202026-06-02T17:53:57.342Z zone_type: Crucible {
180212026-06-02T17:53:57.342Z address: [fd00:1122:3344:104::7]:32345,
180222026-06-02T17:53:57.342Z dataset: OmicronZoneDataset {
180232026-06-02T17:53:57.342Z pool_name: External(
180242026-06-02T17:53:57.342Z 5dd3aedf-c3c5-4258-8864-3ea8b5ae321b (external_zpool),
180252026-06-02T17:53:57.342Z ),
180262026-06-02T17:53:57.342Z },
180272026-06-02T17:53:57.342Z },
180282026-06-02T17:53:57.342Z image_source: InstallDataset,
180292026-06-02T17:53:57.342Z },
180302026-06-02T17:53:57.342Z },
180312026-06-02T17:53:57.343Z remove_mupdate_override: None,
180322026-06-02T17:53:57.343Z host_phase_2: HostPhase2DesiredSlots {
180332026-06-02T17:53:57.343Z slot_a: CurrentContents,
180342026-06-02T17:53:57.343Z slot_b: CurrentContents,
180352026-06-02T17:53:57.343Z },
180362026-06-02T17:53:57.343Z measurements: {},
180372026-06-02T17:53:57.343Z },
180382026-06-02T17:53:57.343Z ),
180392026-06-02T17:53:57.343Z reconciler_status: Idle {
180402026-06-02T17:53:57.347Z completed_at: 2026-06-02T17:53:56.280696Z,
180412026-06-02T17:53:57.347Z ran_for: 5s,
180422026-06-02T17:53:57.347Z },
180432026-06-02T17:53:57.347Z last_reconciliation: Some(
180442026-06-02T17:53:57.347Z ConfigReconcilerInventory {
180452026-06-02T17:53:57.347Z last_reconciled_config: OmicronSledConfig {
180462026-06-02T17:53:57.347Z generation: Generation(
180472026-06-02T17:53:57.347Z 5,
180482026-06-02T17:53:57.347Z ),
180492026-06-02T17:53:57.347Z disks: {
180502026-06-02T17:53:57.347Z 70687973-6963-616c-6469-736b00000001 (physical_disk): OmicronPhysicalDiskConfig {
180512026-06-02T17:53:57.347Z identity: DiskIdentity {
180522026-06-02T17:53:57.347Z vendor: "macrohard",
180532026-06-02T17:53:57.347Z model: "box",
180542026-06-02T17:53:57.347Z serial: "XXIV",
180552026-06-02T17:53:57.347Z },
180562026-06-02T17:53:57.347Z id: 70687973-6963-616c-6469-736b00000001 (physical_disk),
180572026-06-02T17:53:57.347Z pool_id: 7a706f6f-6c00-0000-0000-000000000001 (zpool),
180582026-06-02T17:53:57.347Z },
180592026-06-02T17:53:57.347Z 70687973-6963-616c-6469-736b00000002 (physical_disk): OmicronPhysicalDiskConfig {
180602026-06-02T17:53:57.347Z identity: DiskIdentity {
180612026-06-02T17:53:57.347Z vendor: "memetendo",
180622026-06-02T17:53:57.347Z model: "swatch",
180632026-06-02T17:53:57.347Z serial: "0001",
180642026-06-02T17:53:57.347Z },
180652026-06-02T17:53:57.347Z id: 70687973-6963-616c-6469-736b00000002 (physical_disk),
180662026-06-02T17:53:57.348Z pool_id: 7a706f6f-6c00-0000-0000-000000000002 (zpool),
180672026-06-02T17:53:57.348Z },
180682026-06-02T17:53:57.348Z 70687973-6963-616c-6469-736b00000003 (physical_disk): OmicronPhysicalDiskConfig {
180692026-06-02T17:53:57.348Z identity: DiskIdentity {
180702026-06-02T17:53:57.348Z vendor: "memetendo",
180712026-06-02T17:53:57.348Z model: "swatch",
180722026-06-02T17:53:57.348Z serial: "0002",
180732026-06-02T17:53:57.348Z },
180742026-06-02T17:53:57.348Z id: 70687973-6963-616c-6469-736b00000003 (physical_disk),
180752026-06-02T17:53:57.348Z pool_id: 7a706f6f-6c00-0000-0000-000000000003 (zpool),
180762026-06-02T17:53:57.348Z },
180772026-06-02T17:53:57.348Z 70687973-6963-616c-6469-736b00000004 (physical_disk): OmicronPhysicalDiskConfig {
180782026-06-02T17:53:57.348Z identity: DiskIdentity {
180792026-06-02T17:53:57.348Z vendor: "tony",
180802026-06-02T17:53:57.348Z model: "craystation",
180812026-06-02T17:53:57.348Z serial: "5",
180822026-06-02T17:53:57.348Z },
180832026-06-02T17:53:57.348Z id: 70687973-6963-616c-6469-736b00000004 (physical_disk),
180842026-06-02T17:53:57.348Z pool_id: 7a706f6f-6c00-0000-0000-000000000004 (zpool),
180852026-06-02T17:53:57.348Z },
180862026-06-02T17:53:57.348Z },
180872026-06-02T17:53:57.348Z datasets: {
180882026-06-02T17:53:57.348Z afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset): DatasetConfig {
180892026-06-02T17:53:57.348Z id: afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset),
180902026-06-02T17:53:57.348Z name: DatasetName {
180912026-06-02T17:53:57.348Z pool_name: External(
180922026-06-02T17:53:57.348Z 7a706f6f-6c00-0000-0000-000000000001 (external_zpool),
180932026-06-02T17:53:57.348Z ),
180942026-06-02T17:53:57.348Z kind: Debug,
180952026-06-02T17:53:57.348Z },
180962026-06-02T17:53:57.348Z inner: SharedDatasetConfig {
180972026-06-02T17:53:57.348Z compression: Lz4,
180982026-06-02T17:53:57.348Z quota: None,
180992026-06-02T17:53:57.348Z reservation: None,
181002026-06-02T17:53:57.348Z },
181012026-06-02T17:53:57.348Z },
181022026-06-02T17:53:57.348Z },
181032026-06-02T17:53:57.348Z zones: {
181042026-06-02T17:53:57.348Z 0a5f085b-dfb9-4eed-bd24-678bd97e453c (omicron_zone): OmicronZoneConfig {
181052026-06-02T17:53:57.349Z id: 0a5f085b-dfb9-4eed-bd24-678bd97e453c (omicron_zone),
181062026-06-02T17:53:57.349Z filesystem_pool: None,
181072026-06-02T17:53:57.349Z zone_type: Crucible {
181082026-06-02T17:53:57.349Z address: [fd00:1122:3344:104::c]:32345,
181092026-06-02T17:53:57.349Z dataset: OmicronZoneDataset {
181102026-06-02T17:53:57.349Z pool_name: External(
181112026-06-02T17:53:57.349Z e1bf20e5-603c-4d14-94c4-47dc1eb58c45 (external_zpool),
181122026-06-02T17:53:57.349Z ),
181132026-06-02T17:53:57.349Z },
181142026-06-02T17:53:57.349Z },
181152026-06-02T17:53:57.349Z image_source: InstallDataset,
181162026-06-02T17:53:57.349Z },
181172026-06-02T17:53:57.349Z 175eb50f-c54c-41ed-b30e-bb710868b362 (omicron_zone): OmicronZoneConfig {
181182026-06-02T17:53:57.349Z id: 175eb50f-c54c-41ed-b30e-bb710868b362 (omicron_zone),
181192026-06-02T17:53:57.349Z filesystem_pool: None,
181202026-06-02T17:53:57.349Z zone_type: Crucible {
181212026-06-02T17:53:57.349Z address: [fd00:1122:3344:104::a]:32345,
181222026-06-02T17:53:57.349Z dataset: OmicronZoneDataset {
181232026-06-02T17:53:57.349Z pool_name: External(
181242026-06-02T17:53:57.349Z 3bcdbecd-827a-426e-96b6-30c355b78301 (external_zpool),
181252026-06-02T17:53:57.349Z ),
181262026-06-02T17:53:57.349Z },
181272026-06-02T17:53:57.349Z },
181282026-06-02T17:53:57.349Z image_source: InstallDataset,
181292026-06-02T17:53:57.349Z },
181302026-06-02T17:53:57.349Z 23856e18-8736-49a6-b487-bc5bf850fee0 (omicron_zone): OmicronZoneConfig {
181312026-06-02T17:53:57.349Z id: 23856e18-8736-49a6-b487-bc5bf850fee0 (omicron_zone),
181322026-06-02T17:53:57.349Z filesystem_pool: None,
181332026-06-02T17:53:57.349Z zone_type: InternalDns {
181342026-06-02T17:53:57.349Z dataset: OmicronZoneDataset {
181352026-06-02T17:53:57.349Z pool_name: External(
181362026-06-02T17:53:57.349Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
181372026-06-02T17:53:57.349Z ),
181382026-06-02T17:53:57.349Z },
181392026-06-02T17:53:57.349Z http_address: [fd00:1122:3344:2::1]:5353,
181402026-06-02T17:53:57.354Z dns_address: [fd00:1122:3344:2::1]:53,
181412026-06-02T17:53:57.354Z gz_address: fd00:1122:3344:2::2,
181422026-06-02T17:53:57.354Z gz_address_index: 1,
181432026-06-02T17:53:57.354Z },
181442026-06-02T17:53:57.354Z image_source: InstallDataset,
181452026-06-02T17:53:57.354Z },
181462026-06-02T17:53:57.354Z 28786d99-48d2-4491-a4ae-943e603f3dab (omicron_zone): OmicronZoneConfig {
181472026-06-02T17:53:57.354Z id: 28786d99-48d2-4491-a4ae-943e603f3dab (omicron_zone),
181482026-06-02T17:53:57.354Z filesystem_pool: None,
181492026-06-02T17:53:57.354Z zone_type: Crucible {
181502026-06-02T17:53:57.354Z address: [fd00:1122:3344:104::9]:32345,
181512026-06-02T17:53:57.354Z dataset: OmicronZoneDataset {
181522026-06-02T17:53:57.354Z pool_name: External(
181532026-06-02T17:53:57.354Z 8c96d804-3a6c-4c1b-be24-1e7fc18824de (external_zpool),
181542026-06-02T17:53:57.354Z ),
181552026-06-02T17:53:57.354Z },
181562026-06-02T17:53:57.354Z },
181572026-06-02T17:53:57.354Z image_source: InstallDataset,
181582026-06-02T17:53:57.354Z },
181592026-06-02T17:53:57.354Z 442c669b-14d4-48b5-8f05-741b3c67a558 (omicron_zone): OmicronZoneConfig {
181602026-06-02T17:53:57.354Z id: 442c669b-14d4-48b5-8f05-741b3c67a558 (omicron_zone),
181612026-06-02T17:53:57.354Z filesystem_pool: None,
181622026-06-02T17:53:57.354Z zone_type: Crucible {
181632026-06-02T17:53:57.354Z address: [fd00:1122:3344:104::8]:32345,
181642026-06-02T17:53:57.354Z dataset: OmicronZoneDataset {
181652026-06-02T17:53:57.354Z pool_name: External(
181662026-06-02T17:53:57.354Z 0010be1f-4223-4f3e-844c-3e823488a852 (external_zpool),
181672026-06-02T17:53:57.354Z ),
181682026-06-02T17:53:57.354Z },
181692026-06-02T17:53:57.354Z },
181702026-06-02T17:53:57.354Z image_source: InstallDataset,
181712026-06-02T17:53:57.355Z },
181722026-06-02T17:53:57.355Z 543e32e4-7d8c-4888-a085-1c530555ee22 (omicron_zone): OmicronZoneConfig {
181732026-06-02T17:53:57.355Z id: 543e32e4-7d8c-4888-a085-1c530555ee22 (omicron_zone),
181742026-06-02T17:53:57.355Z filesystem_pool: None,
181752026-06-02T17:53:57.355Z zone_type: Crucible {
181762026-06-02T17:53:57.355Z address: [fd00:1122:3344:104::6]:32345,
181772026-06-02T17:53:57.355Z dataset: OmicronZoneDataset {
181782026-06-02T17:53:57.355Z pool_name: External(
181792026-06-02T17:53:57.355Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
181802026-06-02T17:53:57.355Z ),
181812026-06-02T17:53:57.355Z },
181822026-06-02T17:53:57.355Z },
181832026-06-02T17:53:57.355Z image_source: InstallDataset,
181842026-06-02T17:53:57.355Z },
181852026-06-02T17:53:57.355Z 5a6d10a6-ce94-444b-82ce-be25ebe58b9a (omicron_zone): OmicronZoneConfig {
181862026-06-02T17:53:57.355Z id: 5a6d10a6-ce94-444b-82ce-be25ebe58b9a (omicron_zone),
181872026-06-02T17:53:57.355Z filesystem_pool: None,
181882026-06-02T17:53:57.355Z zone_type: Crucible {
181892026-06-02T17:53:57.355Z address: [fd00:1122:3344:104::f]:32345,
181902026-06-02T17:53:57.355Z dataset: OmicronZoneDataset {
181912026-06-02T17:53:57.355Z pool_name: External(
181922026-06-02T17:53:57.355Z 13a6ef76-5904-4794-8083-dfeb6806e5f1 (external_zpool),
181932026-06-02T17:53:57.355Z ),
181942026-06-02T17:53:57.355Z },
181952026-06-02T17:53:57.355Z },
181962026-06-02T17:53:57.355Z image_source: InstallDataset,
181972026-06-02T17:53:57.355Z },
181982026-06-02T17:53:57.355Z 5d840664-3eb1-45da-8876-d44e1cfb1142 (omicron_zone): OmicronZoneConfig {
181992026-06-02T17:53:57.355Z id: 5d840664-3eb1-45da-8876-d44e1cfb1142 (omicron_zone),
182002026-06-02T17:53:57.355Z filesystem_pool: None,
182012026-06-02T17:53:57.355Z zone_type: CockroachDb {
182022026-06-02T17:53:57.355Z address: [fd00:1122:3344:104::3]:32221,
182032026-06-02T17:53:57.355Z dataset: OmicronZoneDataset {
182042026-06-02T17:53:57.355Z pool_name: External(
182052026-06-02T17:53:57.355Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
182062026-06-02T17:53:57.355Z ),
182072026-06-02T17:53:57.355Z },
182082026-06-02T17:53:57.355Z },
182092026-06-02T17:53:57.355Z image_source: InstallDataset,
182102026-06-02T17:53:57.356Z },
182112026-06-02T17:53:57.356Z 5db69c8f-4565-4cae-8372-f20ada0f67e9 (omicron_zone): OmicronZoneConfig {
182122026-06-02T17:53:57.356Z id: 5db69c8f-4565-4cae-8372-f20ada0f67e9 (omicron_zone),
182132026-06-02T17:53:57.356Z filesystem_pool: None,
182142026-06-02T17:53:57.356Z zone_type: Clickhouse {
182152026-06-02T17:53:57.356Z address: [fd00:1122:3344:104::5]:8123,
182162026-06-02T17:53:57.356Z dataset: OmicronZoneDataset {
182172026-06-02T17:53:57.356Z pool_name: External(
182182026-06-02T17:53:57.356Z 46b4a891-addc-4690-b8ff-8625b9c5c3bc (external_zpool),
182192026-06-02T17:53:57.356Z ),
182202026-06-02T17:53:57.356Z },
182212026-06-02T17:53:57.356Z },
182222026-06-02T17:53:57.356Z image_source: InstallDataset,
182232026-06-02T17:53:57.356Z },
182242026-06-02T17:53:57.356Z 844a964a-831c-4cb9-82b5-3883c9b404db (omicron_zone): OmicronZoneConfig {
182252026-06-02T17:53:57.356Z id: 844a964a-831c-4cb9-82b5-3883c9b404db (omicron_zone),
182262026-06-02T17:53:57.356Z filesystem_pool: None,
182272026-06-02T17:53:57.356Z zone_type: Crucible {
182282026-06-02T17:53:57.356Z address: [fd00:1122:3344:104::e]:32345,
182292026-06-02T17:53:57.356Z dataset: OmicronZoneDataset {
182302026-06-02T17:53:57.356Z pool_name: External(
182312026-06-02T17:53:57.357Z d721dbb5-6a10-4fe8-9d70-fae69ab84676 (external_zpool),
182322026-06-02T17:53:57.357Z ),
182332026-06-02T17:53:57.357Z },
182342026-06-02T17:53:57.357Z },
182352026-06-02T17:53:57.357Z image_source: InstallDataset,
182362026-06-02T17:53:57.357Z },
182372026-06-02T17:53:57.357Z ab67e1fa-337f-45e6-83f0-6e94a9d50fc0 (omicron_zone): OmicronZoneConfig {
182382026-06-02T17:53:57.357Z id: ab67e1fa-337f-45e6-83f0-6e94a9d50fc0 (omicron_zone),
182392026-06-02T17:53:57.357Z filesystem_pool: None,
182402026-06-02T17:53:57.361Z zone_type: Nexus {
182412026-06-02T17:53:57.361Z internal_address: [fd00:1122:3344:104::4]:12221,
182422026-06-02T17:53:57.362Z lockstep_port: 12232,
182432026-06-02T17:53:57.362Z external_ip: 172.20.28.2,
182442026-06-02T17:53:57.362Z nic: NetworkInterface {
182452026-06-02T17:53:57.362Z id: 5d4a7e78-d1e1-41cd-881c-02d808fb90be,
182462026-06-02T17:53:57.362Z kind: Service {
182472026-06-02T17:53:57.362Z id: ab67e1fa-337f-45e6-83f0-6e94a9d50fc0,
182482026-06-02T17:53:57.362Z },
182492026-06-02T17:53:57.362Z name: Name(
182502026-06-02T17:53:57.362Z "nexus-ab67e1fa-337f-45e6-83f0-6e94a9d50fc0",
182512026-06-02T17:53:57.362Z ),
182522026-06-02T17:53:57.362Z ip_config: V4(
182532026-06-02T17:53:57.362Z PrivateIpv4Config {
182542026-06-02T17:53:57.362Z ip: 172.30.2.5,
182552026-06-02T17:53:57.362Z subnet: Ipv4Net {
182562026-06-02T17:53:57.362Z addr: 172.30.2.0,
182572026-06-02T17:53:57.362Z width: 24,
182582026-06-02T17:53:57.362Z },
182592026-06-02T17:53:57.362Z transit_ips: [],
182602026-06-02T17:53:57.362Z },
182612026-06-02T17:53:57.362Z ),
182622026-06-02T17:53:57.362Z mac: MacAddr(
182632026-06-02T17:53:57.362Z MacAddr6(
182642026-06-02T17:53:57.362Z [
182652026-06-02T17:53:57.362Z 168,
182662026-06-02T17:53:57.362Z 64,
182672026-06-02T17:53:57.362Z 37,
182682026-06-02T17:53:57.362Z 255,
182692026-06-02T17:53:57.362Z 183,
182702026-06-02T17:53:57.362Z 226,
182712026-06-02T17:53:57.362Z ],
182722026-06-02T17:53:57.362Z ),
182732026-06-02T17:53:57.362Z ),
182742026-06-02T17:53:57.362Z vni: Vni(
182752026-06-02T17:53:57.362Z 100,
182762026-06-02T17:53:57.362Z ),
182772026-06-02T17:53:57.362Z primary: true,
182782026-06-02T17:53:57.362Z slot: 0,
182792026-06-02T17:53:57.362Z },
182802026-06-02T17:53:57.362Z external_tls: true,
182812026-06-02T17:53:57.363Z external_dns_servers: [
182822026-06-02T17:53:57.363Z 1.1.1.1,
182832026-06-02T17:53:57.363Z 9.9.9.9,
182842026-06-02T17:53:57.363Z ],
182852026-06-02T17:53:57.363Z },
182862026-06-02T17:53:57.363Z image_source: InstallDataset,
182872026-06-02T17:53:57.363Z },
182882026-06-02T17:53:57.363Z cd8a5031-44a3-4090-86d7-2bfcc3de7942 (omicron_zone): OmicronZoneConfig {
182892026-06-02T17:53:57.363Z id: cd8a5031-44a3-4090-86d7-2bfcc3de7942 (omicron_zone),
182902026-06-02T17:53:57.363Z filesystem_pool: None,
182912026-06-02T17:53:57.363Z zone_type: Crucible {
182922026-06-02T17:53:57.363Z address: [fd00:1122:3344:104::d]:32345,
182932026-06-02T17:53:57.363Z dataset: OmicronZoneDataset {
182942026-06-02T17:53:57.363Z pool_name: External(
182952026-06-02T17:53:57.363Z a90de3a7-b760-45b7-ad72-70cd3570a940 (external_zpool),
182962026-06-02T17:53:57.363Z ),
182972026-06-02T17:53:57.363Z },
182982026-06-02T17:53:57.363Z },
182992026-06-02T17:53:57.363Z image_source: InstallDataset,
183002026-06-02T17:53:57.363Z },
183012026-06-02T17:53:57.363Z d38984ac-a366-4936-b64f-d98ae3dc2035 (omicron_zone): OmicronZoneConfig {
183022026-06-02T17:53:57.363Z id: d38984ac-a366-4936-b64f-d98ae3dc2035 (omicron_zone),
183032026-06-02T17:53:57.363Z filesystem_pool: None,
183042026-06-02T17:53:57.363Z zone_type: BoundaryNtp {
183052026-06-02T17:53:57.363Z address: [fd00:1122:3344:104::10]:123,
183062026-06-02T17:53:57.363Z ntp_servers: [
183072026-06-02T17:53:57.363Z "ntp.eng.oxide.computer",
183082026-06-02T17:53:57.363Z ],
183092026-06-02T17:53:57.363Z dns_servers: [
183102026-06-02T17:53:57.363Z 1.1.1.1,
183112026-06-02T17:53:57.363Z 9.9.9.9,
183122026-06-02T17:53:57.363Z ],
183132026-06-02T17:53:57.363Z domain: None,
183142026-06-02T17:53:57.363Z nic: NetworkInterface {
183152026-06-02T17:53:57.363Z id: 2e4943f4-0477-4b5b-afd7-70c1f4aaf928,
183162026-06-02T17:53:57.363Z kind: Service {
183172026-06-02T17:53:57.363Z id: d38984ac-a366-4936-b64f-d98ae3dc2035,
183182026-06-02T17:53:57.363Z },
183192026-06-02T17:53:57.364Z name: Name(
183202026-06-02T17:53:57.364Z "ntp-d38984ac-a366-4936-b64f-d98ae3dc2035",
183212026-06-02T17:53:57.364Z ),
183222026-06-02T17:53:57.364Z ip_config: V4(
183232026-06-02T17:53:57.364Z PrivateIpv4Config {
183242026-06-02T17:53:57.364Z ip: 172.30.3.6,
183252026-06-02T17:53:57.364Z subnet: Ipv4Net {
183262026-06-02T17:53:57.364Z addr: 172.30.3.0,
183272026-06-02T17:53:57.364Z width: 24,
183282026-06-02T17:53:57.364Z },
183292026-06-02T17:53:57.364Z transit_ips: [],
183302026-06-02T17:53:57.364Z },
183312026-06-02T17:53:57.364Z ),
183322026-06-02T17:53:57.364Z mac: MacAddr(
183332026-06-02T17:53:57.364Z MacAddr6(
183342026-06-02T17:53:57.364Z [
183352026-06-02T17:53:57.364Z 168,
183362026-06-02T17:53:57.364Z 64,
183372026-06-02T17:53:57.364Z 37,
183382026-06-02T17:53:57.364Z 255,
183392026-06-02T17:53:57.364Z 192,
183402026-06-02T17:53:57.368Z 56,
183412026-06-02T17:53:57.368Z ],
183422026-06-02T17:53:57.368Z ),
183432026-06-02T17:53:57.368Z ),
183442026-06-02T17:53:57.368Z vni: Vni(
183452026-06-02T17:53:57.368Z 100,
183462026-06-02T17:53:57.368Z ),
183472026-06-02T17:53:57.368Z primary: true,
183482026-06-02T17:53:57.368Z slot: 0,
183492026-06-02T17:53:57.368Z },
183502026-06-02T17:53:57.368Z snat_cfg: SourceNatConfig {
183512026-06-02T17:53:57.368Z ip: 172.20.28.6,
183522026-06-02T17:53:57.368Z first_port: 16384,
183532026-06-02T17:53:57.368Z last_port: 32767,
183542026-06-02T17:53:57.368Z },
183552026-06-02T17:53:57.368Z },
183562026-06-02T17:53:57.369Z image_source: InstallDataset,
183572026-06-02T17:53:57.369Z },
183582026-06-02T17:53:57.369Z e59b6fc3-3b0e-4e17-acfa-0351e2924771 (omicron_zone): OmicronZoneConfig {
183592026-06-02T17:53:57.369Z id: e59b6fc3-3b0e-4e17-acfa-0351e2924771 (omicron_zone),
183602026-06-02T17:53:57.369Z filesystem_pool: None,
183612026-06-02T17:53:57.369Z zone_type: Crucible {
183622026-06-02T17:53:57.369Z address: [fd00:1122:3344:104::b]:32345,
183632026-06-02T17:53:57.369Z dataset: OmicronZoneDataset {
183642026-06-02T17:53:57.369Z pool_name: External(
183652026-06-02T17:53:57.369Z 49154338-0e01-4394-9dd2-cb4c53cbb90f (external_zpool),
183662026-06-02T17:53:57.369Z ),
183672026-06-02T17:53:57.369Z },
183682026-06-02T17:53:57.369Z },
183692026-06-02T17:53:57.369Z image_source: InstallDataset,
183702026-06-02T17:53:57.369Z },
183712026-06-02T17:53:57.369Z f7f78c86-f572-49bf-b6cd-24658ddee847 (omicron_zone): OmicronZoneConfig {
183722026-06-02T17:53:57.369Z id: f7f78c86-f572-49bf-b6cd-24658ddee847 (omicron_zone),
183732026-06-02T17:53:57.369Z filesystem_pool: None,
183742026-06-02T17:53:57.369Z zone_type: Crucible {
183752026-06-02T17:53:57.369Z address: [fd00:1122:3344:104::7]:32345,
183762026-06-02T17:53:57.369Z dataset: OmicronZoneDataset {
183772026-06-02T17:53:57.369Z pool_name: External(
183782026-06-02T17:53:57.369Z 5dd3aedf-c3c5-4258-8864-3ea8b5ae321b (external_zpool),
183792026-06-02T17:53:57.369Z ),
183802026-06-02T17:53:57.369Z },
183812026-06-02T17:53:57.369Z },
183822026-06-02T17:53:57.369Z image_source: InstallDataset,
183832026-06-02T17:53:57.369Z },
183842026-06-02T17:53:57.369Z },
183852026-06-02T17:53:57.369Z remove_mupdate_override: None,
183862026-06-02T17:53:57.369Z host_phase_2: HostPhase2DesiredSlots {
183872026-06-02T17:53:57.369Z slot_a: CurrentContents,
183882026-06-02T17:53:57.369Z slot_b: CurrentContents,
183892026-06-02T17:53:57.369Z },
183902026-06-02T17:53:57.369Z measurements: {},
183912026-06-02T17:53:57.369Z },
183922026-06-02T17:53:57.369Z external_disks: {
183932026-06-02T17:53:57.369Z 70687973-6963-616c-6469-736b00000001 (physical_disk): Ok,
183942026-06-02T17:53:57.369Z 70687973-6963-616c-6469-736b00000002 (physical_disk): Ok,
183952026-06-02T17:53:57.370Z 70687973-6963-616c-6469-736b00000003 (physical_disk): Ok,
183962026-06-02T17:53:57.370Z 70687973-6963-616c-6469-736b00000004 (physical_disk): Ok,
183972026-06-02T17:53:57.370Z },
183982026-06-02T17:53:57.370Z datasets: {
183992026-06-02T17:53:57.370Z afc00483-0d7b-4181-87d5-0def937d3cd7 (dataset): Ok,
184002026-06-02T17:53:57.370Z },
184012026-06-02T17:53:57.370Z orphaned_datasets: {
184022026-06-02T17:53:57.370Z DatasetName {
184032026-06-02T17:53:57.370Z pool_name: External(
184042026-06-02T17:53:57.370Z 05cf0b1a-91b6-4ee7-81fb-d2931e794bae (external_zpool),
184052026-06-02T17:53:57.370Z ),
184062026-06-02T17:53:57.370Z kind: ExternalDns,
184072026-06-02T17:53:57.370Z }: OrphanedDataset {
184082026-06-02T17:53:57.370Z name: DatasetName {
184092026-06-02T17:53:57.370Z pool_name: External(
184102026-06-02T17:53:57.370Z 05cf0b1a-91b6-4ee7-81fb-d2931e794bae (external_zpool),
184112026-06-02T17:53:57.370Z ),
184122026-06-02T17:53:57.370Z kind: ExternalDns,
184132026-06-02T17:53:57.370Z },
184142026-06-02T17:53:57.370Z reason: "example orphaned dataset",
184152026-06-02T17:53:57.370Z id: Some(
184162026-06-02T17:53:57.370Z c3f02b9a-9884-4402-8938-9b221f0e589f (dataset),
184172026-06-02T17:53:57.370Z ),
184182026-06-02T17:53:57.370Z mounted: false,
184192026-06-02T17:53:57.370Z available: ByteCount(
184202026-06-02T17:53:57.370Z 0,
184212026-06-02T17:53:57.370Z ),
184222026-06-02T17:53:57.370Z used: ByteCount(
184232026-06-02T17:53:57.370Z 0,
184242026-06-02T17:53:57.370Z ),
184252026-06-02T17:53:57.370Z },
184262026-06-02T17:53:57.370Z },
184272026-06-02T17:53:57.370Z zones: {
184282026-06-02T17:53:57.370Z 0a5f085b-dfb9-4eed-bd24-678bd97e453c (omicron_zone): Ok,
184292026-06-02T17:53:57.370Z 175eb50f-c54c-41ed-b30e-bb710868b362 (omicron_zone): Ok,
184302026-06-02T17:53:57.370Z 23856e18-8736-49a6-b487-bc5bf850fee0 (omicron_zone): Ok,
184312026-06-02T17:53:57.370Z 28786d99-48d2-4491-a4ae-943e603f3dab (omicron_zone): Ok,
184322026-06-02T17:53:57.370Z 442c669b-14d4-48b5-8f05-741b3c67a558 (omicron_zone): Ok,
184332026-06-02T17:53:57.370Z 543e32e4-7d8c-4888-a085-1c530555ee22 (omicron_zone): Ok,
184342026-06-02T17:53:57.371Z 5a6d10a6-ce94-444b-82ce-be25ebe58b9a (omicron_zone): Ok,
184352026-06-02T17:53:57.371Z 5d840664-3eb1-45da-8876-d44e1cfb1142 (omicron_zone): Ok,
184362026-06-02T17:53:57.371Z 5db69c8f-4565-4cae-8372-f20ada0f67e9 (omicron_zone): Ok,
184372026-06-02T17:53:57.371Z 844a964a-831c-4cb9-82b5-3883c9b404db (omicron_zone): Ok,
184382026-06-02T17:53:57.371Z ab67e1fa-337f-45e6-83f0-6e94a9d50fc0 (omicron_zone): Ok,
184392026-06-02T17:53:57.371Z cd8a5031-44a3-4090-86d7-2bfcc3de7942 (omicron_zone): Ok,
184402026-06-02T17:53:57.375Z d38984ac-a366-4936-b64f-d98ae3dc2035 (omicron_zone): Ok,
184412026-06-02T17:53:57.375Z e59b6fc3-3b0e-4e17-acfa-0351e2924771 (omicron_zone): Ok,
184422026-06-02T17:53:57.375Z f7f78c86-f572-49bf-b6cd-24658ddee847 (omicron_zone): Ok,
184432026-06-02T17:53:57.375Z },
184442026-06-02T17:53:57.375Z boot_partitions: BootPartitionContents {
184452026-06-02T17:53:57.375Z boot_disk: Ok(
184462026-06-02T17:53:57.375Z A,
184472026-06-02T17:53:57.375Z ),
184482026-06-02T17:53:57.375Z slot_a: Ok(
184492026-06-02T17:53:57.375Z BootPartitionDetails {
184502026-06-02T17:53:57.375Z header: BootImageHeader {
184512026-06-02T17:53:57.375Z flags: 0,
184522026-06-02T17:53:57.375Z data_size: 10000,
184532026-06-02T17:53:57.375Z image_size: 10000,
184542026-06-02T17:53:57.375Z target_size: 10000,
184552026-06-02T17:53:57.375Z sha256: [
184562026-06-02T17:53:57.375Z 0,
184572026-06-02T17:53:57.375Z 0,
184582026-06-02T17:53:57.375Z 0,
184592026-06-02T17:53:57.375Z 0,
184602026-06-02T17:53:57.375Z 0,
184612026-06-02T17:53:57.375Z 0,
184622026-06-02T17:53:57.375Z 0,
184632026-06-02T17:53:57.375Z 0,
184642026-06-02T17:53:57.375Z 0,
184652026-06-02T17:53:57.375Z 0,
184662026-06-02T17:53:57.375Z 0,
184672026-06-02T17:53:57.375Z 0,
184682026-06-02T17:53:57.375Z 0,
184692026-06-02T17:53:57.375Z 0,
184702026-06-02T17:53:57.375Z 0,
184712026-06-02T17:53:57.375Z 0,
184722026-06-02T17:53:57.376Z 0,
184732026-06-02T17:53:57.376Z 0,
184742026-06-02T17:53:57.376Z 0,
184752026-06-02T17:53:57.376Z 0,
184762026-06-02T17:53:57.376Z 0,
184772026-06-02T17:53:57.376Z 0,
184782026-06-02T17:53:57.376Z 0,
184792026-06-02T17:53:57.376Z 0,
184802026-06-02T17:53:57.376Z 0,
184812026-06-02T17:53:57.376Z 0,
184822026-06-02T17:53:57.376Z 0,
184832026-06-02T17:53:57.376Z 0,
184842026-06-02T17:53:57.376Z 0,
184852026-06-02T17:53:57.376Z 0,
184862026-06-02T17:53:57.376Z 0,
184872026-06-02T17:53:57.376Z 0,
184882026-06-02T17:53:57.376Z ],
184892026-06-02T17:53:57.376Z image_name: "fake image for tests",
184902026-06-02T17:53:57.376Z },
184912026-06-02T17:53:57.376Z artifact_hash: ArtifactHash(
184922026-06-02T17:53:57.376Z "0101010101010101010101010101010101010101010101010101010101010101",
184932026-06-02T17:53:57.376Z ),
184942026-06-02T17:53:57.376Z artifact_size: 14096,
184952026-06-02T17:53:57.376Z },
184962026-06-02T17:53:57.376Z ),
184972026-06-02T17:53:57.376Z slot_b: Ok(
184982026-06-02T17:53:57.376Z BootPartitionDetails {
184992026-06-02T17:53:57.376Z header: BootImageHeader {
185002026-06-02T17:53:57.376Z flags: 0,
185012026-06-02T17:53:57.376Z data_size: 1000,
185022026-06-02T17:53:57.376Z image_size: 1000,
185032026-06-02T17:53:57.376Z target_size: 1000,
185042026-06-02T17:53:57.376Z sha256: [
185052026-06-02T17:53:57.376Z 1,
185062026-06-02T17:53:57.376Z 1,
185072026-06-02T17:53:57.376Z 1,
185082026-06-02T17:53:57.376Z 1,
185092026-06-02T17:53:57.376Z 1,
185102026-06-02T17:53:57.377Z 1,
185112026-06-02T17:53:57.377Z 1,
185122026-06-02T17:53:57.377Z 1,
185132026-06-02T17:53:57.377Z 1,
185142026-06-02T17:53:57.377Z 1,
185152026-06-02T17:53:57.377Z 1,
185162026-06-02T17:53:57.377Z 1,
185172026-06-02T17:53:57.377Z 1,
185182026-06-02T17:53:57.377Z 1,
185192026-06-02T17:53:57.377Z 1,
185202026-06-02T17:53:57.377Z 1,
185212026-06-02T17:53:57.377Z 1,
185222026-06-02T17:53:57.377Z 1,
185232026-06-02T17:53:57.377Z 1,
185242026-06-02T17:53:57.377Z 1,
185252026-06-02T17:53:57.377Z 1,
185262026-06-02T17:53:57.377Z 1,
185272026-06-02T17:53:57.377Z 1,
185282026-06-02T17:53:57.377Z 1,
185292026-06-02T17:53:57.377Z 1,
185302026-06-02T17:53:57.377Z 1,
185312026-06-02T17:53:57.377Z 1,
185322026-06-02T17:53:57.377Z 1,
185332026-06-02T17:53:57.377Z 1,
185342026-06-02T17:53:57.377Z 1,
185352026-06-02T17:53:57.377Z 1,
185362026-06-02T17:53:57.377Z 1,
185372026-06-02T17:53:57.377Z ],
185382026-06-02T17:53:57.377Z image_name: "fake from debug_assume_success()",
185392026-06-02T17:53:57.377Z },
185402026-06-02T17:53:57.381Z artifact_hash: ArtifactHash(
185412026-06-02T17:53:57.381Z "0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b",
185422026-06-02T17:53:57.381Z ),
185432026-06-02T17:53:57.381Z artifact_size: 1000,
185442026-06-02T17:53:57.381Z },
185452026-06-02T17:53:57.381Z ),
185462026-06-02T17:53:57.381Z },
185472026-06-02T17:53:57.381Z remove_mupdate_override: None,
185482026-06-02T17:53:57.381Z },
185492026-06-02T17:53:57.381Z ),
185502026-06-02T17:53:57.381Z file_source_resolver: OmicronFileSourceResolverInventory {
185512026-06-02T17:53:57.381Z zone_manifest: ManifestInventory {
185522026-06-02T17:53:57.381Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/zones.json",
185532026-06-02T17:53:57.382Z boot_inventory: Ok(
185542026-06-02T17:53:57.382Z ManifestBootInventory {
185552026-06-02T17:53:57.382Z source: Installinator {
185562026-06-02T17:53:57.382Z mupdate_id: 3fd463d6-adbb-44f1-a295-5bcd32a71176 (mupdate),
185572026-06-02T17:53:57.382Z },
185582026-06-02T17:53:57.382Z artifacts: {
185592026-06-02T17:53:57.382Z "clickhouse.tar.gz": ZoneArtifactInventory {
185602026-06-02T17:53:57.382Z file_name: "clickhouse.tar.gz",
185612026-06-02T17:53:57.382Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
185622026-06-02T17:53:57.382Z expected_size: 15,
185632026-06-02T17:53:57.382Z expected_hash: ArtifactHash(
185642026-06-02T17:53:57.382Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
185652026-06-02T17:53:57.382Z ),
185662026-06-02T17:53:57.382Z status: Ok(
185672026-06-02T17:53:57.382Z (),
185682026-06-02T17:53:57.382Z ),
185692026-06-02T17:53:57.382Z },
185702026-06-02T17:53:57.382Z "cockroachdb.tar.gz": ZoneArtifactInventory {
185712026-06-02T17:53:57.382Z file_name: "cockroachdb.tar.gz",
185722026-06-02T17:53:57.382Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
185732026-06-02T17:53:57.382Z expected_size: 16,
185742026-06-02T17:53:57.382Z expected_hash: ArtifactHash(
185752026-06-02T17:53:57.382Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
185762026-06-02T17:53:57.382Z ),
185772026-06-02T17:53:57.382Z status: Ok(
185782026-06-02T17:53:57.382Z (),
185792026-06-02T17:53:57.382Z ),
185802026-06-02T17:53:57.382Z },
185812026-06-02T17:53:57.382Z "crucible.tar.gz": ZoneArtifactInventory {
185822026-06-02T17:53:57.382Z file_name: "crucible.tar.gz",
185832026-06-02T17:53:57.382Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
185842026-06-02T17:53:57.382Z expected_size: 13,
185852026-06-02T17:53:57.382Z expected_hash: ArtifactHash(
185862026-06-02T17:53:57.382Z "a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
185872026-06-02T17:53:57.382Z ),
185882026-06-02T17:53:57.382Z status: Ok(
185892026-06-02T17:53:57.382Z (),
185902026-06-02T17:53:57.382Z ),
185912026-06-02T17:53:57.382Z },
185922026-06-02T17:53:57.383Z "internal_dns.tar.gz": ZoneArtifactInventory {
185932026-06-02T17:53:57.383Z file_name: "internal_dns.tar.gz",
185942026-06-02T17:53:57.383Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
185952026-06-02T17:53:57.383Z expected_size: 17,
185962026-06-02T17:53:57.383Z expected_hash: ArtifactHash(
185972026-06-02T17:53:57.383Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
185982026-06-02T17:53:57.383Z ),
185992026-06-02T17:53:57.383Z status: Ok(
186002026-06-02T17:53:57.383Z (),
186012026-06-02T17:53:57.383Z ),
186022026-06-02T17:53:57.383Z },
186032026-06-02T17:53:57.383Z "nexus.tar.gz": ZoneArtifactInventory {
186042026-06-02T17:53:57.383Z file_name: "nexus.tar.gz",
186052026-06-02T17:53:57.383Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/nexus.tar.gz",
186062026-06-02T17:53:57.383Z expected_size: 10,
186072026-06-02T17:53:57.383Z expected_hash: ArtifactHash(
186082026-06-02T17:53:57.383Z "96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80",
186092026-06-02T17:53:57.383Z ),
186102026-06-02T17:53:57.383Z status: Ok(
186112026-06-02T17:53:57.383Z (),
186122026-06-02T17:53:57.383Z ),
186132026-06-02T17:53:57.383Z },
186142026-06-02T17:53:57.383Z },
186152026-06-02T17:53:57.383Z },
186162026-06-02T17:53:57.383Z ),
186172026-06-02T17:53:57.383Z non_boot_status: {
186182026-06-02T17:53:57.383Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
186192026-06-02T17:53:57.383Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
186202026-06-02T17:53:57.383Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/zones.json",
186212026-06-02T17:53:57.383Z is_valid: true,
186222026-06-02T17:53:57.383Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: 3fd463d6-adbb-44f1-a295-5bcd32a71176): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
186232026-06-02T17:53:57.383Z },
186242026-06-02T17:53:57.383Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
186252026-06-02T17:53:57.383Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
186262026-06-02T17:53:57.383Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/zones.json",
186272026-06-02T17:53:57.383Z is_valid: false,
186282026-06-02T17:53:57.383Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: 2693b7e4-545e-49d8-8d7a-95377dd6a51c): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
186292026-06-02T17:53:57.383Z },
186302026-06-02T17:53:57.383Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
186312026-06-02T17:53:57.384Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
186322026-06-02T17:53:57.384Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/zones.json",
186332026-06-02T17:53:57.384Z is_valid: false,
186342026-06-02T17:53:57.384Z message: "read error: error reading install metadata",
186352026-06-02T17:53:57.384Z },
186362026-06-02T17:53:57.384Z },
186372026-06-02T17:53:57.384Z },
186382026-06-02T17:53:57.384Z measurement_manifest: ManifestInventory {
186392026-06-02T17:53:57.384Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/measurements.json",
186402026-06-02T17:53:57.389Z boot_inventory: Ok(
186412026-06-02T17:53:57.389Z ManifestBootInventory {
186422026-06-02T17:53:57.389Z source: Installinator {
186432026-06-02T17:53:57.389Z mupdate_id: 3fd463d6-adbb-44f1-a295-5bcd32a71176 (mupdate),
186442026-06-02T17:53:57.389Z },
186452026-06-02T17:53:57.390Z artifacts: {
186462026-06-02T17:53:57.390Z "clickhouse.tar.gz": ZoneArtifactInventory {
186472026-06-02T17:53:57.390Z file_name: "clickhouse.tar.gz",
186482026-06-02T17:53:57.390Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
186492026-06-02T17:53:57.390Z expected_size: 15,
186502026-06-02T17:53:57.390Z expected_hash: ArtifactHash(
186512026-06-02T17:53:57.390Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
186522026-06-02T17:53:57.390Z ),
186532026-06-02T17:53:57.390Z status: Ok(
186542026-06-02T17:53:57.390Z (),
186552026-06-02T17:53:57.390Z ),
186562026-06-02T17:53:57.390Z },
186572026-06-02T17:53:57.390Z "cockroachdb.tar.gz": ZoneArtifactInventory {
186582026-06-02T17:53:57.390Z file_name: "cockroachdb.tar.gz",
186592026-06-02T17:53:57.390Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
186602026-06-02T17:53:57.390Z expected_size: 16,
186612026-06-02T17:53:57.390Z expected_hash: ArtifactHash(
186622026-06-02T17:53:57.390Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
186632026-06-02T17:53:57.390Z ),
186642026-06-02T17:53:57.390Z status: Ok(
186652026-06-02T17:53:57.390Z (),
186662026-06-02T17:53:57.390Z ),
186672026-06-02T17:53:57.390Z },
186682026-06-02T17:53:57.390Z "crucible.tar.gz": ZoneArtifactInventory {
186692026-06-02T17:53:57.390Z file_name: "crucible.tar.gz",
186702026-06-02T17:53:57.390Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
186712026-06-02T17:53:57.390Z expected_size: 13,
186722026-06-02T17:53:57.390Z expected_hash: ArtifactHash(
186732026-06-02T17:53:57.390Z "a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
186742026-06-02T17:53:57.390Z ),
186752026-06-02T17:53:57.390Z status: Ok(
186762026-06-02T17:53:57.390Z (),
186772026-06-02T17:53:57.390Z ),
186782026-06-02T17:53:57.390Z },
186792026-06-02T17:53:57.390Z "internal_dns.tar.gz": ZoneArtifactInventory {
186802026-06-02T17:53:57.390Z file_name: "internal_dns.tar.gz",
186812026-06-02T17:53:57.390Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
186822026-06-02T17:53:57.390Z expected_size: 17,
186832026-06-02T17:53:57.390Z expected_hash: ArtifactHash(
186842026-06-02T17:53:57.391Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
186852026-06-02T17:53:57.391Z ),
186862026-06-02T17:53:57.391Z status: Ok(
186872026-06-02T17:53:57.391Z (),
186882026-06-02T17:53:57.391Z ),
186892026-06-02T17:53:57.391Z },
186902026-06-02T17:53:57.391Z "nexus.tar.gz": ZoneArtifactInventory {
186912026-06-02T17:53:57.391Z file_name: "nexus.tar.gz",
186922026-06-02T17:53:57.391Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/nexus.tar.gz",
186932026-06-02T17:53:57.391Z expected_size: 10,
186942026-06-02T17:53:57.391Z expected_hash: ArtifactHash(
186952026-06-02T17:53:57.391Z "96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80",
186962026-06-02T17:53:57.391Z ),
186972026-06-02T17:53:57.391Z status: Ok(
186982026-06-02T17:53:57.391Z (),
186992026-06-02T17:53:57.391Z ),
187002026-06-02T17:53:57.391Z },
187012026-06-02T17:53:57.391Z },
187022026-06-02T17:53:57.391Z },
187032026-06-02T17:53:57.391Z ),
187042026-06-02T17:53:57.391Z non_boot_status: {
187052026-06-02T17:53:57.391Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
187062026-06-02T17:53:57.391Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
187072026-06-02T17:53:57.391Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/measurements.json",
187082026-06-02T17:53:57.391Z is_valid: true,
187092026-06-02T17:53:57.391Z message: "valid zone manifest: 5 artifacts in manifest generated by installinator (mupdate ID: 3fd463d6-adbb-44f1-a295-5bcd32a71176): 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
187102026-06-02T17:53:57.391Z },
187112026-06-02T17:53:57.391Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
187122026-06-02T17:53:57.391Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
187132026-06-02T17:53:57.391Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/measurements.json",
187142026-06-02T17:53:57.391Z is_valid: false,
187152026-06-02T17:53:57.391Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: 2693b7e4-545e-49d8-8d7a-95377dd6a51c): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
187162026-06-02T17:53:57.391Z },
187172026-06-02T17:53:57.391Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
187182026-06-02T17:53:57.391Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
187192026-06-02T17:53:57.391Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/measurements.json",
187202026-06-02T17:53:57.391Z is_valid: false,
187212026-06-02T17:53:57.391Z message: "read error: error reading install metadata",
187222026-06-02T17:53:57.392Z },
187232026-06-02T17:53:57.392Z },
187242026-06-02T17:53:57.392Z },
187252026-06-02T17:53:57.392Z mupdate_override: MupdateOverrideInventory {
187262026-06-02T17:53:57.392Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/mupdate-override.json",
187272026-06-02T17:53:57.392Z boot_override: Ok(
187282026-06-02T17:53:57.392Z Some(
187292026-06-02T17:53:57.392Z MupdateOverrideBootInventory {
187302026-06-02T17:53:57.392Z mupdate_override_id: 91f5e98a-8df3-441b-8298-40b0f91c8d14 (mupdate_override),
187312026-06-02T17:53:57.392Z },
187322026-06-02T17:53:57.392Z ),
187332026-06-02T17:53:57.392Z ),
187342026-06-02T17:53:57.392Z non_boot_status: {
187352026-06-02T17:53:57.392Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): MupdateOverrideNonBootInventory {
187362026-06-02T17:53:57.392Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
187372026-06-02T17:53:57.392Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/mupdate-override.json",
187382026-06-02T17:53:57.392Z is_valid: true,
187392026-06-02T17:53:57.392Z message: "matches boot disk (present)",
187402026-06-02T17:53:57.396Z },
187412026-06-02T17:53:57.396Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): MupdateOverrideNonBootInventory {
187422026-06-02T17:53:57.396Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
187432026-06-02T17:53:57.396Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/mupdate-override.json",
187442026-06-02T17:53:57.396Z is_valid: false,
187452026-06-02T17:53:57.396Z message: "boot disk has override but non-boot disk does not",
187462026-06-02T17:53:57.396Z },
187472026-06-02T17:53:57.396Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): MupdateOverrideNonBootInventory {
187482026-06-02T17:53:57.396Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
187492026-06-02T17:53:57.396Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/mupdate-override.json",
187502026-06-02T17:53:57.396Z is_valid: false,
187512026-06-02T17:53:57.396Z message: "read error: install metadata read error",
187522026-06-02T17:53:57.396Z },
187532026-06-02T17:53:57.396Z },
187542026-06-02T17:53:57.396Z },
187552026-06-02T17:53:57.396Z },
187562026-06-02T17:53:57.396Z smf_services_enabled_not_online: DataUnavailable,
187572026-06-02T17:53:57.396Z reference_measurements: {
187582026-06-02T17:53:57.397Z "/this/path": SingleMeasurementInventory {
187592026-06-02T17:53:57.397Z path: "/this/path",
187602026-06-02T17:53:57.397Z result: Ok,
187612026-06-02T17:53:57.397Z },
187622026-06-02T17:53:57.397Z "/this/path2": SingleMeasurementInventory {
187632026-06-02T17:53:57.397Z path: "/this/path2",
187642026-06-02T17:53:57.397Z result: Ok,
187652026-06-02T17:53:57.397Z },
187662026-06-02T17:53:57.397Z },
187672026-06-02T17:53:57.397Z },
187682026-06-02T17:53:57.397Z d7efa9c4-833d-4354-a9a2-94ba9715c154 (sled): SledAgent {
187692026-06-02T17:53:57.397Z time_collected: 2026-06-02T17:53:56.281476Z,
187702026-06-02T17:53:57.397Z source: "fake sled agent 4",
187712026-06-02T17:53:57.397Z sled_id: d7efa9c4-833d-4354-a9a2-94ba9715c154 (sled),
187722026-06-02T17:53:57.397Z baseboard_id: Some(
187732026-06-02T17:53:57.397Z BaseboardId {
187742026-06-02T17:53:57.397Z part_number: "model1",
187752026-06-02T17:53:57.397Z serial_number: "s4",
187762026-06-02T17:53:57.397Z },
187772026-06-02T17:53:57.397Z ),
187782026-06-02T17:53:57.397Z sled_agent_address: [::1]:56792,
187792026-06-02T17:53:57.397Z sled_role: Scrimlet,
187802026-06-02T17:53:57.397Z usable_hardware_threads: 10,
187812026-06-02T17:53:57.397Z usable_physical_ram: ByteCount(
187822026-06-02T17:53:57.397Z 1048576,
187832026-06-02T17:53:57.397Z ),
187842026-06-02T17:53:57.397Z cpu_family: AmdMilan,
187852026-06-02T17:53:57.397Z reservoir_size: ByteCount(
187862026-06-02T17:53:57.397Z 1024,
187872026-06-02T17:53:57.397Z ),
187882026-06-02T17:53:57.397Z disks: [],
187892026-06-02T17:53:57.397Z zpools: [],
187902026-06-02T17:53:57.397Z datasets: [],
187912026-06-02T17:53:57.397Z ledgered_sled_config: Some(
187922026-06-02T17:53:57.397Z OmicronSledConfig {
187932026-06-02T17:53:57.397Z generation: Generation(
187942026-06-02T17:53:57.397Z 5,
187952026-06-02T17:53:57.397Z ),
187962026-06-02T17:53:57.397Z disks: {},
187972026-06-02T17:53:57.398Z datasets: {},
187982026-06-02T17:53:57.398Z zones: {
187992026-06-02T17:53:57.398Z 0322760d-a1e2-4911-8745-569f6bad8251 (omicron_zone): OmicronZoneConfig {
188002026-06-02T17:53:57.398Z id: 0322760d-a1e2-4911-8745-569f6bad8251 (omicron_zone),
188012026-06-02T17:53:57.398Z filesystem_pool: None,
188022026-06-02T17:53:57.398Z zone_type: ExternalDns {
188032026-06-02T17:53:57.398Z dataset: OmicronZoneDataset {
188042026-06-02T17:53:57.398Z pool_name: External(
188052026-06-02T17:53:57.398Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
188062026-06-02T17:53:57.398Z ),
188072026-06-02T17:53:57.398Z },
188082026-06-02T17:53:57.398Z http_address: [fd00:1122:3344:102::4]:5353,
188092026-06-02T17:53:57.398Z dns_address: 172.20.28.1:53,
188102026-06-02T17:53:57.398Z nic: NetworkInterface {
188112026-06-02T17:53:57.398Z id: 8b99b41f-976d-4cb5-bad6-492cde39575a,
188122026-06-02T17:53:57.398Z kind: Service {
188132026-06-02T17:53:57.398Z id: 0322760d-a1e2-4911-8745-569f6bad8251,
188142026-06-02T17:53:57.398Z },
188152026-06-02T17:53:57.398Z name: Name(
188162026-06-02T17:53:57.398Z "external-dns-0322760d-a1e2-4911-8745-569f6bad8251",
188172026-06-02T17:53:57.398Z ),
188182026-06-02T17:53:57.398Z ip_config: V4(
188192026-06-02T17:53:57.398Z PrivateIpv4Config {
188202026-06-02T17:53:57.398Z ip: 172.30.1.5,
188212026-06-02T17:53:57.398Z subnet: Ipv4Net {
188222026-06-02T17:53:57.398Z addr: 172.30.1.0,
188232026-06-02T17:53:57.398Z width: 24,
188242026-06-02T17:53:57.398Z },
188252026-06-02T17:53:57.398Z transit_ips: [],
188262026-06-02T17:53:57.398Z },
188272026-06-02T17:53:57.398Z ),
188282026-06-02T17:53:57.398Z mac: MacAddr(
188292026-06-02T17:53:57.398Z MacAddr6(
188302026-06-02T17:53:57.398Z [
188312026-06-02T17:53:57.398Z 168,
188322026-06-02T17:53:57.398Z 64,
188332026-06-02T17:53:57.398Z 37,
188342026-06-02T17:53:57.398Z 255,
188352026-06-02T17:53:57.399Z 247,
188362026-06-02T17:53:57.399Z 74,
188372026-06-02T17:53:57.399Z ],
188382026-06-02T17:53:57.399Z ),
188392026-06-02T17:53:57.399Z ),
188402026-06-02T17:53:57.402Z vni: Vni(
188412026-06-02T17:53:57.402Z 100,
188422026-06-02T17:53:57.403Z ),
188432026-06-02T17:53:57.403Z primary: true,
188442026-06-02T17:53:57.403Z slot: 0,
188452026-06-02T17:53:57.403Z },
188462026-06-02T17:53:57.403Z },
188472026-06-02T17:53:57.403Z image_source: InstallDataset,
188482026-06-02T17:53:57.403Z },
188492026-06-02T17:53:57.403Z 1aa5fd71-d766-4f20-b3c7-9cf4fe9e4f2e (omicron_zone): OmicronZoneConfig {
188502026-06-02T17:53:57.403Z id: 1aa5fd71-d766-4f20-b3c7-9cf4fe9e4f2e (omicron_zone),
188512026-06-02T17:53:57.403Z filesystem_pool: None,
188522026-06-02T17:53:57.403Z zone_type: Crucible {
188532026-06-02T17:53:57.403Z address: [fd00:1122:3344:102::9]:32345,
188542026-06-02T17:53:57.403Z dataset: OmicronZoneDataset {
188552026-06-02T17:53:57.403Z pool_name: External(
188562026-06-02T17:53:57.403Z 6d799846-deac-4809-93bd-5dad30127938 (external_zpool),
188572026-06-02T17:53:57.403Z ),
188582026-06-02T17:53:57.403Z },
188592026-06-02T17:53:57.403Z },
188602026-06-02T17:53:57.403Z image_source: InstallDataset,
188612026-06-02T17:53:57.403Z },
188622026-06-02T17:53:57.403Z 263584b3-2f53-4f87-a9c0-60a4c78af6c4 (omicron_zone): OmicronZoneConfig {
188632026-06-02T17:53:57.403Z id: 263584b3-2f53-4f87-a9c0-60a4c78af6c4 (omicron_zone),
188642026-06-02T17:53:57.403Z filesystem_pool: None,
188652026-06-02T17:53:57.403Z zone_type: Crucible {
188662026-06-02T17:53:57.403Z address: [fd00:1122:3344:102::8]:32345,
188672026-06-02T17:53:57.403Z dataset: OmicronZoneDataset {
188682026-06-02T17:53:57.403Z pool_name: External(
188692026-06-02T17:53:57.403Z 2acbc210-8b83-490a-b7a7-e458d742c269 (external_zpool),
188702026-06-02T17:53:57.403Z ),
188712026-06-02T17:53:57.403Z },
188722026-06-02T17:53:57.403Z },
188732026-06-02T17:53:57.403Z image_source: InstallDataset,
188742026-06-02T17:53:57.403Z },
188752026-06-02T17:53:57.403Z 271ee61b-9e97-4e45-a407-0083f8bf15a7 (omicron_zone): OmicronZoneConfig {
188762026-06-02T17:53:57.403Z id: 271ee61b-9e97-4e45-a407-0083f8bf15a7 (omicron_zone),
188772026-06-02T17:53:57.403Z filesystem_pool: None,
188782026-06-02T17:53:57.403Z zone_type: Crucible {
188792026-06-02T17:53:57.403Z address: [fd00:1122:3344:102::7]:32345,
188802026-06-02T17:53:57.404Z dataset: OmicronZoneDataset {
188812026-06-02T17:53:57.404Z pool_name: External(
188822026-06-02T17:53:57.404Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
188832026-06-02T17:53:57.404Z ),
188842026-06-02T17:53:57.404Z },
188852026-06-02T17:53:57.404Z },
188862026-06-02T17:53:57.404Z image_source: InstallDataset,
188872026-06-02T17:53:57.404Z },
188882026-06-02T17:53:57.404Z 2f336547-e4b0-422c-af54-deae20b4580c (omicron_zone): OmicronZoneConfig {
188892026-06-02T17:53:57.404Z id: 2f336547-e4b0-422c-af54-deae20b4580c (omicron_zone),
188902026-06-02T17:53:57.404Z filesystem_pool: None,
188912026-06-02T17:53:57.404Z zone_type: CockroachDb {
188922026-06-02T17:53:57.404Z address: [fd00:1122:3344:102::3]:32221,
188932026-06-02T17:53:57.404Z dataset: OmicronZoneDataset {
188942026-06-02T17:53:57.404Z pool_name: External(
188952026-06-02T17:53:57.404Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
188962026-06-02T17:53:57.404Z ),
188972026-06-02T17:53:57.404Z },
188982026-06-02T17:53:57.404Z },
188992026-06-02T17:53:57.404Z image_source: InstallDataset,
189002026-06-02T17:53:57.404Z },
189012026-06-02T17:53:57.404Z 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff (omicron_zone): OmicronZoneConfig {
189022026-06-02T17:53:57.404Z id: 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff (omicron_zone),
189032026-06-02T17:53:57.404Z filesystem_pool: None,
189042026-06-02T17:53:57.404Z zone_type: BoundaryNtp {
189052026-06-02T17:53:57.404Z address: [fd00:1122:3344:102::10]:123,
189062026-06-02T17:53:57.404Z ntp_servers: [
189072026-06-02T17:53:57.404Z "ntp.eng.oxide.computer",
189082026-06-02T17:53:57.404Z ],
189092026-06-02T17:53:57.404Z dns_servers: [
189102026-06-02T17:53:57.404Z 1.1.1.1,
189112026-06-02T17:53:57.404Z 9.9.9.9,
189122026-06-02T17:53:57.404Z ],
189132026-06-02T17:53:57.404Z domain: None,
189142026-06-02T17:53:57.404Z nic: NetworkInterface {
189152026-06-02T17:53:57.404Z id: 6c2aa1c5-0e42-4b80-9b31-26d0e8599d0d,
189162026-06-02T17:53:57.404Z kind: Service {
189172026-06-02T17:53:57.404Z id: 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff,
189182026-06-02T17:53:57.404Z },
189192026-06-02T17:53:57.405Z name: Name(
189202026-06-02T17:53:57.405Z "ntp-412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff",
189212026-06-02T17:53:57.405Z ),
189222026-06-02T17:53:57.405Z ip_config: V4(
189232026-06-02T17:53:57.405Z PrivateIpv4Config {
189242026-06-02T17:53:57.405Z ip: 172.30.3.5,
189252026-06-02T17:53:57.405Z subnet: Ipv4Net {
189262026-06-02T17:53:57.405Z addr: 172.30.3.0,
189272026-06-02T17:53:57.405Z width: 24,
189282026-06-02T17:53:57.405Z },
189292026-06-02T17:53:57.405Z transit_ips: [],
189302026-06-02T17:53:57.405Z },
189312026-06-02T17:53:57.405Z ),
189322026-06-02T17:53:57.405Z mac: MacAddr(
189332026-06-02T17:53:57.405Z MacAddr6(
189342026-06-02T17:53:57.405Z [
189352026-06-02T17:53:57.405Z 168,
189362026-06-02T17:53:57.405Z 64,
189372026-06-02T17:53:57.405Z 37,
189382026-06-02T17:53:57.405Z 255,
189392026-06-02T17:53:57.405Z 242,
189402026-06-02T17:53:57.409Z 69,
189412026-06-02T17:53:57.409Z ],
189422026-06-02T17:53:57.409Z ),
189432026-06-02T17:53:57.409Z ),
189442026-06-02T17:53:57.409Z vni: Vni(
189452026-06-02T17:53:57.409Z 100,
189462026-06-02T17:53:57.409Z ),
189472026-06-02T17:53:57.409Z primary: true,
189482026-06-02T17:53:57.409Z slot: 0,
189492026-06-02T17:53:57.409Z },
189502026-06-02T17:53:57.409Z snat_cfg: SourceNatConfig {
189512026-06-02T17:53:57.409Z ip: 172.20.28.5,
189522026-06-02T17:53:57.409Z first_port: 0,
189532026-06-02T17:53:57.409Z last_port: 16383,
189542026-06-02T17:53:57.409Z },
189552026-06-02T17:53:57.409Z },
189562026-06-02T17:53:57.409Z image_source: InstallDataset,
189572026-06-02T17:53:57.409Z },
189582026-06-02T17:53:57.409Z 750b40ef-8e83-4c7a-be96-33964b2244f3 (omicron_zone): OmicronZoneConfig {
189592026-06-02T17:53:57.409Z id: 750b40ef-8e83-4c7a-be96-33964b2244f3 (omicron_zone),
189602026-06-02T17:53:57.409Z filesystem_pool: None,
189612026-06-02T17:53:57.409Z zone_type: Crucible {
189622026-06-02T17:53:57.410Z address: [fd00:1122:3344:102::a]:32345,
189632026-06-02T17:53:57.410Z dataset: OmicronZoneDataset {
189642026-06-02T17:53:57.410Z pool_name: External(
189652026-06-02T17:53:57.410Z 901a85dd-8214-407a-a358-ef4aebfa810d (external_zpool),
189662026-06-02T17:53:57.410Z ),
189672026-06-02T17:53:57.410Z },
189682026-06-02T17:53:57.410Z },
189692026-06-02T17:53:57.410Z image_source: InstallDataset,
189702026-06-02T17:53:57.410Z },
189712026-06-02T17:53:57.410Z 7de28140-8cdc-4478-9204-63763ecc10ff (omicron_zone): OmicronZoneConfig {
189722026-06-02T17:53:57.410Z id: 7de28140-8cdc-4478-9204-63763ecc10ff (omicron_zone),
189732026-06-02T17:53:57.410Z filesystem_pool: None,
189742026-06-02T17:53:57.410Z zone_type: InternalDns {
189752026-06-02T17:53:57.410Z dataset: OmicronZoneDataset {
189762026-06-02T17:53:57.410Z pool_name: External(
189772026-06-02T17:53:57.410Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
189782026-06-02T17:53:57.410Z ),
189792026-06-02T17:53:57.410Z },
189802026-06-02T17:53:57.410Z http_address: [fd00:1122:3344:1::1]:5353,
189812026-06-02T17:53:57.410Z dns_address: [fd00:1122:3344:1::1]:53,
189822026-06-02T17:53:57.410Z gz_address: fd00:1122:3344:1::2,
189832026-06-02T17:53:57.410Z gz_address_index: 0,
189842026-06-02T17:53:57.410Z },
189852026-06-02T17:53:57.410Z image_source: InstallDataset,
189862026-06-02T17:53:57.410Z },
189872026-06-02T17:53:57.410Z 996f3011-5aaa-4732-a47d-e6514b1131d8 (omicron_zone): OmicronZoneConfig {
189882026-06-02T17:53:57.410Z id: 996f3011-5aaa-4732-a47d-e6514b1131d8 (omicron_zone),
189892026-06-02T17:53:57.410Z filesystem_pool: None,
189902026-06-02T17:53:57.410Z zone_type: Crucible {
189912026-06-02T17:53:57.410Z address: [fd00:1122:3344:102::c]:32345,
189922026-06-02T17:53:57.410Z dataset: OmicronZoneDataset {
189932026-06-02T17:53:57.410Z pool_name: External(
189942026-06-02T17:53:57.410Z 87714aed-4573-438c-8c9d-3ed64688bdc4 (external_zpool),
189952026-06-02T17:53:57.410Z ),
189962026-06-02T17:53:57.410Z },
189972026-06-02T17:53:57.410Z },
189982026-06-02T17:53:57.410Z image_source: InstallDataset,
189992026-06-02T17:53:57.410Z },
190002026-06-02T17:53:57.410Z b2629475-65b2-4e8a-9e70-d4e8c034d8ad (omicron_zone): OmicronZoneConfig {
190012026-06-02T17:53:57.411Z id: b2629475-65b2-4e8a-9e70-d4e8c034d8ad (omicron_zone),
190022026-06-02T17:53:57.411Z filesystem_pool: None,
190032026-06-02T17:53:57.411Z zone_type: Crucible {
190042026-06-02T17:53:57.411Z address: [fd00:1122:3344:102::e]:32345,
190052026-06-02T17:53:57.411Z dataset: OmicronZoneDataset {
190062026-06-02T17:53:57.411Z pool_name: External(
190072026-06-02T17:53:57.411Z 1cd1c449-b5e1-4e8b-bb2f-2e2bd5a8f301 (external_zpool),
190082026-06-02T17:53:57.411Z ),
190092026-06-02T17:53:57.411Z },
190102026-06-02T17:53:57.411Z },
190112026-06-02T17:53:57.411Z image_source: InstallDataset,
190122026-06-02T17:53:57.411Z },
190132026-06-02T17:53:57.411Z c489b9a3-33e5-487c-8a60-77853584dca1 (omicron_zone): OmicronZoneConfig {
190142026-06-02T17:53:57.411Z id: c489b9a3-33e5-487c-8a60-77853584dca1 (omicron_zone),
190152026-06-02T17:53:57.411Z filesystem_pool: None,
190162026-06-02T17:53:57.411Z zone_type: Crucible {
190172026-06-02T17:53:57.411Z address: [fd00:1122:3344:102::f]:32345,
190182026-06-02T17:53:57.411Z dataset: OmicronZoneDataset {
190192026-06-02T17:53:57.411Z pool_name: External(
190202026-06-02T17:53:57.411Z 17d7dbce-b430-4c71-a27e-a5e66d175347 (external_zpool),
190212026-06-02T17:53:57.411Z ),
190222026-06-02T17:53:57.411Z },
190232026-06-02T17:53:57.411Z },
190242026-06-02T17:53:57.411Z image_source: InstallDataset,
190252026-06-02T17:53:57.411Z },
190262026-06-02T17:53:57.411Z cef138ff-87a4-4509-ba30-2395e01ac5f7 (omicron_zone): OmicronZoneConfig {
190272026-06-02T17:53:57.411Z id: cef138ff-87a4-4509-ba30-2395e01ac5f7 (omicron_zone),
190282026-06-02T17:53:57.411Z filesystem_pool: None,
190292026-06-02T17:53:57.411Z zone_type: Oximeter {
190302026-06-02T17:53:57.411Z address: [fd00:1122:3344:102::5]:12223,
190312026-06-02T17:53:57.411Z },
190322026-06-02T17:53:57.411Z image_source: InstallDataset,
190332026-06-02T17:53:57.411Z },
190342026-06-02T17:53:57.411Z d02206f1-7567-4753-9221-6b2b70407925 (omicron_zone): OmicronZoneConfig {
190352026-06-02T17:53:57.411Z id: d02206f1-7567-4753-9221-6b2b70407925 (omicron_zone),
190362026-06-02T17:53:57.411Z filesystem_pool: None,
190372026-06-02T17:53:57.411Z zone_type: Crucible {
190382026-06-02T17:53:57.411Z address: [fd00:1122:3344:102::b]:32345,
190392026-06-02T17:53:57.411Z dataset: OmicronZoneDataset {
190402026-06-02T17:53:57.416Z pool_name: External(
190412026-06-02T17:53:57.416Z 0fa59017-d1e7-47c1-9ed6-b66851e544ee (external_zpool),
190422026-06-02T17:53:57.416Z ),
190432026-06-02T17:53:57.416Z },
190442026-06-02T17:53:57.416Z },
190452026-06-02T17:53:57.416Z image_source: InstallDataset,
190462026-06-02T17:53:57.416Z },
190472026-06-02T17:53:57.416Z e9d7d6ba-59e3-44ff-9081-f43e61c9968a (omicron_zone): OmicronZoneConfig {
190482026-06-02T17:53:57.416Z id: e9d7d6ba-59e3-44ff-9081-f43e61c9968a (omicron_zone),
190492026-06-02T17:53:57.416Z filesystem_pool: None,
190502026-06-02T17:53:57.416Z zone_type: Crucible {
190512026-06-02T17:53:57.416Z address: [fd00:1122:3344:102::d]:32345,
190522026-06-02T17:53:57.416Z dataset: OmicronZoneDataset {
190532026-06-02T17:53:57.416Z pool_name: External(
190542026-06-02T17:53:57.416Z 51abdeb3-6673-4af3-aa91-7e8748e4dda2 (external_zpool),
190552026-06-02T17:53:57.416Z ),
190562026-06-02T17:53:57.416Z },
190572026-06-02T17:53:57.416Z },
190582026-06-02T17:53:57.416Z image_source: InstallDataset,
190592026-06-02T17:53:57.416Z },
190602026-06-02T17:53:57.416Z f350b534-e9bb-4e47-a2ae-4029efe48e1a (omicron_zone): OmicronZoneConfig {
190612026-06-02T17:53:57.416Z id: f350b534-e9bb-4e47-a2ae-4029efe48e1a (omicron_zone),
190622026-06-02T17:53:57.416Z filesystem_pool: None,
190632026-06-02T17:53:57.416Z zone_type: CruciblePantry {
190642026-06-02T17:53:57.416Z address: [fd00:1122:3344:102::6]:17000,
190652026-06-02T17:53:57.416Z },
190662026-06-02T17:53:57.416Z image_source: InstallDataset,
190672026-06-02T17:53:57.416Z },
190682026-06-02T17:53:57.417Z },
190692026-06-02T17:53:57.417Z remove_mupdate_override: None,
190702026-06-02T17:53:57.417Z host_phase_2: HostPhase2DesiredSlots {
190712026-06-02T17:53:57.417Z slot_a: CurrentContents,
190722026-06-02T17:53:57.417Z slot_b: CurrentContents,
190732026-06-02T17:53:57.417Z },
190742026-06-02T17:53:57.417Z measurements: {},
190752026-06-02T17:53:57.417Z },
190762026-06-02T17:53:57.417Z ),
190772026-06-02T17:53:57.417Z reconciler_status: Idle {
190782026-06-02T17:53:57.417Z completed_at: 2026-06-02T17:53:56.281464Z,
190792026-06-02T17:53:57.417Z ran_for: 5s,
190802026-06-02T17:53:57.417Z },
190812026-06-02T17:53:57.417Z last_reconciliation: Some(
190822026-06-02T17:53:57.417Z ConfigReconcilerInventory {
190832026-06-02T17:53:57.417Z last_reconciled_config: OmicronSledConfig {
190842026-06-02T17:53:57.417Z generation: Generation(
190852026-06-02T17:53:57.417Z 5,
190862026-06-02T17:53:57.417Z ),
190872026-06-02T17:53:57.417Z disks: {},
190882026-06-02T17:53:57.417Z datasets: {},
190892026-06-02T17:53:57.417Z zones: {
190902026-06-02T17:53:57.417Z 0322760d-a1e2-4911-8745-569f6bad8251 (omicron_zone): OmicronZoneConfig {
190912026-06-02T17:53:57.417Z id: 0322760d-a1e2-4911-8745-569f6bad8251 (omicron_zone),
190922026-06-02T17:53:57.417Z filesystem_pool: None,
190932026-06-02T17:53:57.417Z zone_type: ExternalDns {
190942026-06-02T17:53:57.417Z dataset: OmicronZoneDataset {
190952026-06-02T17:53:57.417Z pool_name: External(
190962026-06-02T17:53:57.417Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
190972026-06-02T17:53:57.417Z ),
190982026-06-02T17:53:57.417Z },
190992026-06-02T17:53:57.417Z http_address: [fd00:1122:3344:102::4]:5353,
191002026-06-02T17:53:57.417Z dns_address: 172.20.28.1:53,
191012026-06-02T17:53:57.417Z nic: NetworkInterface {
191022026-06-02T17:53:57.417Z id: 8b99b41f-976d-4cb5-bad6-492cde39575a,
191032026-06-02T17:53:57.417Z kind: Service {
191042026-06-02T17:53:57.417Z id: 0322760d-a1e2-4911-8745-569f6bad8251,
191052026-06-02T17:53:57.417Z },
191062026-06-02T17:53:57.418Z name: Name(
191072026-06-02T17:53:57.418Z "external-dns-0322760d-a1e2-4911-8745-569f6bad8251",
191082026-06-02T17:53:57.418Z ),
191092026-06-02T17:53:57.418Z ip_config: V4(
191102026-06-02T17:53:57.418Z PrivateIpv4Config {
191112026-06-02T17:53:57.418Z ip: 172.30.1.5,
191122026-06-02T17:53:57.418Z subnet: Ipv4Net {
191132026-06-02T17:53:57.418Z addr: 172.30.1.0,
191142026-06-02T17:53:57.418Z width: 24,
191152026-06-02T17:53:57.418Z },
191162026-06-02T17:53:57.418Z transit_ips: [],
191172026-06-02T17:53:57.418Z },
191182026-06-02T17:53:57.418Z ),
191192026-06-02T17:53:57.418Z mac: MacAddr(
191202026-06-02T17:53:57.418Z MacAddr6(
191212026-06-02T17:53:57.418Z [
191222026-06-02T17:53:57.418Z 168,
191232026-06-02T17:53:57.418Z 64,
191242026-06-02T17:53:57.418Z 37,
191252026-06-02T17:53:57.418Z 255,
191262026-06-02T17:53:57.418Z 247,
191272026-06-02T17:53:57.418Z 74,
191282026-06-02T17:53:57.418Z ],
191292026-06-02T17:53:57.418Z ),
191302026-06-02T17:53:57.418Z ),
191312026-06-02T17:53:57.418Z vni: Vni(
191322026-06-02T17:53:57.418Z 100,
191332026-06-02T17:53:57.418Z ),
191342026-06-02T17:53:57.418Z primary: true,
191352026-06-02T17:53:57.418Z slot: 0,
191362026-06-02T17:53:57.418Z },
191372026-06-02T17:53:57.418Z },
191382026-06-02T17:53:57.418Z image_source: InstallDataset,
191392026-06-02T17:53:57.418Z },
191402026-06-02T17:53:57.424Z 1aa5fd71-d766-4f20-b3c7-9cf4fe9e4f2e (omicron_zone): OmicronZoneConfig {
191412026-06-02T17:53:57.424Z id: 1aa5fd71-d766-4f20-b3c7-9cf4fe9e4f2e (omicron_zone),
191422026-06-02T17:53:57.424Z filesystem_pool: None,
191432026-06-02T17:53:57.424Z zone_type: Crucible {
191442026-06-02T17:53:57.424Z address: [fd00:1122:3344:102::9]:32345,
191452026-06-02T17:53:57.424Z dataset: OmicronZoneDataset {
191462026-06-02T17:53:57.424Z pool_name: External(
191472026-06-02T17:53:57.424Z 6d799846-deac-4809-93bd-5dad30127938 (external_zpool),
191482026-06-02T17:53:57.424Z ),
191492026-06-02T17:53:57.424Z },
191502026-06-02T17:53:57.424Z },
191512026-06-02T17:53:57.424Z image_source: InstallDataset,
191522026-06-02T17:53:57.424Z },
191532026-06-02T17:53:57.424Z 263584b3-2f53-4f87-a9c0-60a4c78af6c4 (omicron_zone): OmicronZoneConfig {
191542026-06-02T17:53:57.424Z id: 263584b3-2f53-4f87-a9c0-60a4c78af6c4 (omicron_zone),
191552026-06-02T17:53:57.424Z filesystem_pool: None,
191562026-06-02T17:53:57.424Z zone_type: Crucible {
191572026-06-02T17:53:57.424Z address: [fd00:1122:3344:102::8]:32345,
191582026-06-02T17:53:57.424Z dataset: OmicronZoneDataset {
191592026-06-02T17:53:57.424Z pool_name: External(
191602026-06-02T17:53:57.424Z 2acbc210-8b83-490a-b7a7-e458d742c269 (external_zpool),
191612026-06-02T17:53:57.424Z ),
191622026-06-02T17:53:57.424Z },
191632026-06-02T17:53:57.424Z },
191642026-06-02T17:53:57.424Z image_source: InstallDataset,
191652026-06-02T17:53:57.424Z },
191662026-06-02T17:53:57.424Z 271ee61b-9e97-4e45-a407-0083f8bf15a7 (omicron_zone): OmicronZoneConfig {
191672026-06-02T17:53:57.424Z id: 271ee61b-9e97-4e45-a407-0083f8bf15a7 (omicron_zone),
191682026-06-02T17:53:57.424Z filesystem_pool: None,
191692026-06-02T17:53:57.424Z zone_type: Crucible {
191702026-06-02T17:53:57.424Z address: [fd00:1122:3344:102::7]:32345,
191712026-06-02T17:53:57.424Z dataset: OmicronZoneDataset {
191722026-06-02T17:53:57.424Z pool_name: External(
191732026-06-02T17:53:57.424Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
191742026-06-02T17:53:57.425Z ),
191752026-06-02T17:53:57.425Z },
191762026-06-02T17:53:57.425Z },
191772026-06-02T17:53:57.425Z image_source: InstallDataset,
191782026-06-02T17:53:57.425Z },
191792026-06-02T17:53:57.425Z 2f336547-e4b0-422c-af54-deae20b4580c (omicron_zone): OmicronZoneConfig {
191802026-06-02T17:53:57.425Z id: 2f336547-e4b0-422c-af54-deae20b4580c (omicron_zone),
191812026-06-02T17:53:57.425Z filesystem_pool: None,
191822026-06-02T17:53:57.425Z zone_type: CockroachDb {
191832026-06-02T17:53:57.425Z address: [fd00:1122:3344:102::3]:32221,
191842026-06-02T17:53:57.425Z dataset: OmicronZoneDataset {
191852026-06-02T17:53:57.425Z pool_name: External(
191862026-06-02T17:53:57.425Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
191872026-06-02T17:53:57.425Z ),
191882026-06-02T17:53:57.425Z },
191892026-06-02T17:53:57.425Z },
191902026-06-02T17:53:57.425Z image_source: InstallDataset,
191912026-06-02T17:53:57.425Z },
191922026-06-02T17:53:57.425Z 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff (omicron_zone): OmicronZoneConfig {
191932026-06-02T17:53:57.425Z id: 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff (omicron_zone),
191942026-06-02T17:53:57.425Z filesystem_pool: None,
191952026-06-02T17:53:57.425Z zone_type: BoundaryNtp {
191962026-06-02T17:53:57.425Z address: [fd00:1122:3344:102::10]:123,
191972026-06-02T17:53:57.425Z ntp_servers: [
191982026-06-02T17:53:57.425Z "ntp.eng.oxide.computer",
191992026-06-02T17:53:57.425Z ],
192002026-06-02T17:53:57.425Z dns_servers: [
192012026-06-02T17:53:57.425Z 1.1.1.1,
192022026-06-02T17:53:57.425Z 9.9.9.9,
192032026-06-02T17:53:57.425Z ],
192042026-06-02T17:53:57.425Z domain: None,
192052026-06-02T17:53:57.425Z nic: NetworkInterface {
192062026-06-02T17:53:57.425Z id: 6c2aa1c5-0e42-4b80-9b31-26d0e8599d0d,
192072026-06-02T17:53:57.425Z kind: Service {
192082026-06-02T17:53:57.425Z id: 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff,
192092026-06-02T17:53:57.425Z },
192102026-06-02T17:53:57.425Z name: Name(
192112026-06-02T17:53:57.425Z "ntp-412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff",
192122026-06-02T17:53:57.425Z ),
192132026-06-02T17:53:57.425Z ip_config: V4(
192142026-06-02T17:53:57.426Z PrivateIpv4Config {
192152026-06-02T17:53:57.426Z ip: 172.30.3.5,
192162026-06-02T17:53:57.426Z subnet: Ipv4Net {
192172026-06-02T17:53:57.426Z addr: 172.30.3.0,
192182026-06-02T17:53:57.426Z width: 24,
192192026-06-02T17:53:57.426Z },
192202026-06-02T17:53:57.426Z transit_ips: [],
192212026-06-02T17:53:57.426Z },
192222026-06-02T17:53:57.426Z ),
192232026-06-02T17:53:57.426Z mac: MacAddr(
192242026-06-02T17:53:57.426Z MacAddr6(
192252026-06-02T17:53:57.426Z [
192262026-06-02T17:53:57.426Z 168,
192272026-06-02T17:53:57.426Z 64,
192282026-06-02T17:53:57.426Z 37,
192292026-06-02T17:53:57.426Z 255,
192302026-06-02T17:53:57.426Z 242,
192312026-06-02T17:53:57.426Z 69,
192322026-06-02T17:53:57.426Z ],
192332026-06-02T17:53:57.426Z ),
192342026-06-02T17:53:57.426Z ),
192352026-06-02T17:53:57.426Z vni: Vni(
192362026-06-02T17:53:57.426Z 100,
192372026-06-02T17:53:57.426Z ),
192382026-06-02T17:53:57.426Z primary: true,
192392026-06-02T17:53:57.426Z slot: 0,
192402026-06-02T17:53:57.433Z },
192412026-06-02T17:53:57.433Z snat_cfg: SourceNatConfig {
192422026-06-02T17:53:57.433Z ip: 172.20.28.5,
192432026-06-02T17:53:57.433Z first_port: 0,
192442026-06-02T17:53:57.433Z last_port: 16383,
192452026-06-02T17:53:57.433Z },
192462026-06-02T17:53:57.433Z },
192472026-06-02T17:53:57.433Z image_source: InstallDataset,
192482026-06-02T17:53:57.433Z },
192492026-06-02T17:53:57.433Z 750b40ef-8e83-4c7a-be96-33964b2244f3 (omicron_zone): OmicronZoneConfig {
192502026-06-02T17:53:57.433Z id: 750b40ef-8e83-4c7a-be96-33964b2244f3 (omicron_zone),
192512026-06-02T17:53:57.433Z filesystem_pool: None,
192522026-06-02T17:53:57.433Z zone_type: Crucible {
192532026-06-02T17:53:57.433Z address: [fd00:1122:3344:102::a]:32345,
192542026-06-02T17:53:57.433Z dataset: OmicronZoneDataset {
192552026-06-02T17:53:57.433Z pool_name: External(
192562026-06-02T17:53:57.433Z 901a85dd-8214-407a-a358-ef4aebfa810d (external_zpool),
192572026-06-02T17:53:57.433Z ),
192582026-06-02T17:53:57.433Z },
192592026-06-02T17:53:57.433Z },
192602026-06-02T17:53:57.433Z image_source: InstallDataset,
192612026-06-02T17:53:57.433Z },
192622026-06-02T17:53:57.433Z 7de28140-8cdc-4478-9204-63763ecc10ff (omicron_zone): OmicronZoneConfig {
192632026-06-02T17:53:57.433Z id: 7de28140-8cdc-4478-9204-63763ecc10ff (omicron_zone),
192642026-06-02T17:53:57.433Z filesystem_pool: None,
192652026-06-02T17:53:57.433Z zone_type: InternalDns {
192662026-06-02T17:53:57.433Z dataset: OmicronZoneDataset {
192672026-06-02T17:53:57.433Z pool_name: External(
192682026-06-02T17:53:57.433Z 65de425b-1487-4d46-85b5-f5fa7c9e776a (external_zpool),
192692026-06-02T17:53:57.433Z ),
192702026-06-02T17:53:57.433Z },
192712026-06-02T17:53:57.433Z http_address: [fd00:1122:3344:1::1]:5353,
192722026-06-02T17:53:57.433Z dns_address: [fd00:1122:3344:1::1]:53,
192732026-06-02T17:53:57.434Z gz_address: fd00:1122:3344:1::2,
192742026-06-02T17:53:57.434Z gz_address_index: 0,
192752026-06-02T17:53:57.434Z },
192762026-06-02T17:53:57.434Z image_source: InstallDataset,
192772026-06-02T17:53:57.434Z },
192782026-06-02T17:53:57.434Z 996f3011-5aaa-4732-a47d-e6514b1131d8 (omicron_zone): OmicronZoneConfig {
192792026-06-02T17:53:57.434Z id: 996f3011-5aaa-4732-a47d-e6514b1131d8 (omicron_zone),
192802026-06-02T17:53:57.434Z filesystem_pool: None,
192812026-06-02T17:53:57.434Z zone_type: Crucible {
192822026-06-02T17:53:57.434Z address: [fd00:1122:3344:102::c]:32345,
192832026-06-02T17:53:57.434Z dataset: OmicronZoneDataset {
192842026-06-02T17:53:57.434Z pool_name: External(
192852026-06-02T17:53:57.434Z 87714aed-4573-438c-8c9d-3ed64688bdc4 (external_zpool),
192862026-06-02T17:53:57.434Z ),
192872026-06-02T17:53:57.434Z },
192882026-06-02T17:53:57.434Z },
192892026-06-02T17:53:57.434Z image_source: InstallDataset,
192902026-06-02T17:53:57.434Z },
192912026-06-02T17:53:57.434Z b2629475-65b2-4e8a-9e70-d4e8c034d8ad (omicron_zone): OmicronZoneConfig {
192922026-06-02T17:53:57.434Z id: b2629475-65b2-4e8a-9e70-d4e8c034d8ad (omicron_zone),
192932026-06-02T17:53:57.434Z filesystem_pool: None,
192942026-06-02T17:53:57.434Z zone_type: Crucible {
192952026-06-02T17:53:57.434Z address: [fd00:1122:3344:102::e]:32345,
192962026-06-02T17:53:57.434Z dataset: OmicronZoneDataset {
192972026-06-02T17:53:57.434Z pool_name: External(
192982026-06-02T17:53:57.434Z 1cd1c449-b5e1-4e8b-bb2f-2e2bd5a8f301 (external_zpool),
192992026-06-02T17:53:57.434Z ),
193002026-06-02T17:53:57.434Z },
193012026-06-02T17:53:57.434Z },
193022026-06-02T17:53:57.434Z image_source: InstallDataset,
193032026-06-02T17:53:57.434Z },
193042026-06-02T17:53:57.434Z c489b9a3-33e5-487c-8a60-77853584dca1 (omicron_zone): OmicronZoneConfig {
193052026-06-02T17:53:57.434Z id: c489b9a3-33e5-487c-8a60-77853584dca1 (omicron_zone),
193062026-06-02T17:53:57.434Z filesystem_pool: None,
193072026-06-02T17:53:57.434Z zone_type: Crucible {
193082026-06-02T17:53:57.434Z address: [fd00:1122:3344:102::f]:32345,
193092026-06-02T17:53:57.435Z dataset: OmicronZoneDataset {
193102026-06-02T17:53:57.435Z pool_name: External(
193112026-06-02T17:53:57.435Z 17d7dbce-b430-4c71-a27e-a5e66d175347 (external_zpool),
193122026-06-02T17:53:57.435Z ),
193132026-06-02T17:53:57.435Z },
193142026-06-02T17:53:57.435Z },
193152026-06-02T17:53:57.435Z image_source: InstallDataset,
193162026-06-02T17:53:57.435Z },
193172026-06-02T17:53:57.435Z cef138ff-87a4-4509-ba30-2395e01ac5f7 (omicron_zone): OmicronZoneConfig {
193182026-06-02T17:53:57.435Z id: cef138ff-87a4-4509-ba30-2395e01ac5f7 (omicron_zone),
193192026-06-02T17:53:57.435Z filesystem_pool: None,
193202026-06-02T17:53:57.435Z zone_type: Oximeter {
193212026-06-02T17:53:57.435Z address: [fd00:1122:3344:102::5]:12223,
193222026-06-02T17:53:57.435Z },
193232026-06-02T17:53:57.435Z image_source: InstallDataset,
193242026-06-02T17:53:57.435Z },
193252026-06-02T17:53:57.435Z d02206f1-7567-4753-9221-6b2b70407925 (omicron_zone): OmicronZoneConfig {
193262026-06-02T17:53:57.435Z id: d02206f1-7567-4753-9221-6b2b70407925 (omicron_zone),
193272026-06-02T17:53:57.435Z filesystem_pool: None,
193282026-06-02T17:53:57.435Z zone_type: Crucible {
193292026-06-02T17:53:57.435Z address: [fd00:1122:3344:102::b]:32345,
193302026-06-02T17:53:57.435Z dataset: OmicronZoneDataset {
193312026-06-02T17:53:57.435Z pool_name: External(
193322026-06-02T17:53:57.435Z 0fa59017-d1e7-47c1-9ed6-b66851e544ee (external_zpool),
193332026-06-02T17:53:57.435Z ),
193342026-06-02T17:53:57.435Z },
193352026-06-02T17:53:57.435Z },
193362026-06-02T17:53:57.435Z image_source: InstallDataset,
193372026-06-02T17:53:57.435Z },
193382026-06-02T17:53:57.435Z e9d7d6ba-59e3-44ff-9081-f43e61c9968a (omicron_zone): OmicronZoneConfig {
193392026-06-02T17:53:57.435Z id: e9d7d6ba-59e3-44ff-9081-f43e61c9968a (omicron_zone),
193402026-06-02T17:53:57.440Z filesystem_pool: None,
193412026-06-02T17:53:57.440Z zone_type: Crucible {
193422026-06-02T17:53:57.441Z address: [fd00:1122:3344:102::d]:32345,
193432026-06-02T17:53:57.441Z dataset: OmicronZoneDataset {
193442026-06-02T17:53:57.441Z pool_name: External(
193452026-06-02T17:53:57.441Z 51abdeb3-6673-4af3-aa91-7e8748e4dda2 (external_zpool),
193462026-06-02T17:53:57.441Z ),
193472026-06-02T17:53:57.441Z },
193482026-06-02T17:53:57.441Z },
193492026-06-02T17:53:57.441Z image_source: InstallDataset,
193502026-06-02T17:53:57.441Z },
193512026-06-02T17:53:57.441Z f350b534-e9bb-4e47-a2ae-4029efe48e1a (omicron_zone): OmicronZoneConfig {
193522026-06-02T17:53:57.441Z id: f350b534-e9bb-4e47-a2ae-4029efe48e1a (omicron_zone),
193532026-06-02T17:53:57.441Z filesystem_pool: None,
193542026-06-02T17:53:57.441Z zone_type: CruciblePantry {
193552026-06-02T17:53:57.441Z address: [fd00:1122:3344:102::6]:17000,
193562026-06-02T17:53:57.441Z },
193572026-06-02T17:53:57.441Z image_source: InstallDataset,
193582026-06-02T17:53:57.441Z },
193592026-06-02T17:53:57.441Z },
193602026-06-02T17:53:57.441Z remove_mupdate_override: None,
193612026-06-02T17:53:57.441Z host_phase_2: HostPhase2DesiredSlots {
193622026-06-02T17:53:57.441Z slot_a: CurrentContents,
193632026-06-02T17:53:57.441Z slot_b: CurrentContents,
193642026-06-02T17:53:57.441Z },
193652026-06-02T17:53:57.441Z measurements: {},
193662026-06-02T17:53:57.441Z },
193672026-06-02T17:53:57.441Z external_disks: {},
193682026-06-02T17:53:57.441Z datasets: {},
193692026-06-02T17:53:57.441Z orphaned_datasets: {
193702026-06-02T17:53:57.441Z DatasetName {
193712026-06-02T17:53:57.441Z pool_name: External(
193722026-06-02T17:53:57.441Z eebe34b5-4ad0-4df1-b41b-07c5a5b1a96b (external_zpool),
193732026-06-02T17:53:57.441Z ),
193742026-06-02T17:53:57.441Z kind: ExternalDns,
193752026-06-02T17:53:57.441Z }: OrphanedDataset {
193762026-06-02T17:53:57.441Z name: DatasetName {
193772026-06-02T17:53:57.441Z pool_name: External(
193782026-06-02T17:53:57.441Z eebe34b5-4ad0-4df1-b41b-07c5a5b1a96b (external_zpool),
193792026-06-02T17:53:57.442Z ),
193802026-06-02T17:53:57.442Z kind: ExternalDns,
193812026-06-02T17:53:57.442Z },
193822026-06-02T17:53:57.442Z reason: "example orphaned dataset",
193832026-06-02T17:53:57.442Z id: Some(
193842026-06-02T17:53:57.442Z e5b9071c-4360-421f-94a1-0aa2d75de3b7 (dataset),
193852026-06-02T17:53:57.442Z ),
193862026-06-02T17:53:57.442Z mounted: false,
193872026-06-02T17:53:57.442Z available: ByteCount(
193882026-06-02T17:53:57.442Z 0,
193892026-06-02T17:53:57.442Z ),
193902026-06-02T17:53:57.442Z used: ByteCount(
193912026-06-02T17:53:57.442Z 0,
193922026-06-02T17:53:57.442Z ),
193932026-06-02T17:53:57.442Z },
193942026-06-02T17:53:57.442Z },
193952026-06-02T17:53:57.442Z zones: {
193962026-06-02T17:53:57.442Z 0322760d-a1e2-4911-8745-569f6bad8251 (omicron_zone): Ok,
193972026-06-02T17:53:57.442Z 1aa5fd71-d766-4f20-b3c7-9cf4fe9e4f2e (omicron_zone): Ok,
193982026-06-02T17:53:57.442Z 263584b3-2f53-4f87-a9c0-60a4c78af6c4 (omicron_zone): Ok,
193992026-06-02T17:53:57.442Z 271ee61b-9e97-4e45-a407-0083f8bf15a7 (omicron_zone): Ok,
194002026-06-02T17:53:57.442Z 2f336547-e4b0-422c-af54-deae20b4580c (omicron_zone): Ok,
194012026-06-02T17:53:57.442Z 412bfd7b-4bf8-471d-ae4d-90bf0bdd05ff (omicron_zone): Ok,
194022026-06-02T17:53:57.442Z 750b40ef-8e83-4c7a-be96-33964b2244f3 (omicron_zone): Ok,
194032026-06-02T17:53:57.442Z 7de28140-8cdc-4478-9204-63763ecc10ff (omicron_zone): Ok,
194042026-06-02T17:53:57.442Z 996f3011-5aaa-4732-a47d-e6514b1131d8 (omicron_zone): Ok,
194052026-06-02T17:53:57.442Z b2629475-65b2-4e8a-9e70-d4e8c034d8ad (omicron_zone): Ok,
194062026-06-02T17:53:57.442Z c489b9a3-33e5-487c-8a60-77853584dca1 (omicron_zone): Ok,
194072026-06-02T17:53:57.442Z cef138ff-87a4-4509-ba30-2395e01ac5f7 (omicron_zone): Ok,
194082026-06-02T17:53:57.442Z d02206f1-7567-4753-9221-6b2b70407925 (omicron_zone): Ok,
194092026-06-02T17:53:57.442Z e9d7d6ba-59e3-44ff-9081-f43e61c9968a (omicron_zone): Ok,
194102026-06-02T17:53:57.442Z f350b534-e9bb-4e47-a2ae-4029efe48e1a (omicron_zone): Ok,
194112026-06-02T17:53:57.442Z },
194122026-06-02T17:53:57.442Z boot_partitions: BootPartitionContents {
194132026-06-02T17:53:57.442Z boot_disk: Ok(
194142026-06-02T17:53:57.442Z A,
194152026-06-02T17:53:57.442Z ),
194162026-06-02T17:53:57.442Z slot_a: Ok(
194172026-06-02T17:53:57.442Z BootPartitionDetails {
194182026-06-02T17:53:57.443Z header: BootImageHeader {
194192026-06-02T17:53:57.443Z flags: 0,
194202026-06-02T17:53:57.443Z data_size: 10000,
194212026-06-02T17:53:57.443Z image_size: 10000,
194222026-06-02T17:53:57.443Z target_size: 10000,
194232026-06-02T17:53:57.443Z sha256: [
194242026-06-02T17:53:57.443Z 0,
194252026-06-02T17:53:57.443Z 0,
194262026-06-02T17:53:57.443Z 0,
194272026-06-02T17:53:57.443Z 0,
194282026-06-02T17:53:57.443Z 0,
194292026-06-02T17:53:57.443Z 0,
194302026-06-02T17:53:57.443Z 0,
194312026-06-02T17:53:57.443Z 0,
194322026-06-02T17:53:57.443Z 0,
194332026-06-02T17:53:57.443Z 0,
194342026-06-02T17:53:57.443Z 0,
194352026-06-02T17:53:57.443Z 0,
194362026-06-02T17:53:57.443Z 0,
194372026-06-02T17:53:57.443Z 0,
194382026-06-02T17:53:57.443Z 0,
194392026-06-02T17:53:57.443Z 0,
194402026-06-02T17:53:57.447Z 0,
194412026-06-02T17:53:57.447Z 0,
194422026-06-02T17:53:57.447Z 0,
194432026-06-02T17:53:57.447Z 0,
194442026-06-02T17:53:57.447Z 0,
194452026-06-02T17:53:57.447Z 0,
194462026-06-02T17:53:57.448Z 0,
194472026-06-02T17:53:57.448Z 0,
194482026-06-02T17:53:57.448Z 0,
194492026-06-02T17:53:57.448Z 0,
194502026-06-02T17:53:57.448Z 0,
194512026-06-02T17:53:57.448Z 0,
194522026-06-02T17:53:57.448Z 0,
194532026-06-02T17:53:57.448Z 0,
194542026-06-02T17:53:57.448Z 0,
194552026-06-02T17:53:57.448Z 0,
194562026-06-02T17:53:57.448Z ],
194572026-06-02T17:53:57.448Z image_name: "fake image for tests",
194582026-06-02T17:53:57.448Z },
194592026-06-02T17:53:57.448Z artifact_hash: ArtifactHash(
194602026-06-02T17:53:57.448Z "0101010101010101010101010101010101010101010101010101010101010101",
194612026-06-02T17:53:57.448Z ),
194622026-06-02T17:53:57.448Z artifact_size: 14096,
194632026-06-02T17:53:57.448Z },
194642026-06-02T17:53:57.448Z ),
194652026-06-02T17:53:57.448Z slot_b: Ok(
194662026-06-02T17:53:57.448Z BootPartitionDetails {
194672026-06-02T17:53:57.448Z header: BootImageHeader {
194682026-06-02T17:53:57.448Z flags: 0,
194692026-06-02T17:53:57.448Z data_size: 1000,
194702026-06-02T17:53:57.448Z image_size: 1000,
194712026-06-02T17:53:57.448Z target_size: 1000,
194722026-06-02T17:53:57.448Z sha256: [
194732026-06-02T17:53:57.448Z 1,
194742026-06-02T17:53:57.448Z 1,
194752026-06-02T17:53:57.448Z 1,
194762026-06-02T17:53:57.448Z 1,
194772026-06-02T17:53:57.448Z 1,
194782026-06-02T17:53:57.448Z 1,
194792026-06-02T17:53:57.448Z 1,
194802026-06-02T17:53:57.448Z 1,
194812026-06-02T17:53:57.448Z 1,
194822026-06-02T17:53:57.448Z 1,
194832026-06-02T17:53:57.448Z 1,
194842026-06-02T17:53:57.448Z 1,
194852026-06-02T17:53:57.449Z 1,
194862026-06-02T17:53:57.449Z 1,
194872026-06-02T17:53:57.449Z 1,
194882026-06-02T17:53:57.449Z 1,
194892026-06-02T17:53:57.449Z 1,
194902026-06-02T17:53:57.449Z 1,
194912026-06-02T17:53:57.449Z 1,
194922026-06-02T17:53:57.449Z 1,
194932026-06-02T17:53:57.449Z 1,
194942026-06-02T17:53:57.449Z 1,
194952026-06-02T17:53:57.449Z 1,
194962026-06-02T17:53:57.449Z 1,
194972026-06-02T17:53:57.449Z 1,
194982026-06-02T17:53:57.449Z 1,
194992026-06-02T17:53:57.449Z 1,
195002026-06-02T17:53:57.449Z 1,
195012026-06-02T17:53:57.449Z 1,
195022026-06-02T17:53:57.449Z 1,
195032026-06-02T17:53:57.449Z 1,
195042026-06-02T17:53:57.449Z 1,
195052026-06-02T17:53:57.449Z ],
195062026-06-02T17:53:57.449Z image_name: "fake from debug_assume_success()",
195072026-06-02T17:53:57.449Z },
195082026-06-02T17:53:57.449Z artifact_hash: ArtifactHash(
195092026-06-02T17:53:57.449Z "0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b",
195102026-06-02T17:53:57.449Z ),
195112026-06-02T17:53:57.449Z artifact_size: 1000,
195122026-06-02T17:53:57.449Z },
195132026-06-02T17:53:57.449Z ),
195142026-06-02T17:53:57.449Z },
195152026-06-02T17:53:57.449Z remove_mupdate_override: None,
195162026-06-02T17:53:57.449Z },
195172026-06-02T17:53:57.449Z ),
195182026-06-02T17:53:57.449Z file_source_resolver: OmicronFileSourceResolverInventory {
195192026-06-02T17:53:57.449Z zone_manifest: ManifestInventory {
195202026-06-02T17:53:57.449Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/zones.json",
195212026-06-02T17:53:57.449Z boot_inventory: Ok(
195222026-06-02T17:53:57.449Z ManifestBootInventory {
195232026-06-02T17:53:57.449Z source: SledAgent,
195242026-06-02T17:53:57.449Z artifacts: {
195252026-06-02T17:53:57.450Z "clickhouse.tar.gz": ZoneArtifactInventory {
195262026-06-02T17:53:57.450Z file_name: "clickhouse.tar.gz",
195272026-06-02T17:53:57.450Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
195282026-06-02T17:53:57.450Z expected_size: 15,
195292026-06-02T17:53:57.450Z expected_hash: ArtifactHash(
195302026-06-02T17:53:57.450Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
195312026-06-02T17:53:57.450Z ),
195322026-06-02T17:53:57.450Z status: Ok(
195332026-06-02T17:53:57.450Z (),
195342026-06-02T17:53:57.450Z ),
195352026-06-02T17:53:57.450Z },
195362026-06-02T17:53:57.450Z "cockroachdb.tar.gz": ZoneArtifactInventory {
195372026-06-02T17:53:57.450Z file_name: "cockroachdb.tar.gz",
195382026-06-02T17:53:57.450Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
195392026-06-02T17:53:57.450Z expected_size: 16,
195402026-06-02T17:53:57.454Z expected_hash: ArtifactHash(
195412026-06-02T17:53:57.454Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
195422026-06-02T17:53:57.454Z ),
195432026-06-02T17:53:57.454Z status: Ok(
195442026-06-02T17:53:57.454Z (),
195452026-06-02T17:53:57.454Z ),
195462026-06-02T17:53:57.454Z },
195472026-06-02T17:53:57.454Z "crucible.tar.gz": ZoneArtifactInventory {
195482026-06-02T17:53:57.454Z file_name: "crucible.tar.gz",
195492026-06-02T17:53:57.454Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
195502026-06-02T17:53:57.454Z expected_size: 13,
195512026-06-02T17:53:57.454Z expected_hash: ArtifactHash(
195522026-06-02T17:53:57.454Z "a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
195532026-06-02T17:53:57.454Z ),
195542026-06-02T17:53:57.454Z status: Ok(
195552026-06-02T17:53:57.455Z (),
195562026-06-02T17:53:57.455Z ),
195572026-06-02T17:53:57.455Z },
195582026-06-02T17:53:57.455Z "internal_dns.tar.gz": ZoneArtifactInventory {
195592026-06-02T17:53:57.455Z file_name: "internal_dns.tar.gz",
195602026-06-02T17:53:57.455Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
195612026-06-02T17:53:57.455Z expected_size: 17,
195622026-06-02T17:53:57.455Z expected_hash: ArtifactHash(
195632026-06-02T17:53:57.455Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
195642026-06-02T17:53:57.455Z ),
195652026-06-02T17:53:57.455Z status: Ok(
195662026-06-02T17:53:57.455Z (),
195672026-06-02T17:53:57.455Z ),
195682026-06-02T17:53:57.455Z },
195692026-06-02T17:53:57.455Z "nexus.tar.gz": ZoneArtifactInventory {
195702026-06-02T17:53:57.455Z file_name: "nexus.tar.gz",
195712026-06-02T17:53:57.455Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/nexus.tar.gz",
195722026-06-02T17:53:57.455Z expected_size: 10,
195732026-06-02T17:53:57.455Z expected_hash: ArtifactHash(
195742026-06-02T17:53:57.455Z "96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80",
195752026-06-02T17:53:57.455Z ),
195762026-06-02T17:53:57.455Z status: Ok(
195772026-06-02T17:53:57.455Z (),
195782026-06-02T17:53:57.455Z ),
195792026-06-02T17:53:57.455Z },
195802026-06-02T17:53:57.455Z },
195812026-06-02T17:53:57.455Z },
195822026-06-02T17:53:57.455Z ),
195832026-06-02T17:53:57.455Z non_boot_status: {
195842026-06-02T17:53:57.455Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
195852026-06-02T17:53:57.455Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
195862026-06-02T17:53:57.455Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/zones.json",
195872026-06-02T17:53:57.455Z is_valid: true,
195882026-06-02T17:53:57.455Z message: "valid zone manifest: 5 artifacts in manifest generated by sled-agent: 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
195892026-06-02T17:53:57.455Z },
195902026-06-02T17:53:57.455Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
195912026-06-02T17:53:57.455Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
195922026-06-02T17:53:57.455Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/zones.json",
195932026-06-02T17:53:57.455Z is_valid: false,
195942026-06-02T17:53:57.456Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: d04ce493-6ffe-412d-81e3-fd53aa835c43): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
195952026-06-02T17:53:57.456Z },
195962026-06-02T17:53:57.456Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
195972026-06-02T17:53:57.456Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
195982026-06-02T17:53:57.456Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/zones.json",
195992026-06-02T17:53:57.456Z is_valid: false,
196002026-06-02T17:53:57.456Z message: "read error: error reading install metadata",
196012026-06-02T17:53:57.456Z },
196022026-06-02T17:53:57.456Z },
196032026-06-02T17:53:57.456Z },
196042026-06-02T17:53:57.456Z measurement_manifest: ManifestInventory {
196052026-06-02T17:53:57.456Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/measurements.json",
196062026-06-02T17:53:57.456Z boot_inventory: Ok(
196072026-06-02T17:53:57.456Z ManifestBootInventory {
196082026-06-02T17:53:57.456Z source: SledAgent,
196092026-06-02T17:53:57.456Z artifacts: {
196102026-06-02T17:53:57.456Z "clickhouse.tar.gz": ZoneArtifactInventory {
196112026-06-02T17:53:57.456Z file_name: "clickhouse.tar.gz",
196122026-06-02T17:53:57.456Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/clickhouse.tar.gz",
196132026-06-02T17:53:57.456Z expected_size: 15,
196142026-06-02T17:53:57.456Z expected_hash: ArtifactHash(
196152026-06-02T17:53:57.456Z "360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386",
196162026-06-02T17:53:57.456Z ),
196172026-06-02T17:53:57.456Z status: Ok(
196182026-06-02T17:53:57.456Z (),
196192026-06-02T17:53:57.456Z ),
196202026-06-02T17:53:57.456Z },
196212026-06-02T17:53:57.456Z "cockroachdb.tar.gz": ZoneArtifactInventory {
196222026-06-02T17:53:57.456Z file_name: "cockroachdb.tar.gz",
196232026-06-02T17:53:57.456Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/cockroachdb.tar.gz",
196242026-06-02T17:53:57.456Z expected_size: 16,
196252026-06-02T17:53:57.456Z expected_hash: ArtifactHash(
196262026-06-02T17:53:57.456Z "7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1",
196272026-06-02T17:53:57.456Z ),
196282026-06-02T17:53:57.456Z status: Ok(
196292026-06-02T17:53:57.456Z (),
196302026-06-02T17:53:57.456Z ),
196312026-06-02T17:53:57.456Z },
196322026-06-02T17:53:57.457Z "crucible.tar.gz": ZoneArtifactInventory {
196332026-06-02T17:53:57.457Z file_name: "crucible.tar.gz",
196342026-06-02T17:53:57.457Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/crucible.tar.gz",
196352026-06-02T17:53:57.457Z expected_size: 13,
196362026-06-02T17:53:57.457Z expected_hash: ArtifactHash(
196372026-06-02T17:53:57.457Z "a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62",
196382026-06-02T17:53:57.457Z ),
196392026-06-02T17:53:57.457Z status: Ok(
196402026-06-02T17:53:57.461Z (),
196412026-06-02T17:53:57.461Z ),
196422026-06-02T17:53:57.461Z },
196432026-06-02T17:53:57.461Z "internal_dns.tar.gz": ZoneArtifactInventory {
196442026-06-02T17:53:57.461Z file_name: "internal_dns.tar.gz",
196452026-06-02T17:53:57.461Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/internal_dns.tar.gz",
196462026-06-02T17:53:57.461Z expected_size: 17,
196472026-06-02T17:53:57.461Z expected_hash: ArtifactHash(
196482026-06-02T17:53:57.461Z "f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef",
196492026-06-02T17:53:57.461Z ),
196502026-06-02T17:53:57.461Z status: Ok(
196512026-06-02T17:53:57.461Z (),
196522026-06-02T17:53:57.461Z ),
196532026-06-02T17:53:57.461Z },
196542026-06-02T17:53:57.461Z "nexus.tar.gz": ZoneArtifactInventory {
196552026-06-02T17:53:57.461Z file_name: "nexus.tar.gz",
196562026-06-02T17:53:57.461Z path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/nexus.tar.gz",
196572026-06-02T17:53:57.461Z expected_size: 10,
196582026-06-02T17:53:57.461Z expected_hash: ArtifactHash(
196592026-06-02T17:53:57.461Z "96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80",
196602026-06-02T17:53:57.461Z ),
196612026-06-02T17:53:57.461Z status: Ok(
196622026-06-02T17:53:57.462Z (),
196632026-06-02T17:53:57.462Z ),
196642026-06-02T17:53:57.462Z },
196652026-06-02T17:53:57.462Z },
196662026-06-02T17:53:57.462Z },
196672026-06-02T17:53:57.462Z ),
196682026-06-02T17:53:57.462Z non_boot_status: {
196692026-06-02T17:53:57.462Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): ManifestNonBootInventory {
196702026-06-02T17:53:57.462Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
196712026-06-02T17:53:57.462Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/measurements.json",
196722026-06-02T17:53:57.462Z is_valid: true,
196732026-06-02T17:53:57.462Z message: "valid zone manifest: 5 artifacts in manifest generated by sled-agent: 5 valid, 0 mismatched, 0 errors:\n - clickhouse.tar.gz: valid (15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: valid (13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: valid (17 bytes, f4ef1d710d82c1daa35e0c0a8100913139e2bfb349e435cf9ce5b72625d7bdef)\n - nexus.tar.gz: valid (10 bytes, 96eddf0a4af3e1991879de233883cd9e2a15ed68cabd69977034d12842579b80)\n",
196742026-06-02T17:53:57.462Z },
196752026-06-02T17:53:57.462Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): ManifestNonBootInventory {
196762026-06-02T17:53:57.462Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
196772026-06-02T17:53:57.462Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/measurements.json",
196782026-06-02T17:53:57.462Z is_valid: false,
196792026-06-02T17:53:57.462Z message: "contents differ from boot disk: 4 artifacts in manifest generated by installinator (mupdate ID: d04ce493-6ffe-412d-81e3-fd53aa835c43): 1 valid, 2 mismatched, 1 errors:\n - clickhouse.tar.gz: mismatch (expected 1024 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386; found 15 bytes, 360cfb774fc2f2e492efcb21995620ea4dcb0abc4bd390bb391785c7f7429386)\n - cockroachdb.tar.gz: valid (16 bytes, 7a91673e17475dfd18ca5267ecf4c771000eefa715e324db915448034e913bc1)\n - crucible.tar.gz: mismatch (expected 13 bytes, 0000000000000000000000000000000000000000000000000000000000000000; found 13 bytes, a18058cdfecf9eb3251f5b1c87986e565713080a7f7b00adf81fd0e201ba4d62)\n - internal_dns.tar.gz: error (file not found)\n",
196802026-06-02T17:53:57.462Z },
196812026-06-02T17:53:57.462Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): ManifestNonBootInventory {
196822026-06-02T17:53:57.462Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
196832026-06-02T17:53:57.462Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/measurements.json",
196842026-06-02T17:53:57.462Z is_valid: false,
196852026-06-02T17:53:57.462Z message: "read error: error reading install metadata",
196862026-06-02T17:53:57.462Z },
196872026-06-02T17:53:57.462Z },
196882026-06-02T17:53:57.462Z },
196892026-06-02T17:53:57.463Z mupdate_override: MupdateOverrideInventory {
196902026-06-02T17:53:57.463Z boot_disk_path: "/some/path/pool/int/d3e7205d-4efe-493b-ac5e-9175584907cd/install/mupdate-override.json",
196912026-06-02T17:53:57.463Z boot_override: Ok(
196922026-06-02T17:53:57.463Z None,
196932026-06-02T17:53:57.463Z ),
196942026-06-02T17:53:57.463Z non_boot_status: {
196952026-06-02T17:53:57.463Z 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool): MupdateOverrideNonBootInventory {
196962026-06-02T17:53:57.463Z zpool_id: 4854189f-b290-47cd-b076-374d0e1748ec (internal_zpool),
196972026-06-02T17:53:57.463Z path: "/some/path/pool/int/4854189f-b290-47cd-b076-374d0e1748ec/install/mupdate-override.json",
196982026-06-02T17:53:57.463Z is_valid: true,
196992026-06-02T17:53:57.463Z message: "matches boot disk (present)",
197002026-06-02T17:53:57.463Z },
197012026-06-02T17:53:57.463Z 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool): MupdateOverrideNonBootInventory {
197022026-06-02T17:53:57.463Z zpool_id: 72201e1e-9fee-4231-81cd-4e2d514cb632 (internal_zpool),
197032026-06-02T17:53:57.463Z path: "/some/path/pool/int/72201e1e-9fee-4231-81cd-4e2d514cb632/install/mupdate-override.json",
197042026-06-02T17:53:57.463Z is_valid: false,
197052026-06-02T17:53:57.463Z message: "boot disk has override but non-boot disk does not",
197062026-06-02T17:53:57.463Z },
197072026-06-02T17:53:57.463Z d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool): MupdateOverrideNonBootInventory {
197082026-06-02T17:53:57.463Z zpool_id: d0d04947-93c5-40fd-97ab-4648b8cc28d6 (internal_zpool),
197092026-06-02T17:53:57.463Z path: "/some/path/pool/int/d0d04947-93c5-40fd-97ab-4648b8cc28d6/install/mupdate-override.json",
197102026-06-02T17:53:57.463Z is_valid: false,
197112026-06-02T17:53:57.463Z message: "read error: install metadata read error",
197122026-06-02T17:53:57.463Z },
197132026-06-02T17:53:57.463Z },
197142026-06-02T17:53:57.463Z },
197152026-06-02T17:53:57.463Z },
197162026-06-02T17:53:57.463Z smf_services_enabled_not_online: DataUnavailable,
197172026-06-02T17:53:57.463Z reference_measurements: {
197182026-06-02T17:53:57.463Z "/this/path": SingleMeasurementInventory {
197192026-06-02T17:53:57.463Z path: "/this/path",
197202026-06-02T17:53:57.463Z result: Ok,
197212026-06-02T17:53:57.463Z },
197222026-06-02T17:53:57.463Z "/this/path2": SingleMeasurementInventory {
197232026-06-02T17:53:57.463Z path: "/this/path2",
197242026-06-02T17:53:57.463Z result: Ok,
197252026-06-02T17:53:57.464Z },
197262026-06-02T17:53:57.464Z },
197272026-06-02T17:53:57.464Z },
197282026-06-02T17:53:57.464Z },
197292026-06-02T17:53:57.464Z clickhouse_keeper_cluster_membership: {
197302026-06-02T17:53:57.464Z ClickhouseKeeperClusterMembership {
197312026-06-02T17:53:57.464Z queried_keeper: KeeperId(
197322026-06-02T17:53:57.464Z 1,
197332026-06-02T17:53:57.464Z ),
197342026-06-02T17:53:57.464Z leader_committed_log_index: 1000,
197352026-06-02T17:53:57.464Z raft_config: {
197362026-06-02T17:53:57.464Z KeeperId(
197372026-06-02T17:53:57.464Z 1,
197382026-06-02T17:53:57.464Z ),
197392026-06-02T17:53:57.464Z },
197402026-06-02T17:53:57.469Z },
197412026-06-02T17:53:57.469Z },
197422026-06-02T17:53:57.469Z cockroach_status: {
197432026-06-02T17:53:57.469Z InternalNodeId(
197442026-06-02T17:53:57.469Z "1",
197452026-06-02T17:53:57.469Z ): CockroachStatus {
197462026-06-02T17:53:57.469Z ranges_underreplicated: Some(
197472026-06-02T17:53:57.469Z 0,
197482026-06-02T17:53:57.469Z ),
197492026-06-02T17:53:57.469Z liveness_live_nodes: None,
197502026-06-02T17:53:57.470Z },
197512026-06-02T17:53:57.470Z },
197522026-06-02T17:53:57.470Z ntp_timesync: {
197532026-06-02T17:53:57.470Z 997e22e7-fa9a-4dea-b47f-598fbfbe0311 (omicron_zone): TimeSync {
197542026-06-02T17:53:57.470Z zone_id: 997e22e7-fa9a-4dea-b47f-598fbfbe0311 (omicron_zone),
197552026-06-02T17:53:57.470Z synced: true,
197562026-06-02T17:53:57.470Z },
197572026-06-02T17:53:57.470Z },
197582026-06-02T17:53:57.470Z internal_dns_generation_status: {
197592026-06-02T17:53:57.470Z c012cbe3-2a3b-4481-b597-eff628ad4463 (omicron_zone): InternalDnsGenerationStatus {
197602026-06-02T17:53:57.470Z zone_id: c012cbe3-2a3b-4481-b597-eff628ad4463 (omicron_zone),
197612026-06-02T17:53:57.470Z generation: Generation(
197622026-06-02T17:53:57.470Z 1,
197632026-06-02T17:53:57.470Z ),
197642026-06-02T17:53:57.470Z },
197652026-06-02T17:53:57.470Z },
197662026-06-02T17:53:57.470Z }
197672026-06-02T17:53:57.470Z test builder::test::test_basic ... FAILED
197682026-06-02T17:53:57.470Z
197692026-06-02T17:53:57.470Z failures:
197702026-06-02T17:53:57.470Z
197712026-06-02T17:53:57.470Z failures:
197722026-06-02T17:53:57.471Z builder::test::test_basic
197732026-06-02T17:53:57.471Z
197742026-06-02T17:53:57.471Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.39s
197752026-06-02T17:53:57.471Z
197762026-06-02T17:53:57.471Z stderr ───
197772026-06-02T17:53:57.471Z
197782026-06-02T17:53:57.471Z thread 'builder::test::test_basic' (2) panicked at nexus/inventory/src/builder.rs:871:9:
197792026-06-02T17:53:57.471Z assertion `left == right` failed
197802026-06-02T17:53:57.471Z left: ["MGS \"fake MGS 1\": reading RoT state for BaseboardId { part_number: \"model1\", serial_number: \"s2\" }: test suite injected error"]
197812026-06-02T17:53:57.471Z right: ["MGS \"fake MGS 1\": reading RoT state for BaseboardId { part_number: \"model1\", serial_number: \"s2\" }: test suite injected error", "sled 5c5b4cf9-3e13-45fd-871c-f177d6537510: reported unknown baseboard"]
197822026-06-02T17:53:57.471Z stack backtrace:
197832026-06-02T17:53:57.471Z 0: __rustc::rust_begin_unwind
197842026-06-02T17:53:57.471Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
197852026-06-02T17:53:57.471Z 1: core::panicking::panic_fmt
197862026-06-02T17:53:57.471Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
197872026-06-02T17:53:57.471Z 2: core::panicking::assert_failed_inner
197882026-06-02T17:53:57.471Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:439:17
197892026-06-02T17:53:57.471Z 3: core::panicking::assert_failed::<alloc::vec::Vec<alloc::string::String>, [&str; 2]>
197902026-06-02T17:53:57.471Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:394:5
197912026-06-02T17:53:57.471Z 4: test_basic
197922026-06-02T17:53:57.471Z at ./src/builder.rs:871:9
197932026-06-02T17:53:57.471Z 5: nexus_inventory::builder::test::test_basic::{closure#0}
197942026-06-02T17:53:57.471Z at ./src/builder.rs:846:20
197952026-06-02T17:53:57.471Z 6: <nexus_inventory::builder::test::test_basic::{closure#0} as core::ops::function::FnOnce<()>>::call_once
197962026-06-02T17:53:57.471Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
197972026-06-02T17:53:57.471Z 7: core::ops::function::FnOnce::call_once
197982026-06-02T17:53:57.471Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
197992026-06-02T17:53:57.471Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
198002026-06-02T17:53:57.471Z
198012026-06-02T17:53:57.471Z PASS [ 0.039s] ( 895/2830) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
198022026-06-02T17:53:57.472Z PASS [ 4.009s] ( 896/2830) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
198032026-06-02T17:53:57.472Z PASS [ 0.257s] ( 897/2830) nexus-mgs-updates test_util::step_through::test::test_basic
198042026-06-02T17:53:57.472Z PASS [ 0.208s] ( 898/2830) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
198052026-06-02T17:53:57.472Z PASS [ 3.847s] ( 899/2830) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
198062026-06-02T17:53:57.472Z PASS [ 0.754s] ( 900/2830) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
198072026-06-02T17:53:57.479Z PASS [ 0.043s] ( 901/2830) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
198082026-06-02T17:53:57.483Z PASS [ 0.702s] ( 902/2830) nexus-mgs-updates driver_update::test::test_sp_basic_failures
198092026-06-02T17:53:57.490Z PASS [ 0.061s] ( 903/2830) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
198102026-06-02T17:53:57.496Z PASS [ 0.067s] ( 904/2830) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
198112026-06-02T17:53:57.496Z PASS [ 0.067s] ( 905/2830) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
198122026-06-02T17:53:57.500Z PASS [ 0.069s] ( 906/2830) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
198132026-06-02T17:53:57.500Z PASS [ 0.069s] ( 907/2830) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
198142026-06-02T17:53:57.500Z PASS [ 0.070s] ( 908/2830) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
198152026-06-02T17:53:57.576Z PASS [ 0.043s] ( 909/2830) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
198162026-06-02T17:53:57.576Z PASS [ 0.046s] ( 910/2830) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
198172026-06-02T17:53:57.576Z PASS [ 0.045s] ( 911/2830) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
198182026-06-02T17:53:57.576Z PASS [ 0.043s] ( 912/2830) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
198192026-06-02T17:53:57.576Z PASS [ 0.048s] ( 913/2830) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
198202026-06-02T17:53:57.576Z PASS [ 0.054s] ( 914/2830) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
198212026-06-02T17:53:57.576Z PASS [ 0.057s] ( 915/2830) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
198222026-06-02T17:53:57.576Z PASS [ 0.060s] ( 916/2830) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
198232026-06-02T17:53:57.576Z PASS [ 0.046s] ( 917/2830) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
198242026-06-02T17:53:57.580Z PASS [ 0.046s] ( 918/2830) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
198252026-06-02T17:53:57.583Z PASS [ 0.045s] ( 919/2830) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
198262026-06-02T17:53:57.590Z PASS [ 0.050s] ( 920/2830) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
198272026-06-02T17:53:57.707Z PASS [ 0.152s] ( 921/2830) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
198282026-06-02T17:53:57.744Z PASS [ 0.154s] ( 922/2830) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
198292026-06-02T17:53:57.764Z PASS [ 0.058s] ( 923/2830) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
198302026-06-02T17:53:57.790Z PASS [ 0.046s] ( 924/2830) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
198312026-06-02T17:53:57.814Z PASS [ 0.051s] ( 925/2830) nexus-reconfigurator-execution dns::test::test_dns_compute_update
198322026-06-02T17:53:57.994Z PASS [ 3.305s] ( 926/2830) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
198332026-06-02T17:53:58.097Z PASS [ 1.047s] ( 927/2830) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
198342026-06-02T17:53:58.390Z PASS [ 3.704s] ( 928/2830) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
198352026-06-02T17:53:58.412Z PASS [ 2.630s] ( 929/2830) nexus-metrics-producer-gc tests::test_prune_expired_producers
198362026-06-02T17:53:58.458Z PASS [ 0.067s] ( 930/2830) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
198372026-06-02T17:53:58.499Z PASS [ 0.041s] ( 931/2830) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
198382026-06-02T17:53:58.522Z PASS [ 2.539s] ( 932/2830) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
198392026-06-02T17:53:58.534Z PASS [ 0.036s] ( 933/2830) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
198402026-06-02T17:53:58.556Z PASS [ 0.033s] ( 934/2830) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
198412026-06-02T17:53:58.600Z PASS [ 0.066s] ( 935/2830) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
198422026-06-02T17:53:58.610Z PASS [ 0.054s] ( 936/2830) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
198432026-06-02T17:53:58.648Z PASS [ 0.047s] ( 937/2830) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
198442026-06-02T17:53:58.662Z PASS [ 0.052s] ( 938/2830) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
198452026-06-02T17:53:58.689Z PASS [ 0.041s] ( 939/2830) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
198462026-06-02T17:53:58.726Z PASS [ 0.037s] ( 940/2830) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
198472026-06-02T17:53:58.729Z PASS [ 0.065s] ( 941/2830) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
198482026-06-02T17:53:58.759Z PASS [ 0.033s] ( 942/2830) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
198492026-06-02T17:53:58.764Z PASS [ 0.037s] ( 943/2830) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
198502026-06-02T17:53:58.790Z PASS [ 0.031s] ( 944/2830) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
198512026-06-02T17:53:58.799Z PASS [ 0.035s] ( 945/2830) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
198522026-06-02T17:53:58.823Z PASS [ 0.033s] ( 946/2830) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
198532026-06-02T17:53:58.834Z PASS [ 0.034s] ( 947/2830) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
198542026-06-02T17:53:58.855Z PASS [ 0.032s] ( 948/2830) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
198552026-06-02T17:53:58.880Z PASS [ 0.046s] ( 949/2830) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
198562026-06-02T17:53:58.904Z PASS [ 2.934s] ( 950/2830) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
198572026-06-02T17:53:59.395Z PASS [ 0.515s] ( 951/2830) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
198582026-06-02T17:53:59.493Z PASS [ 0.588s] ( 952/2830) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
198592026-06-02T17:53:59.575Z PASS [ 0.180s] ( 953/2830) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
198602026-06-02T17:53:59.591Z PASS [ 0.098s] ( 954/2830) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
198612026-06-02T17:53:59.606Z PASS [ 0.031s] ( 955/2830) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
198622026-06-02T17:53:59.609Z PASS [ 23.956s] ( 956/2830) nexus-db-queries db::datastore::update::test::test_list_unpruned
198632026-06-02T17:53:59.645Z PASS [ 0.054s] ( 957/2830) nexus-reconfigurator-planning example::tests::builder_all_zone_types
198642026-06-02T17:53:59.667Z PASS [ 0.061s] ( 958/2830) nexus-reconfigurator-planning example::tests::builder_zone_counts
198652026-06-02T17:53:59.676Z PASS [ 0.031s] ( 959/2830) nexus-reconfigurator-planning example::tests::instances_on_examples
198662026-06-02T17:53:59.715Z PASS [ 0.048s] ( 960/2830) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
198672026-06-02T17:53:59.719Z PASS [ 0.043s] ( 961/2830) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
198682026-06-02T17:53:59.759Z PASS [ 0.044s] ( 962/2830) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
198692026-06-02T17:53:59.763Z PASS [ 0.043s] ( 963/2830) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
198702026-06-02T17:53:59.811Z PASS [ 0.052s] ( 964/2830) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
198712026-06-02T17:53:59.815Z PASS [ 0.052s] ( 965/2830) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
198722026-06-02T17:53:59.853Z PASS [ 0.040s] ( 966/2830) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
198732026-06-02T17:53:59.861Z PASS [ 0.048s] ( 967/2830) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
198742026-06-02T17:53:59.909Z PASS [ 0.057s] ( 968/2830) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
198752026-06-02T17:53:59.914Z PASS [ 0.053s] ( 969/2830) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
198762026-06-02T17:53:59.971Z PASS [ 0.062s] ( 970/2830) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
198772026-06-02T17:54:00.063Z PASS [ 0.092s] ( 971/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
198782026-06-02T17:54:00.124Z PASS [ 0.209s] ( 972/2830) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
198792026-06-02T17:54:00.238Z PASS [ 0.114s] ( 973/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
198802026-06-02T17:54:00.345Z PASS [ 0.282s] ( 974/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
198812026-06-02T17:54:00.350Z PASS [ 0.113s] ( 975/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
198822026-06-02T17:54:00.435Z PASS [ 0.090s] ( 976/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
198832026-06-02T17:54:00.515Z PASS [ 0.164s] ( 977/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
198842026-06-02T17:54:00.522Z PASS [ 0.087s] ( 978/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
198852026-06-02T17:54:00.587Z PASS [ 0.072s] ( 979/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
198862026-06-02T17:54:00.606Z PASS [ 0.084s] ( 980/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
198872026-06-02T17:54:00.712Z PASS [ 0.125s] ( 981/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
198882026-06-02T17:54:00.724Z PASS [ 0.118s] ( 982/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
198892026-06-02T17:54:00.816Z PASS [ 0.104s] ( 983/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
198902026-06-02T17:54:01.032Z PASS [ 2.177s] ( 984/2830) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
198912026-06-02T17:54:01.063Z PASS [ 0.247s] ( 985/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
198922026-06-02T17:54:01.287Z PASS [ 0.562s] ( 986/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
198932026-06-02T17:54:01.318Z PASS [ 0.286s] ( 987/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
198942026-06-02T17:54:01.327Z PASS [ 4.449s] ( 988/2830) nexus-mgs-updates driver_update::test::test_sp_update_watched
198952026-06-02T17:54:01.332Z PASS [ 0.269s] ( 989/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
198962026-06-02T17:54:01.449Z PASS [ 0.122s] ( 990/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
198972026-06-02T17:54:01.455Z PASS [ 0.168s] ( 991/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
198982026-06-02T17:54:01.458Z PASS [ 0.127s] ( 992/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
198992026-06-02T17:54:01.553Z PASS [ 0.104s] ( 993/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
199002026-06-02T17:54:01.814Z PASS [ 4.252s] ( 994/2830) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
199012026-06-02T17:54:01.862Z PASS [ 4.281s] ( 995/2830) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
199022026-06-02T17:54:01.874Z PASS [ 4.316s] ( 996/2830) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
199032026-06-02T17:54:01.899Z PASS [ 4.326s] ( 997/2830) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
199042026-06-02T17:54:01.906Z PASS [ 0.588s] ( 998/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
199052026-06-02T17:54:01.981Z PASS [ 0.082s] ( 999/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
199062026-06-02T17:54:02.168Z PASS [ 2.560s] (1000/2830) nexus-reconfigurator-planning example::tests::dns_resolution_works
199072026-06-02T17:54:02.265Z PASS [ 7.594s] (1001/2830) nexus-db-queries policy_test::test_conferred_roles
199082026-06-02T17:54:02.622Z PASS [ 1.069s] (1002/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
199092026-06-02T17:54:02.626Z PASS [ 5.616s] (1003/2830) nexus-mgs-updates driver_update::test_host_phase_1::basic
199102026-06-02T17:54:02.643Z PASS [ 0.021s] (1004/2830) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
199112026-06-02T17:54:02.656Z PASS [ 0.032s] (1005/2830) nexus-saga-recovery recovery::test::test_execution_basic
199122026-06-02T17:54:02.673Z PASS [ 0.030s] (1006/2830) nexus-saga-recovery recovery::test::test_plan_basic
199132026-06-02T17:54:02.684Z PASS [ 0.028s] (1007/2830) nexus-saga-recovery recovery::test::test_read_all_from_channel
199142026-06-02T17:54:02.706Z PASS [ 0.033s] (1008/2830) nexus-saga-recovery test::test_basic
199152026-06-02T17:54:02.739Z PASS [ 0.031s] (1009/2830) nexus-types alert::tests::test_from_str_roundtrips
199162026-06-02T17:54:02.767Z PASS [ 0.029s] (1010/2830) nexus-types alert::tests::test_is_test
199172026-06-02T17:54:02.795Z PASS [ 0.029s] (1011/2830) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
199182026-06-02T17:54:02.824Z PASS [ 0.028s] (1012/2830) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
199192026-06-02T17:54:02.851Z PASS [ 0.028s] (1013/2830) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
199202026-06-02T17:54:02.882Z PASS [ 0.029s] (1014/2830) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
199212026-06-02T17:54:02.911Z PASS [ 0.030s] (1015/2830) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
199222026-06-02T17:54:02.911Z PASS [ 1.452s] (1016/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
199232026-06-02T17:54:02.963Z PASS [ 0.053s] (1017/2830) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
199242026-06-02T17:54:02.968Z PASS [ 0.053s] (1018/2830) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
199252026-06-02T17:54:03.010Z PASS [ 0.043s] (1019/2830) nexus-types deployment::test::test_serialize_pending_mgs_updates
199262026-06-02T17:54:03.050Z PASS [ 0.040s] (1020/2830) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
199272026-06-02T17:54:03.084Z PASS [ 0.035s] (1021/2830) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
199282026-06-02T17:54:03.229Z PASS [ 0.145s] (1022/2830) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
199292026-06-02T17:54:03.261Z PASS [ 0.032s] (1023/2830) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
199302026-06-02T17:54:03.295Z PASS [ 0.033s] (1024/2830) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
199312026-06-02T17:54:03.329Z PASS [ 1.467s] (1025/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
199322026-06-02T17:54:03.332Z PASS [ 0.037s] (1026/2830) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
199332026-06-02T17:54:03.359Z PASS [ 0.030s] (1027/2830) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
199342026-06-02T17:54:03.363Z PASS [ 0.029s] (1028/2830) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
199352026-06-02T17:54:03.393Z PASS [ 0.032s] (1029/2830) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
199362026-06-02T17:54:03.397Z PASS [ 0.035s] (1030/2830) nexus-types fm::case::tests::test_case_display
199372026-06-02T17:54:03.428Z PASS [ 0.035s] (1031/2830) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
199382026-06-02T17:54:03.436Z PASS [ 0.042s] (1032/2830) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
199392026-06-02T17:54:03.466Z PASS [ 0.038s] (1033/2830) nexus-types quiesce::test::test_drained_blueprint
199402026-06-02T17:54:03.471Z PASS [ 6.799s] (1034/2830) nexus-mgs-updates driver_update::test::test_rot_update_basic
199412026-06-02T17:54:03.475Z PASS [ 0.036s] (1035/2830) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
199422026-06-02T17:54:03.486Z PASS [ 6.815s] (1036/2830) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
199432026-06-02T17:54:03.501Z PASS [ 0.034s] (1037/2830) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
199442026-06-02T17:54:03.507Z PASS [ 0.034s] (1038/2830) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
199452026-06-02T17:54:03.513Z PASS [ 0.043s] (1039/2830) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
199462026-06-02T17:54:03.523Z PASS [ 0.036s] (1040/2830) nexus-types quiesce::test::test_quiesce_block_on_reassignment
199472026-06-02T17:54:03.540Z PASS [ 0.039s] (1041/2830) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
199482026-06-02T17:54:03.549Z PASS [ 0.042s] (1042/2830) nexus-types quiesce::test::test_quiesce_block_on_saga_started
199492026-06-02T17:54:03.553Z PASS [ 0.037s] (1043/2830) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
199502026-06-02T17:54:03.572Z PASS [ 0.033s] (1044/2830) nexus-types quiesce::test::test_quiesce_noop
199512026-06-02T17:54:03.578Z PASS [ 0.027s] (1045/2830) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
199522026-06-02T17:54:03.582Z PASS [ 0.043s] (1046/2830) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
199532026-06-02T17:54:03.587Z PASS [ 0.032s] (1047/2830) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
199542026-06-02T17:54:03.600Z PASS [ 0.050s] (1048/2830) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
199552026-06-02T17:54:03.611Z PASS [ 0.031s] (1049/2830) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
199562026-06-02T17:54:03.615Z PASS [ 0.033s] (1050/2830) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
199572026-06-02T17:54:03.618Z PASS [ 0.030s] (1051/2830) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
199582026-06-02T17:54:03.626Z PASS [ 1.813s] (1052/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
199592026-06-02T17:54:03.629Z PASS [ 0.029s] (1053/2830) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
199602026-06-02T17:54:03.641Z PASS [ 0.031s] (1054/2830) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
199612026-06-02T17:54:03.641Z PASS [ 2.186s] (1055/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
199622026-06-02T17:54:03.652Z PASS [ 0.036s] (1056/2830) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
199632026-06-02T17:54:03.652Z PASS [ 0.034s] (1057/2830) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
199642026-06-02T17:54:03.656Z PASS [ 0.027s] (1058/2830) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
199652026-06-02T17:54:03.661Z PASS [ 0.035s] (1059/2830) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
199662026-06-02T17:54:03.677Z PASS [ 0.036s] (1060/2830) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
199672026-06-02T17:54:03.706Z PASS [ 0.045s] (1061/2830) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
199682026-06-02T17:54:03.706Z PASS [ 0.054s] (1062/2830) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
199692026-06-02T17:54:03.706Z PASS [ 0.049s] (1063/2830) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
199702026-06-02T17:54:03.706Z PASS [ 0.065s] (1064/2830) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
199712026-06-02T17:54:03.706Z PASS [ 0.054s] (1065/2830) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
199722026-06-02T17:54:03.736Z PASS [ 0.059s] (1066/2830) nexus-types-versions impls::policy::tests::test_policy_parsing
199732026-06-02T17:54:03.750Z PASS [ 0.044s] (1067/2830) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
199742026-06-02T17:54:03.770Z PASS [ 0.052s] (1068/2830) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
199752026-06-02T17:54:03.774Z PASS [ 0.052s] (1069/2830) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
199762026-06-02T17:54:03.774Z PASS [ 0.052s] (1070/2830) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
199772026-06-02T17:54:03.774Z PASS [ 0.038s] (1071/2830) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
199782026-06-02T17:54:03.807Z PASS [ 0.031s] (1072/2830) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
199792026-06-02T17:54:03.807Z PASS [ 0.055s] (1073/2830) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
199802026-06-02T17:54:03.807Z PASS [ 0.088s] (1074/2830) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
199812026-06-02T17:54:03.810Z PASS [ 0.033s] (1075/2830) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
199822026-06-02T17:54:03.833Z PASS [ 0.059s] (1076/2830) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
199832026-06-02T17:54:03.848Z PASS [ 0.073s] (1077/2830) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
199842026-06-02T17:54:03.886Z PASS [ 0.076s] (1078/2830) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
199852026-06-02T17:54:03.898Z PASS [ 0.092s] (1079/2830) omicron-certificates tests::test_cert_extended_key_usage
199862026-06-02T17:54:03.898Z PASS [ 0.089s] (1080/2830) omicron-certificates tests::test_common_name_is_validated
199872026-06-02T17:54:03.898Z PASS [ 0.087s] (1081/2830) omicron-certificates tests::test_subject_alternate_names_are_validated
199882026-06-02T17:54:03.931Z PASS [ 0.087s] (1082/2830) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
199892026-06-02T17:54:05.195Z PASS [ 1.261s] (1083/2830) omicron-cockroach-admin context::tests::test_node_id
199902026-06-02T17:54:05.216Z PASS [ 0.023s] (1084/2830) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
199912026-06-02T17:54:05.247Z PASS [ 0.030s] (1085/2830) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
199922026-06-02T17:54:05.318Z PASS [ 2.633s] (1086/2830) nexus-test-utils test::test_suite_password_matches_hash
199932026-06-02T17:54:05.340Z PASS [ 0.021s] (1087/2830) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
199942026-06-02T17:54:05.358Z PASS [ 0.020s] (1088/2830) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
199952026-06-02T17:54:05.379Z PASS [ 0.020s] (1089/2830) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
199962026-06-02T17:54:05.400Z PASS [ 0.021s] (1090/2830) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
199972026-06-02T17:54:05.410Z PASS [ 0.163s] (1091/2830) omicron-cockroach-metrics tests::test_cluster_client_caching
199982026-06-02T17:54:05.420Z PASS [ 0.018s] (1092/2830) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
199992026-06-02T17:54:05.429Z PASS [ 0.019s] (1093/2830) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
200002026-06-02T17:54:05.437Z PASS [ 0.019s] (1094/2830) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
200012026-06-02T17:54:05.454Z PASS [ 0.025s] (1095/2830) omicron-common address::test::test_dns_subnets
200022026-06-02T17:54:05.461Z PASS [ 0.024s] (1096/2830) omicron-common address::test::test_ip_range_checks_non_decreasing
200032026-06-02T17:54:05.487Z PASS [ 0.032s] (1097/2830) omicron-common address::test::test_ip_range_enum_deserialization
200042026-06-02T17:54:05.490Z PASS [ 0.027s] (1098/2830) omicron-common address::test::test_ip_range_iter
200052026-06-02T17:54:05.514Z PASS [ 0.027s] (1099/2830) omicron-common address::test::test_ip_range_length
200062026-06-02T17:54:05.521Z PASS [ 0.033s] (1100/2830) omicron-common address::test::test_ip_range_try_from
200072026-06-02T17:54:05.533Z PASS [ 1.623s] (1101/2830) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
200082026-06-02T17:54:05.547Z PASS [ 0.033s] (1102/2830) omicron-common address::test::test_ipv6_subnet_deserialize
200092026-06-02T17:54:05.551Z PASS [ 0.030s] (1103/2830) omicron-common address::test::test_sled_address
200102026-06-02T17:54:05.564Z PASS [ 0.031s] (1104/2830) omicron-common api::external::error::test::test_bail_unless
200112026-06-02T17:54:05.575Z PASS [ 8.727s] (1105/2830) nexus-mgs-updates driver_update::test::test_sp_update_basic
200122026-06-02T17:54:05.575Z PASS [ 0.028s] (1106/2830) omicron-common api::external::error::test::test_context
200132026-06-02T17:54:05.580Z PASS [ 0.030s] (1107/2830) omicron-common api::external::http_pagination::test::test_pagination_examples
200142026-06-02T17:54:05.602Z PASS [ 0.038s] (1108/2830) omicron-common api::external::http_pagination::test::test_pagination_schemas
200152026-06-02T17:54:05.606Z PASS [ 0.030s] (1109/2830) omicron-common api::external::http_pagination::test::test_scan_by_name
200162026-06-02T17:54:05.612Z PASS [ 0.036s] (1110/2830) omicron-common api::external::http_pagination::test::test_scan_by_id
200172026-06-02T17:54:05.615Z PASS [ 1.714s] (1111/2830) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
200182026-06-02T17:54:05.633Z PASS [ 0.052s] (1112/2830) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
200192026-06-02T17:54:05.637Z PASS [ 0.033s] (1113/2830) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
200202026-06-02T17:54:05.645Z PASS [ 0.040s] (1114/2830) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
200212026-06-02T17:54:05.645Z PASS [ 0.032s] (1115/2830) omicron-common api::external::test::test_bytecount
200222026-06-02T17:54:05.650Z PASS [ 0.034s] (1116/2830) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
200232026-06-02T17:54:05.662Z PASS [ 0.029s] (1117/2830) omicron-common api::external::test::test_bytecount_display
200242026-06-02T17:54:05.670Z PASS [ 0.034s] (1118/2830) omicron-common api::external::test::test_digest
200252026-06-02T17:54:05.682Z PASS [ 0.036s] (1119/2830) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
200262026-06-02T17:54:05.685Z PASS [ 0.038s] (1120/2830) omicron-common api::external::test::test_firewall_deserialization
200272026-06-02T17:54:05.689Z PASS [ 0.041s] (1121/2830) omicron-common api::external::test::test_firewall_rule_host_filter_parse
200282026-06-02T17:54:05.705Z PASS [ 0.043s] (1122/2830) omicron-common api::external::test::test_firewall_rule_target_parse
200292026-06-02T17:54:05.710Z PASS [ 0.028s] (1123/2830) omicron-common api::external::test::test_generation_from_int
200302026-06-02T17:54:05.710Z PASS [ 0.040s] (1124/2830) omicron-common api::external::test::test_generation_display_parse
200312026-06-02T17:54:05.725Z PASS [ 0.038s] (1125/2830) omicron-common api::external::test::test_generation_serde
200322026-06-02T17:54:05.746Z PASS [ 0.041s] (1126/2830) omicron-common api::external::test::test_hostname_from_str
200332026-06-02T17:54:05.746Z PASS [ 0.035s] (1127/2830) omicron-common api::external::test::test_ip_port_range_from_str
200342026-06-02T17:54:05.746Z PASS [ 0.035s] (1128/2830) omicron-common api::external::test::test_ip_port_range_into_str
200352026-06-02T17:54:05.757Z PASS [ 0.032s] (1129/2830) omicron-common api::external::test::test_ipv6_net_operations
200362026-06-02T17:54:05.780Z PASS [ 0.034s] (1130/2830) omicron-common api::external::test::test_macaddr
200372026-06-02T17:54:05.789Z PASS [ 0.041s] (1131/2830) omicron-common api::external::test::test_mac_to_int_conversions
200382026-06-02T17:54:05.789Z PASS [ 0.041s] (1132/2830) omicron-common api::external::test::test_mac_system_iterator
200392026-06-02T17:54:05.795Z PASS [ 0.038s] (1133/2830) omicron-common api::external::test::test_name_parse
200402026-06-02T17:54:05.800Z PASS [ 0.116s] (1134/2830) omicron-common api::external::test::test_generation_overflow
200412026-06-02T17:54:05.812Z PASS [ 0.031s] (1135/2830) omicron-common api::external::test::test_name_parse_from_param
200422026-06-02T17:54:05.825Z PASS [ 0.038s] (1136/2830) omicron-common api::external::test::test_resource_name_parse
200432026-06-02T17:54:05.833Z PASS [ 0.046s] (1137/2830) omicron-common api::external::test::test_route_destination_parse
200442026-06-02T17:54:05.833Z PASS [ 0.033s] (1138/2830) omicron-common api::external::test::test_semver_serialize
200452026-06-02T17:54:05.839Z PASS [ 0.028s] (1139/2830) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
200462026-06-02T17:54:05.845Z PASS [ 0.047s] (1140/2830) omicron-common api::external::test::test_route_target_parse
200472026-06-02T17:54:05.860Z PASS [ 0.035s] (1141/2830) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
200482026-06-02T17:54:05.863Z PASS [ 0.030s] (1142/2830) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
200492026-06-02T17:54:05.867Z PASS [ 0.034s] (1143/2830) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
200502026-06-02T17:54:05.872Z PASS [ 0.033s] (1144/2830) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
200512026-06-02T17:54:05.880Z PASS [ 0.038s] (1145/2830) omicron-common disk::tests::parse_dataset_name
200522026-06-02T17:54:05.893Z PASS [ 0.033s] (1146/2830) omicron-common zpool_name::test::test_parse_bad_zpool_names
200532026-06-02T17:54:05.901Z PASS [ 0.035s] (1147/2830) omicron-common zpool_name::test::test_parse_external_zpool_name
200542026-06-02T17:54:05.906Z PASS [ 0.033s] (1148/2830) omicron-common zpool_name::test::test_parse_zpool_name_json
200552026-06-02T17:54:05.906Z PASS [ 0.038s] (1149/2830) omicron-common zpool_name::test::test_parse_internal_zpool_name
200562026-06-02T17:54:05.937Z PASS [ 0.057s] (1150/2830) omicron-common zpool_name::test::test_zpool_name_regex
200572026-06-02T17:54:05.989Z PASS [ 0.050s] (1151/2830) omicron-gateway management_switch::location_map::tests::test_config_validation
200582026-06-02T17:54:06.027Z PASS [ 0.040s] (1152/2830) omicron-gateway management_switch::location_map::tests::test_resolve_location
200592026-06-02T17:54:06.163Z PASS [ 0.270s] (1153/2830) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
200602026-06-02T17:54:06.182Z PASS [ 0.285s] (1154/2830) omicron-dev::test-omicron-dev test_omicron_dev_no_args
200612026-06-02T17:54:06.243Z PASS [ 0.215s] (1155/2830) omicron-gateway::test_all integration_tests::component_list::component_list
200622026-06-02T17:54:06.309Z PASS [ 0.145s] (1156/2830) omicron-gateway::test_all integration_tests::config::read_production_smf_config
200632026-06-02T17:54:06.527Z PASS [ 0.345s] (1157/2830) omicron-gateway::test_all integration_tests::ereports::ereports_basic
200642026-06-02T17:54:06.532Z PASS [ 0.289s] (1158/2830) omicron-gateway::test_all integration_tests::ereports::ereports_commit
200652026-06-02T17:54:06.574Z PASS [ 0.265s] (1159/2830) omicron-gateway::test_all integration_tests::ereports::ereports_limit
200662026-06-02T17:54:06.710Z PASS [ 4.835s] (1160/2830) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
200672026-06-02T17:54:06.807Z PASS [ 0.275s] (1161/2830) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
200682026-06-02T17:54:06.811Z PASS [ 9.710s] (1162/2830) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
200692026-06-02T17:54:06.830Z PASS [ 0.255s] (1163/2830) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
200702026-06-02T17:54:06.835Z PASS [ 0.028s] (1164/2830) omicron-ledger test::test_commit_handles_write_failures
200712026-06-02T17:54:06.839Z PASS [ 0.028s] (1165/2830) omicron-ledger test::test_create_default_ledger
200722026-06-02T17:54:06.854Z PASS [ 0.024s] (1166/2830) omicron-ledger test::test_create_ledger_reads_from_storage
200732026-06-02T17:54:06.860Z PASS [ 0.024s] (1167/2830) omicron-ledger test::test_create_ledger_reads_latest_from_storage
200742026-06-02T17:54:06.962Z PASS [ 0.253s] (1168/2830) omicron-gateway::test_all integration_tests::task_dump::task_dump
200752026-06-02T17:54:06.997Z PASS [ 0.470s] (1169/2830) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
200762026-06-02T17:54:07.034Z PASS [ 0.072s] (1170/2830) omicron-nexus app::alert::tests::test_alert_class_list
200772026-06-02T17:54:07.287Z PASS [ 3.438s] (1171/2830) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
200782026-06-02T17:54:08.471Z PASS [ 4.562s] (1172/2830) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
200792026-06-02T17:54:09.263Z PASS [ 11.269s] (1173/2830) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
200802026-06-02T17:54:09.583Z PASS [ 5.695s] (1174/2830) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
200812026-06-02T17:54:09.602Z PASS [ 11.787s] (1175/2830) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
200822026-06-02T17:54:09.937Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
200832026-06-02T17:54:09.944Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
200842026-06-02T17:54:10.445Z PASS [ 12.348s] (1176/2830) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
200852026-06-02T17:54:10.500Z PASS [ 0.054s] (1177/2830) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
200862026-06-02T17:54:10.551Z PASS [ 0.051s] (1178/2830) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
200872026-06-02T17:54:10.573Z PASS [ 12.161s] (1179/2830) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
200882026-06-02T17:54:10.605Z PASS [ 0.054s] (1180/2830) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
200892026-06-02T17:54:10.627Z PASS [ 0.054s] (1181/2830) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
200902026-06-02T17:54:10.657Z PASS [ 0.051s] (1182/2830) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
200912026-06-02T17:54:11.332Z PASS [ 14.455s] (1183/2830) nexus-mgs-updates driver_update::test::test_sp_update_takeover
200922026-06-02T17:54:15.737Z PASS [ 12.770s] (1184/2830) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
200932026-06-02T17:54:16.644Z PASS [ 19.587s] (1185/2830) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
200942026-06-02T17:54:17.011Z PASS [ 6.354s] (1186/2830) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
200952026-06-02T17:54:17.607Z PASS [ 6.272s] (1187/2830) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
200962026-06-02T17:54:18.286Z PASS [ 12.379s] (1188/2830) omicron-dev::test-omicron-dev test_run_all
200972026-06-02T17:54:19.166Z PASS [ 17.260s] (1189/2830) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
200982026-06-02T17:54:21.632Z PASS [ 14.597s] (1190/2830) omicron-nexus app::background::driver::test::test_driver_basic
200992026-06-02T17:54:21.830Z PASS [ 14.543s] (1191/2830) omicron-nexus app::background::init::test::test_dns_propagation_basic
201002026-06-02T17:54:21.981Z PASS [ 6.247s] (1192/2830) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
201012026-06-02T17:54:22.056Z PASS [ 0.074s] (1193/2830) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
201022026-06-02T17:54:22.391Z PASS [ 15.394s] (1194/2830) omicron-nexus app::background::driver::test::test_activation_in_progress
201032026-06-02T17:54:23.312Z PASS [ 13.710s] (1195/2830) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
201042026-06-02T17:54:24.089Z PASS [ 21.920s] (1196/2830) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
201052026-06-02T17:54:24.748Z PASS [ 5.582s] (1197/2830) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
201062026-06-02T17:54:25.413Z PASS [ 23.148s] (1198/2830) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
201072026-06-02T17:54:25.523Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
201082026-06-02T17:54:25.563Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
201092026-06-02T17:54:26.000Z PASS [ 7.715s] (1199/2830) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
201102026-06-02T17:54:26.076Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
201112026-06-02T17:54:27.723Z PASS [ 6.091s] (1200/2830) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
201122026-06-02T17:54:27.754Z PASS [ 5.923s] (1201/2830) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
201132026-06-02T17:54:28.661Z PASS [ 31.117s] (1202/2830) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
201142026-06-02T17:54:28.778Z PASS [ 20.307s] (1203/2830) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
201152026-06-02T17:54:29.573Z PASS [ 19.991s] (1204/2830) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
201162026-06-02T17:54:29.949Z PASS [ 20.685s] (1205/2830) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
201172026-06-02T17:54:29.973Z PASS [ 27.991s] (1206/2830) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
201182026-06-02T17:54:30.769Z PASS [ 13.756s] (1207/2830) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
201192026-06-02T17:54:31.345Z PASS [ 24.485s] (1208/2830) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
201202026-06-02T17:54:31.626Z TRY 1 FAIL [ 24.787s] (─────────) omicron-ls-apis::test_dependencies test_api_check
201212026-06-02T17:54:31.626Z stdout ───
201222026-06-02T17:54:31.626Z
201232026-06-02T17:54:31.626Z running 1 test
201242026-06-02T17:54:31.626Z stderr:
201252026-06-02T17:54:31.627Z ------
201262026-06-02T17:54:31.627Z loading metadata for workspace omicron from current workspace
201272026-06-02T17:54:31.627Z loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
201282026-06-02T17:54:31.627Z loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
201292026-06-02T17:54:31.627Z loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
201302026-06-02T17:54:31.627Z loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
201312026-06-02T17:54:31.627Z loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
201322026-06-02T17:54:31.627Z loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
201332026-06-02T17:54:31.627Z note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
201342026-06-02T17:54:31.627Z note: ignoring Cargo dependency from omicron-sled-agent -> dns-server
201352026-06-02T17:54:31.627Z
201362026-06-02T17:54:31.627Z -----
201372026-06-02T17:54:31.627Z @@ -22,12 +22,10 @@
201382026-06-02T17:54:31.627Z Wicketd (wicketd-client, exposed by wicketd)
201392026-06-02T17:54:31.627Z
201402026-06-02T17:54:31.627Z
201412026-06-02T17:54:31.627Z Client-managed API:
201422026-06-02T17:54:31.627Z
201432026-06-02T17:54:31.627Z - Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
201442026-06-02T17:54:31.627Z - reason: depends on itself (i.e., instances call each other)
201452026-06-02T17:54:31.627Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
201462026-06-02T17:54:31.627Z reason: wicketd can wind up calling into sled agent on different sleds
201472026-06-02T17:54:31.627Z Wicketd Installinator (installinator-client, exposed by wicketd)
201482026-06-02T17:54:31.627Z reason: client is provided implicitly by the operator
201492026-06-02T17:54:31.627Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
201502026-06-02T17:54:31.627Z
201512026-06-02T17:54:31.627Z test test_api_check ... FAILED
201522026-06-02T17:54:31.627Z
201532026-06-02T17:54:31.627Z failures:
201542026-06-02T17:54:31.627Z
201552026-06-02T17:54:31.627Z failures:
201562026-06-02T17:54:31.627Z test_api_check
201572026-06-02T17:54:31.627Z
201582026-06-02T17:54:31.627Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 2 filtered out; finished in 24.72s
201592026-06-02T17:54:31.627Z
201602026-06-02T17:54:31.627Z stderr ───
201612026-06-02T17:54:31.627Z
201622026-06-02T17:54:31.627Z thread 'test_api_check' (2) panicked at dev-tools/ls-apis/tests/test_dependencies.rs:40:5:
201632026-06-02T17:54:31.628Z assertion failed: string doesn't match the contents of file: "tests/api_check.out" see diffset above
201642026-06-02T17:54:31.628Z set EXPECTORATE=overwrite if these changes are intentional
201652026-06-02T17:54:31.628Z stack backtrace:
201662026-06-02T17:54:31.628Z 0: __rustc::rust_begin_unwind
201672026-06-02T17:54:31.628Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
201682026-06-02T17:54:31.628Z 1: core::panicking::panic_fmt
201692026-06-02T17:54:31.628Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
201702026-06-02T17:54:31.628Z 2: expectorate::assert_contents::<&str>
201712026-06-02T17:54:31.628Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs:67:9
201722026-06-02T17:54:31.628Z 3: test_dependencies::test_api_check
201732026-06-02T17:54:31.628Z at ./tests/test_dependencies.rs:40:5
201742026-06-02T17:54:31.628Z 4: test_dependencies::test_api_check::{closure#0}
201752026-06-02T17:54:31.628Z at ./tests/test_dependencies.rs:33:20
201762026-06-02T17:54:31.628Z 5: <test_dependencies::test_api_check::{closure#0} as core::ops::function::FnOnce<()>>::call_once
201772026-06-02T17:54:31.628Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
201782026-06-02T17:54:31.628Z 6: core::ops::function::FnOnce::call_once
201792026-06-02T17:54:31.628Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
201802026-06-02T17:54:31.628Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
201812026-06-02T17:54:31.628Z
201822026-06-02T17:54:32.113Z TRY 1 FAIL [ 25.258s] (─────────) omicron-ls-apis::test_dependencies test_api_dependencies
201832026-06-02T17:54:32.113Z stdout ───
201842026-06-02T17:54:32.113Z
201852026-06-02T17:54:32.113Z running 1 test
201862026-06-02T17:54:32.113Z stderr:
201872026-06-02T17:54:32.113Z ------
201882026-06-02T17:54:32.113Z loading metadata for workspace omicron from current workspace
201892026-06-02T17:54:32.113Z loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
201902026-06-02T17:54:32.113Z loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
201912026-06-02T17:54:32.113Z loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
201922026-06-02T17:54:32.113Z loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
201932026-06-02T17:54:32.113Z loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
201942026-06-02T17:54:32.113Z loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
201952026-06-02T17:54:32.113Z note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
201962026-06-02T17:54:32.113Z note: ignoring Cargo dependency from omicron-sled-agent -> dns-server
201972026-06-02T17:54:32.113Z
201982026-06-02T17:54:32.114Z -----
201992026-06-02T17:54:32.114Z @@ -1,9 +1,5 @@
202002026-06-02T17:54:32.114Z -Bootstrap Agent (client: bootstrap-agent-client)
202012026-06-02T17:54:32.114Z - consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
202022026-06-02T17:54:32.114Z - consumed by: wicketd (omicron/wicketd) via 1 path
202032026-06-02T17:54:32.114Z -
202042026-06-02T17:54:32.114Z Bootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
202052026-06-02T17:54:32.114Z consumed by: wicketd (omicron/wicketd) via 2 paths
202062026-06-02T17:54:32.114Z
202072026-06-02T17:54:32.114Z Clickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
202082026-06-02T17:54:32.114Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
202092026-06-02T17:54:32.114Z
202102026-06-02T17:54:32.114Z test test_api_dependencies ... FAILED
202112026-06-02T17:54:32.114Z
202122026-06-02T17:54:32.114Z failures:
202132026-06-02T17:54:32.114Z
202142026-06-02T17:54:32.114Z failures:
202152026-06-02T17:54:32.114Z test_api_dependencies
202162026-06-02T17:54:32.114Z
202172026-06-02T17:54:32.114Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 2 filtered out; finished in 25.19s
202182026-06-02T17:54:32.114Z
202192026-06-02T17:54:32.114Z stderr ───
202202026-06-02T17:54:32.114Z
202212026-06-02T17:54:32.114Z thread 'test_api_dependencies' (2) panicked at dev-tools/ls-apis/tests/test_dependencies.rs:29:5:
202222026-06-02T17:54:32.114Z assertion failed: string doesn't match the contents of file: "tests/api_dependencies.out" see diffset above
202232026-06-02T17:54:32.114Z set EXPECTORATE=overwrite if these changes are intentional
202242026-06-02T17:54:32.114Z stack backtrace:
202252026-06-02T17:54:32.114Z 0: __rustc::rust_begin_unwind
202262026-06-02T17:54:32.114Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
202272026-06-02T17:54:32.114Z 1: core::panicking::panic_fmt
202282026-06-02T17:54:32.114Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
202292026-06-02T17:54:32.114Z 2: expectorate::assert_contents::<&str>
202302026-06-02T17:54:32.114Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs:67:9
202312026-06-02T17:54:32.114Z 3: test_dependencies::test_api_dependencies
202322026-06-02T17:54:32.114Z at ./tests/test_dependencies.rs:29:5
202332026-06-02T17:54:32.114Z 4: test_dependencies::test_api_dependencies::{closure#0}
202342026-06-02T17:54:32.114Z at ./tests/test_dependencies.rs:22:27
202352026-06-02T17:54:32.114Z 5: <test_dependencies::test_api_dependencies::{closure#0} as core::ops::function::FnOnce<()>>::call_once
202362026-06-02T17:54:32.114Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
202372026-06-02T17:54:32.115Z 6: core::ops::function::FnOnce::call_once
202382026-06-02T17:54:32.115Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
202392026-06-02T17:54:32.115Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
202402026-06-02T17:54:32.115Z
202412026-06-02T17:54:34.105Z PASS [ 17.461s] (1209/2830) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
202422026-06-02T17:54:34.222Z PASS [ 6.499s] (1210/2830) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
202432026-06-02T17:54:34.562Z PASS [ 6.808s] (1211/2830) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
202442026-06-02T17:54:35.812Z PASS [ 7.151s] (1212/2830) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
202452026-06-02T17:54:36.053Z PASS [ 7.274s] (1213/2830) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
202462026-06-02T17:54:36.427Z PASS [ 6.478s] (1214/2830) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
202472026-06-02T17:54:36.456Z PASS [ 14.400s] (1215/2830) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
202482026-06-02T17:54:36.560Z PASS [ 6.987s] (1216/2830) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
202492026-06-02T17:54:36.621Z PASS [ 0.061s] (1217/2830) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
202502026-06-02T17:54:36.624Z PASS [ 6.650s] (1218/2830) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
202512026-06-02T17:54:36.723Z PASS [ 0.100s] (1219/2830) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
202522026-06-02T17:54:36.752Z PASS [ 0.131s] (1220/2830) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
202532026-06-02T17:54:36.782Z PASS [ 0.059s] (1221/2830) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
202542026-06-02T17:54:36.806Z PASS [ 0.054s] (1222/2830) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
202552026-06-02T17:54:36.836Z PASS [ 0.055s] (1223/2830) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
202562026-06-02T17:54:36.866Z PASS [ 0.060s] (1224/2830) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
202572026-06-02T17:54:36.891Z PASS [ 0.055s] (1225/2830) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
202582026-06-02T17:54:36.918Z PASS [ 0.052s] (1226/2830) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
202592026-06-02T17:54:36.924Z PASS [ 6.157s] (1227/2830) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
202602026-06-02T17:54:36.975Z PASS [ 0.057s] (1228/2830) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
202612026-06-02T17:54:36.993Z PASS [ 0.068s] (1229/2830) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
202622026-06-02T17:54:36.996Z PASS [ 0.105s] (1230/2830) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
202632026-06-02T17:54:37.033Z PASS [ 0.057s] (1231/2830) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
202642026-06-02T17:54:37.047Z PASS [ 0.054s] (1232/2830) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
202652026-06-02T17:54:37.052Z PASS [ 0.056s] (1233/2830) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
202662026-06-02T17:54:37.086Z PASS [ 0.054s] (1234/2830) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
202672026-06-02T17:54:37.141Z PASS [ 0.055s] (1235/2830) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
202682026-06-02T17:54:37.141Z PASS [ 0.093s] (1236/2830) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
202692026-06-02T17:54:37.144Z PASS [ 0.090s] (1237/2830) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
202702026-06-02T17:54:37.257Z PASS [ 0.116s] (1238/2830) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
202712026-06-02T17:54:37.340Z PASS [ 0.083s] (1239/2830) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
202722026-06-02T17:54:37.406Z PASS [ 0.065s] (1240/2830) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
202732026-06-02T17:54:37.439Z PASS [ 0.296s] (1241/2830) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
202742026-06-02T17:54:37.461Z PASS [ 0.056s] (1242/2830) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
202752026-06-02T17:54:37.496Z PASS [ 0.355s] (1243/2830) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
202762026-06-02T17:54:37.514Z PASS [ 0.052s] (1244/2830) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
202772026-06-02T17:54:37.547Z PASS [ 0.050s] (1245/2830) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
202782026-06-02T17:54:37.570Z PASS [ 0.131s] (1246/2830) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
202792026-06-02T17:54:37.675Z PASS [ 15.284s] (1247/2830) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
202802026-06-02T17:54:37.939Z PASS [ 14.627s] (1248/2830) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
202812026-06-02T17:54:38.208Z PASS [ 20.603s] (1249/2830) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
202822026-06-02T17:54:38.281Z PASS [ 14.192s] (1250/2830) omicron-nexus app::background::tasks::dns_config::test::test_basic
202832026-06-02T17:54:38.735Z PASS [ 13.987s] (1251/2830) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
202842026-06-02T17:54:39.128Z PASS [ 149.195s] (1252/2830) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
202852026-06-02T17:54:39.421Z PASS [ 33.515s] (1253/2830) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
202862026-06-02T17:54:39.502Z PASS [ 14.088s] (1254/2830) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
202872026-06-02T17:54:40.513Z PASS [ 14.513s] (1255/2830) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
202882026-06-02T17:54:42.848Z PASS [ 6.420s] (1256/2830) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
202892026-06-02T17:54:44.034Z PASS [ 49.348s] (1257/2830) nexus-db-queries policy_test::test_iam_roles_behavior
202902026-06-02T17:54:49.169Z TRY 2 FAIL [ 17.540s] (─────────) omicron-ls-apis::test_dependencies test_api_check
202912026-06-02T17:54:49.169Z stdout ───
202922026-06-02T17:54:49.169Z
202932026-06-02T17:54:49.169Z running 1 test
202942026-06-02T17:54:49.169Z stderr:
202952026-06-02T17:54:49.169Z ------
202962026-06-02T17:54:49.169Z loading metadata for workspace omicron from current workspace
202972026-06-02T17:54:49.169Z loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
202982026-06-02T17:54:49.169Z loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
202992026-06-02T17:54:49.169Z loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
203002026-06-02T17:54:49.169Z loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
203012026-06-02T17:54:49.169Z loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
203022026-06-02T17:54:49.169Z loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
203032026-06-02T17:54:49.169Z note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
203042026-06-02T17:54:49.169Z note: ignoring Cargo dependency from omicron-sled-agent -> dns-server
203052026-06-02T17:54:49.169Z
203062026-06-02T17:54:49.169Z -----
203072026-06-02T17:54:49.169Z @@ -22,12 +22,10 @@
203082026-06-02T17:54:49.169Z Wicketd (wicketd-client, exposed by wicketd)
203092026-06-02T17:54:49.169Z
203102026-06-02T17:54:49.169Z
203112026-06-02T17:54:49.169Z Client-managed API:
203122026-06-02T17:54:49.169Z
203132026-06-02T17:54:49.169Z - Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
203142026-06-02T17:54:49.169Z - reason: depends on itself (i.e., instances call each other)
203152026-06-02T17:54:49.169Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
203162026-06-02T17:54:49.169Z reason: wicketd can wind up calling into sled agent on different sleds
203172026-06-02T17:54:49.169Z Wicketd Installinator (installinator-client, exposed by wicketd)
203182026-06-02T17:54:49.169Z reason: client is provided implicitly by the operator
203192026-06-02T17:54:49.169Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
203202026-06-02T17:54:49.169Z
203212026-06-02T17:54:49.169Z test test_api_check ... FAILED
203222026-06-02T17:54:49.170Z
203232026-06-02T17:54:49.170Z failures:
203242026-06-02T17:54:49.170Z
203252026-06-02T17:54:49.170Z failures:
203262026-06-02T17:54:49.170Z test_api_check
203272026-06-02T17:54:49.170Z
203282026-06-02T17:54:49.170Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 2 filtered out; finished in 17.48s
203292026-06-02T17:54:49.170Z
203302026-06-02T17:54:49.170Z stderr ───
203312026-06-02T17:54:49.170Z
203322026-06-02T17:54:49.170Z thread 'test_api_check' (2) panicked at dev-tools/ls-apis/tests/test_dependencies.rs:40:5:
203332026-06-02T17:54:49.170Z assertion failed: string doesn't match the contents of file: "tests/api_check.out" see diffset above
203342026-06-02T17:54:49.170Z set EXPECTORATE=overwrite if these changes are intentional
203352026-06-02T17:54:49.170Z stack backtrace:
203362026-06-02T17:54:49.170Z 0: __rustc::rust_begin_unwind
203372026-06-02T17:54:49.170Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
203382026-06-02T17:54:49.170Z 1: core::panicking::panic_fmt
203392026-06-02T17:54:49.170Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
203402026-06-02T17:54:49.170Z 2: expectorate::assert_contents::<&str>
203412026-06-02T17:54:49.170Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs:67:9
203422026-06-02T17:54:49.170Z 3: test_dependencies::test_api_check
203432026-06-02T17:54:49.170Z at ./tests/test_dependencies.rs:40:5
203442026-06-02T17:54:49.170Z 4: test_dependencies::test_api_check::{closure#0}
203452026-06-02T17:54:49.170Z at ./tests/test_dependencies.rs:33:20
203462026-06-02T17:54:49.170Z 5: <test_dependencies::test_api_check::{closure#0} as core::ops::function::FnOnce<()>>::call_once
203472026-06-02T17:54:49.170Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
203482026-06-02T17:54:49.170Z 6: core::ops::function::FnOnce::call_once
203492026-06-02T17:54:49.170Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
203502026-06-02T17:54:49.170Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
203512026-06-02T17:54:49.170Z
203522026-06-02T17:54:49.390Z TRY 2 FAIL [ 17.274s] (─────────) omicron-ls-apis::test_dependencies test_api_dependencies
203532026-06-02T17:54:49.390Z stdout ───
203542026-06-02T17:54:49.390Z
203552026-06-02T17:54:49.390Z running 1 test
203562026-06-02T17:54:49.390Z stderr:
203572026-06-02T17:54:49.390Z ------
203582026-06-02T17:54:49.390Z loading metadata for workspace omicron from current workspace
203592026-06-02T17:54:49.390Z loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
203602026-06-02T17:54:49.390Z loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
203612026-06-02T17:54:49.390Z loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
203622026-06-02T17:54:49.390Z loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
203632026-06-02T17:54:49.390Z loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
203642026-06-02T17:54:49.390Z loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
203652026-06-02T17:54:49.390Z note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
203662026-06-02T17:54:49.390Z note: ignoring Cargo dependency from omicron-sled-agent -> dns-server
203672026-06-02T17:54:49.390Z
203682026-06-02T17:54:49.390Z -----
203692026-06-02T17:54:49.390Z @@ -1,9 +1,5 @@
203702026-06-02T17:54:49.390Z -Bootstrap Agent (client: bootstrap-agent-client)
203712026-06-02T17:54:49.390Z - consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
203722026-06-02T17:54:49.390Z - consumed by: wicketd (omicron/wicketd) via 1 path
203732026-06-02T17:54:49.390Z -
203742026-06-02T17:54:49.390Z Bootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
203752026-06-02T17:54:49.390Z consumed by: wicketd (omicron/wicketd) via 2 paths
203762026-06-02T17:54:49.390Z
203772026-06-02T17:54:49.390Z Clickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
203782026-06-02T17:54:49.391Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
203792026-06-02T17:54:49.391Z
203802026-06-02T17:54:49.391Z test test_api_dependencies ... FAILED
203812026-06-02T17:54:49.391Z
203822026-06-02T17:54:49.391Z failures:
203832026-06-02T17:54:49.391Z
203842026-06-02T17:54:49.391Z failures:
203852026-06-02T17:54:49.391Z test_api_dependencies
203862026-06-02T17:54:49.391Z
203872026-06-02T17:54:49.391Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 2 filtered out; finished in 17.21s
203882026-06-02T17:54:49.391Z
203892026-06-02T17:54:49.391Z stderr ───
203902026-06-02T17:54:49.391Z
203912026-06-02T17:54:49.391Z thread 'test_api_dependencies' (2) panicked at dev-tools/ls-apis/tests/test_dependencies.rs:29:5:
203922026-06-02T17:54:49.391Z assertion failed: string doesn't match the contents of file: "tests/api_dependencies.out" see diffset above
203932026-06-02T17:54:49.391Z set EXPECTORATE=overwrite if these changes are intentional
203942026-06-02T17:54:49.391Z stack backtrace:
203952026-06-02T17:54:49.391Z 0: __rustc::rust_begin_unwind
203962026-06-02T17:54:49.391Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
203972026-06-02T17:54:49.391Z 1: core::panicking::panic_fmt
203982026-06-02T17:54:49.391Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
203992026-06-02T17:54:49.391Z 2: expectorate::assert_contents::<&str>
204002026-06-02T17:54:49.391Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs:67:9
204012026-06-02T17:54:49.391Z 3: test_dependencies::test_api_dependencies
204022026-06-02T17:54:49.391Z at ./tests/test_dependencies.rs:29:5
204032026-06-02T17:54:49.391Z 4: test_dependencies::test_api_dependencies::{closure#0}
204042026-06-02T17:54:49.391Z at ./tests/test_dependencies.rs:22:27
204052026-06-02T17:54:49.391Z 5: <test_dependencies::test_api_dependencies::{closure#0} as core::ops::function::FnOnce<()>>::call_once
204062026-06-02T17:54:49.391Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
204072026-06-02T17:54:49.391Z 6: core::ops::function::FnOnce::call_once
204082026-06-02T17:54:49.391Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
204092026-06-02T17:54:49.391Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
204102026-06-02T17:54:49.391Z
204112026-06-02T17:54:49.966Z PASS [ 13.510s] (1258/2830) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
204122026-06-02T17:54:50.202Z PASS [ 39.575s] (1259/2830) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
204132026-06-02T17:54:50.466Z PASS [ 12.791s] (1260/2830) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
204142026-06-02T17:54:50.732Z PASS [ 13.161s] (1261/2830) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
204152026-06-02T17:54:50.838Z PASS [ 12.899s] (1262/2830) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
204162026-06-02T17:54:51.255Z PASS [ 53.699s] (1263/2830) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
204172026-06-02T17:54:51.335Z PASS [ 15.283s] (1264/2830) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
204182026-06-02T17:54:51.427Z PASS [ 0.091s] (1265/2830) omicron-nexus app::background::tasks::support_bundle::collection::test::test_zipfile_creation
204192026-06-02T17:54:51.741Z PASS [ 13.534s] (1266/2830) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
204202026-06-02T17:54:51.789Z PASS [ 13.054s] (1267/2830) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
204212026-06-02T17:54:51.805Z PASS [ 13.524s] (1268/2830) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
204222026-06-02T17:54:51.934Z PASS [ 12.806s] (1269/2830) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
204232026-06-02T17:54:52.689Z PASS [ 13.187s] (1270/2830) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
204242026-06-02T17:54:52.865Z PASS [ 18.302s] (1271/2830) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
204252026-06-02T17:54:52.897Z PASS [ 18.792s] (1272/2830) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
204262026-06-02T17:54:52.965Z PASS [ 13.545s] (1273/2830) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
204272026-06-02T17:54:53.675Z PASS [ 3.472s] (1274/2830) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
204282026-06-02T17:54:54.042Z PASS [ 3.310s] (1275/2830) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
204292026-06-02T17:54:54.668Z PASS [ 10.635s] (1276/2830) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
204302026-06-02T17:54:54.915Z PASS [ 4.076s] (1277/2830) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
204312026-06-02T17:54:55.371Z PASS [ 4.116s] (1278/2830) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
204322026-06-02T17:54:55.466Z PASS [ 0.095s] (1279/2830) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_desired_blueprint_is_strictly_older
204332026-06-02T17:54:55.534Z PASS [ 0.068s] (1280/2830) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_everything_matches
204342026-06-02T17:54:55.603Z PASS [ 0.069s] (1281/2830) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_blueprints_equal_and_nat_differs_at_gen_1
204352026-06-02T17:54:55.669Z PASS [ 0.065s] (1282/2830) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_current_has_no_blueprint_config
204362026-06-02T17:54:55.736Z PASS [ 0.063s] (1283/2830) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_desired_blueprint_is_newer_and_nat_differs
204372026-06-02T17:54:55.793Z PASS [ 0.061s] (1284/2830) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_nat_matches_but_rnc_differs
204382026-06-02T17:54:56.077Z PASS [ 0.284s] (1285/2830) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
204392026-06-02T17:54:56.126Z PASS [ 18.612s] (1286/2830) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
204402026-06-02T17:54:56.295Z PASS [ 0.218s] (1287/2830) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
204412026-06-02T17:54:56.348Z PASS [ 0.222s] (1288/2830) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
204422026-06-02T17:54:56.414Z PASS [ 0.066s] (1289/2830) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
204432026-06-02T17:54:56.507Z PASS [ 0.092s] (1290/2830) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
204442026-06-02T17:54:56.590Z PASS [ 0.083s] (1291/2830) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
204452026-06-02T17:54:56.668Z PASS [ 0.079s] (1292/2830) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
204462026-06-02T17:54:56.820Z PASS [ 16.307s] (1293/2830) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
204472026-06-02T17:54:56.919Z PASS [ 0.099s] (1294/2830) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
204482026-06-02T17:54:57.563Z PASS [ 0.894s] (1295/2830) omicron-nexus app::external_endpoints::test::test_authority
204492026-06-02T17:54:57.660Z PASS [ 0.097s] (1296/2830) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
204502026-06-02T17:54:57.722Z PASS [ 0.063s] (1297/2830) omicron-nexus app::external_endpoints::test::test_no_endpoint
204512026-06-02T17:54:57.783Z PASS [ 0.061s] (1298/2830) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
204522026-06-02T17:54:57.792Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
204532026-06-02T17:54:57.820Z PASS [ 1.524s] (1299/2830) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
204542026-06-02T17:54:57.849Z PASS [ 0.066s] (1300/2830) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
204552026-06-02T17:54:57.882Z PASS [ 0.063s] (1301/2830) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
204562026-06-02T17:54:57.914Z PASS [ 0.065s] (1302/2830) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
204572026-06-02T17:54:57.961Z PASS [ 0.079s] (1303/2830) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
204582026-06-02T17:54:57.977Z PASS [ 0.063s] (1304/2830) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
204592026-06-02T17:54:58.018Z PASS [ 0.056s] (1305/2830) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
204602026-06-02T17:54:58.035Z PASS [ 0.058s] (1306/2830) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
204612026-06-02T17:54:58.076Z PASS [ 0.058s] (1307/2830) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
204622026-06-02T17:54:58.091Z PASS [ 0.056s] (1308/2830) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
204632026-06-02T17:54:58.130Z PASS [ 0.054s] (1309/2830) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
204642026-06-02T17:54:58.150Z PASS [ 0.059s] (1310/2830) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
204652026-06-02T17:54:58.186Z PASS [ 0.056s] (1311/2830) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
204662026-06-02T17:54:58.216Z PASS [ 0.066s] (1312/2830) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
204672026-06-02T17:54:58.243Z PASS [ 0.057s] (1313/2830) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
204682026-06-02T17:54:58.273Z PASS [ 0.057s] (1314/2830) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
204692026-06-02T17:54:58.313Z PASS [ 0.070s] (1315/2830) omicron-nexus app::multicast::tests::test_is_ssm_address
204702026-06-02T17:54:58.772Z PASS [ 15.925s] (1316/2830) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
204712026-06-02T17:54:59.125Z PASS [ 2.206s] (1317/2830) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
204722026-06-02T17:54:59.188Z PASS [ 0.062s] (1318/2830) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
204732026-06-02T17:55:00.230Z PASS [ 10.265s] (1319/2830) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
204742026-06-02T17:55:03.056Z TRY 3 FAIL [ 13.885s] (1320/2830) omicron-ls-apis::test_dependencies test_api_check
204752026-06-02T17:55:03.056Z stdout ───
204762026-06-02T17:55:03.056Z
204772026-06-02T17:55:03.056Z running 1 test
204782026-06-02T17:55:03.056Z stderr:
204792026-06-02T17:55:03.056Z ------
204802026-06-02T17:55:03.056Z loading metadata for workspace omicron from current workspace
204812026-06-02T17:55:03.056Z loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
204822026-06-02T17:55:03.056Z loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
204832026-06-02T17:55:03.056Z loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
204842026-06-02T17:55:03.056Z loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
204852026-06-02T17:55:03.056Z loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
204862026-06-02T17:55:03.056Z loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
204872026-06-02T17:55:03.056Z note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
204882026-06-02T17:55:03.056Z note: ignoring Cargo dependency from omicron-sled-agent -> dns-server
204892026-06-02T17:55:03.056Z
204902026-06-02T17:55:03.056Z -----
204912026-06-02T17:55:03.056Z @@ -22,12 +22,10 @@
204922026-06-02T17:55:03.056Z Wicketd (wicketd-client, exposed by wicketd)
204932026-06-02T17:55:03.056Z
204942026-06-02T17:55:03.056Z
204952026-06-02T17:55:03.056Z Client-managed API:
204962026-06-02T17:55:03.056Z
204972026-06-02T17:55:03.056Z - Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
204982026-06-02T17:55:03.056Z - reason: depends on itself (i.e., instances call each other)
204992026-06-02T17:55:03.056Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
205002026-06-02T17:55:03.056Z reason: wicketd can wind up calling into sled agent on different sleds
205012026-06-02T17:55:03.056Z Wicketd Installinator (installinator-client, exposed by wicketd)
205022026-06-02T17:55:03.056Z reason: client is provided implicitly by the operator
205032026-06-02T17:55:03.056Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
205042026-06-02T17:55:03.056Z
205052026-06-02T17:55:03.057Z test test_api_check ... FAILED
205062026-06-02T17:55:03.057Z
205072026-06-02T17:55:03.057Z failures:
205082026-06-02T17:55:03.057Z
205092026-06-02T17:55:03.057Z failures:
205102026-06-02T17:55:03.057Z test_api_check
205112026-06-02T17:55:03.057Z
205122026-06-02T17:55:03.057Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 2 filtered out; finished in 13.79s
205132026-06-02T17:55:03.057Z
205142026-06-02T17:55:03.057Z stderr ───
205152026-06-02T17:55:03.057Z
205162026-06-02T17:55:03.057Z thread 'test_api_check' (2) panicked at dev-tools/ls-apis/tests/test_dependencies.rs:40:5:
205172026-06-02T17:55:03.057Z assertion failed: string doesn't match the contents of file: "tests/api_check.out" see diffset above
205182026-06-02T17:55:03.057Z set EXPECTORATE=overwrite if these changes are intentional
205192026-06-02T17:55:03.057Z stack backtrace:
205202026-06-02T17:55:03.057Z 0: __rustc::rust_begin_unwind
205212026-06-02T17:55:03.057Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
205222026-06-02T17:55:03.057Z 1: core::panicking::panic_fmt
205232026-06-02T17:55:03.057Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
205242026-06-02T17:55:03.057Z 2: expectorate::assert_contents::<&str>
205252026-06-02T17:55:03.057Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs:67:9
205262026-06-02T17:55:03.057Z 3: test_dependencies::test_api_check
205272026-06-02T17:55:03.057Z at ./tests/test_dependencies.rs:40:5
205282026-06-02T17:55:03.057Z 4: test_dependencies::test_api_check::{closure#0}
205292026-06-02T17:55:03.057Z at ./tests/test_dependencies.rs:33:20
205302026-06-02T17:55:03.057Z 5: <test_dependencies::test_api_check::{closure#0} as core::ops::function::FnOnce<()>>::call_once
205312026-06-02T17:55:03.057Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
205322026-06-02T17:55:03.057Z 6: core::ops::function::FnOnce::call_once
205332026-06-02T17:55:03.057Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
205342026-06-02T17:55:03.057Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
205352026-06-02T17:55:03.057Z
205362026-06-02T17:55:03.215Z PASS [ 11.425s] (1321/2830) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
205372026-06-02T17:55:03.271Z TRY 3 FAIL [ 13.883s] (1322/2830) omicron-ls-apis::test_dependencies test_api_dependencies
205382026-06-02T17:55:03.272Z stdout ───
205392026-06-02T17:55:03.272Z
205402026-06-02T17:55:03.272Z running 1 test
205412026-06-02T17:55:03.272Z stderr:
205422026-06-02T17:55:03.272Z ------
205432026-06-02T17:55:03.272Z loading metadata for workspace omicron from current workspace
205442026-06-02T17:55:03.272Z loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/f20f786/Cargo.toml
205452026-06-02T17:55:03.272Z loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/7696ee4/Cargo.toml
205462026-06-02T17:55:03.272Z loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
205472026-06-02T17:55:03.272Z loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/d22509d/Cargo.toml
205482026-06-02T17:55:03.272Z loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/Cargo.toml
205492026-06-02T17:55:03.272Z loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
205502026-06-02T17:55:03.272Z note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
205512026-06-02T17:55:03.272Z note: ignoring Cargo dependency from omicron-sled-agent -> dns-server
205522026-06-02T17:55:03.272Z
205532026-06-02T17:55:03.272Z -----
205542026-06-02T17:55:03.272Z @@ -1,9 +1,5 @@
205552026-06-02T17:55:03.272Z -Bootstrap Agent (client: bootstrap-agent-client)
205562026-06-02T17:55:03.272Z - consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
205572026-06-02T17:55:03.272Z - consumed by: wicketd (omicron/wicketd) via 1 path
205582026-06-02T17:55:03.272Z -
205592026-06-02T17:55:03.272Z Bootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
205602026-06-02T17:55:03.272Z consumed by: wicketd (omicron/wicketd) via 2 paths
205612026-06-02T17:55:03.272Z
205622026-06-02T17:55:03.272Z Clickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
205632026-06-02T17:55:03.272Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
205642026-06-02T17:55:03.272Z
205652026-06-02T17:55:03.272Z test test_api_dependencies ... FAILED
205662026-06-02T17:55:03.272Z
205672026-06-02T17:55:03.272Z failures:
205682026-06-02T17:55:03.272Z
205692026-06-02T17:55:03.272Z failures:
205702026-06-02T17:55:03.272Z test_api_dependencies
205712026-06-02T17:55:03.272Z
205722026-06-02T17:55:03.272Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 2 filtered out; finished in 13.82s
205732026-06-02T17:55:03.272Z
205742026-06-02T17:55:03.272Z stderr ───
205752026-06-02T17:55:03.273Z
205762026-06-02T17:55:03.273Z thread 'test_api_dependencies' (2) panicked at dev-tools/ls-apis/tests/test_dependencies.rs:29:5:
205772026-06-02T17:55:03.273Z assertion failed: string doesn't match the contents of file: "tests/api_dependencies.out" see diffset above
205782026-06-02T17:55:03.273Z set EXPECTORATE=overwrite if these changes are intentional
205792026-06-02T17:55:03.273Z stack backtrace:
205802026-06-02T17:55:03.273Z 0: __rustc::rust_begin_unwind
205812026-06-02T17:55:03.273Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
205822026-06-02T17:55:03.273Z 1: core::panicking::panic_fmt
205832026-06-02T17:55:03.273Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
205842026-06-02T17:55:03.273Z 2: expectorate::assert_contents::<&str>
205852026-06-02T17:55:03.273Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs:67:9
205862026-06-02T17:55:03.273Z 3: test_dependencies::test_api_dependencies
205872026-06-02T17:55:03.273Z at ./tests/test_dependencies.rs:29:5
205882026-06-02T17:55:03.273Z 4: test_dependencies::test_api_dependencies::{closure#0}
205892026-06-02T17:55:03.273Z at ./tests/test_dependencies.rs:22:27
205902026-06-02T17:55:03.273Z 5: <test_dependencies::test_api_dependencies::{closure#0} as core::ops::function::FnOnce<()>>::call_once
205912026-06-02T17:55:03.273Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
205922026-06-02T17:55:03.273Z 6: core::ops::function::FnOnce::call_once
205932026-06-02T17:55:03.273Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
205942026-06-02T17:55:03.273Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
205952026-06-02T17:55:03.273Z
205962026-06-02T17:55:03.387Z PASS [ 12.920s] (1323/2830) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
205972026-06-02T17:55:03.712Z PASS [ 11.778s] (1324/2830) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
205982026-06-02T17:55:03.830Z PASS [ 11.141s] (1325/2830) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
205992026-06-02T17:55:03.833Z PASS [ 12.406s] (1326/2830) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
206002026-06-02T17:55:04.126Z PASS [ 11.161s] (1327/2830) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
206012026-06-02T17:55:04.404Z PASS [ 12.598s] (1328/2830) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
206022026-06-02T17:55:05.016Z PASS [ 27.469s] (1329/2830) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
206032026-06-02T17:55:05.491Z PASS [ 13.750s] (1330/2830) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
206042026-06-02T17:55:05.958Z PASS [ 34.612s] (1331/2830) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
206052026-06-02T17:55:06.447Z PASS [ 12.405s] (1332/2830) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
206062026-06-02T17:55:06.953Z PASS [ 14.056s] (1333/2830) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
206072026-06-02T17:55:06.973Z PASS [ 32.751s] (1334/2830) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
206082026-06-02T17:55:07.007Z PASS [ 13.332s] (1335/2830) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
206092026-06-02T17:55:07.107Z PASS [ 14.242s] (1336/2830) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
206102026-06-02T17:55:07.964Z PASS [ 13.297s] (1337/2830) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
206112026-06-02T17:55:08.441Z PASS [ 13.526s] (1338/2830) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
206122026-06-02T17:55:09.193Z PASS [ 33.380s] (1339/2830) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
206132026-06-02T17:55:09.938Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
206142026-06-02T17:55:11.172Z PASS [ 12.859s] (1340/2830) omicron-nexus app::quiesce::test::test_quiesce_full
206152026-06-02T17:55:11.577Z PASS [ 13.304s] (1341/2830) omicron-nexus app::quiesce::test::test_quiesce_easy
206162026-06-02T17:55:12.516Z PASS [ 74.725s] (1342/2830) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
206172026-06-02T17:55:14.132Z PASS [ 15.360s] (1343/2830) omicron-nexus app::quiesce::test::test_quiesce_multi
206182026-06-02T17:55:14.273Z PASS [ 108.712s] (1344/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
206192026-06-02T17:55:17.731Z PASS [ 111.656s] (1345/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
206202026-06-02T17:55:18.200Z PASS [ 19.012s] (1346/2830) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
206212026-06-02T17:55:22.286Z PASS [ 19.233s] (1347/2830) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
206222026-06-02T17:55:22.329Z PASS [ 18.497s] (1348/2830) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
206232026-06-02T17:55:24.848Z PASS [ 24.618s] (1349/2830) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
206242026-06-02T17:55:25.525Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
206252026-06-02T17:55:26.299Z PASS [ 19.292s] (1350/2830) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
206262026-06-02T17:55:26.415Z PASS [ 19.308s] (1351/2830) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
206272026-06-02T17:55:26.771Z PASS [ 17.578s] (1352/2830) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
206282026-06-02T17:55:27.166Z PASS [ 23.779s] (1353/2830) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
206292026-06-02T17:55:27.300Z PASS [ 24.028s] (1354/2830) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
206302026-06-02T17:55:27.420Z PASS [ 18.979s] (1355/2830) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
206312026-06-02T17:55:27.501Z PASS [ 19.536s] (1356/2830) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
206322026-06-02T17:55:28.570Z PASS [ 21.616s] (1357/2830) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
206332026-06-02T17:55:28.659Z PASS [ 14.452s] (1358/2830) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
206342026-06-02T17:55:28.680Z PASS [ 17.102s] (1359/2830) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
206352026-06-02T17:55:28.683Z PASS [ 14.407s] (1360/2830) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
206362026-06-02T17:55:29.839Z PASS [ 25.713s] (1361/2830) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
206372026-06-02T17:55:30.119Z PASS [ 18.947s] (1362/2830) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
206382026-06-02T17:55:36.629Z PASS [ 31.613s] (1363/2830) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
206392026-06-02T17:55:37.385Z PASS [ 30.938s] (1364/2830) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
206402026-06-02T17:55:38.002Z PASS [ 15.673s] (1365/2830) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
206412026-06-02T17:55:38.245Z PASS [ 35.030s] (1366/2830) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
206422026-06-02T17:55:40.842Z PASS [ 15.993s] (1367/2830) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
206432026-06-02T17:55:44.556Z PASS [ 17.785s] (1368/2830) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
206442026-06-02T17:55:44.788Z PASS [ 18.489s] (1369/2830) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
206452026-06-02T17:55:45.557Z PASS [ 18.391s] (1370/2830) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
206462026-06-02T17:55:46.138Z PASS [ 18.718s] (1371/2830) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
206472026-06-02T17:55:46.248Z PASS [ 18.747s] (1372/2830) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
206482026-06-02T17:55:47.162Z PASS [ 18.577s] (1373/2830) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
206492026-06-02T17:55:47.499Z PASS [ 18.819s] (1374/2830) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
206502026-06-02T17:55:48.418Z PASS [ 18.578s] (1375/2830) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
206512026-06-02T17:55:48.608Z PASS [ 18.489s] (1376/2830) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
206522026-06-02T17:55:50.601Z PASS [ 46.888s] (1377/2830) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
206532026-06-02T17:55:50.757Z PASS [ 45.265s] (1378/2830) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
206542026-06-02T17:55:51.502Z PASS [ 38.985s] (1379/2830) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
206552026-06-02T17:55:54.264Z PASS [ 47.290s] (1380/2830) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
206562026-06-02T17:55:55.139Z PASS [ 17.752s] (1381/2830) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
206572026-06-02T17:55:55.903Z PASS [ 38.172s] (1382/2830) omicron-nexus app::sagas::instance_update::test::destroyed_update_can_complete_with_dead_switch
206582026-06-02T17:55:57.189Z PASS [ 52.785s] (1383/2830) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
206592026-06-02T17:55:57.359Z PASS [ 19.356s] (1384/2830) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
206602026-06-02T17:55:57.941Z PASS [ 51.983s] (1385/2830) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
206612026-06-02T17:55:59.180Z PASS [ 10.571s] (1386/2830) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
206622026-06-02T17:55:59.953Z PASS [ 19.110s] (1387/2830) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
206632026-06-02T17:56:00.836Z PASS [ 10.235s] (1388/2830) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
206642026-06-02T17:56:01.109Z PASS [ 10.352s] (1389/2830) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
206652026-06-02T17:56:02.278Z PASS [ 58.447s] (1390/2830) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
206662026-06-02T17:56:03.531Z PASS [ 12.029s] (1391/2830) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
206672026-06-02T17:56:04.194Z PASS [ 19.637s] (1392/2830) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
206682026-06-02T17:56:04.259Z PASS [ 0.065s] (1393/2830) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
206692026-06-02T17:56:05.203Z PASS [ 16.785s] (1394/2830) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
206702026-06-02T17:56:05.354Z PASS [ 19.797s] (1395/2830) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
206712026-06-02T17:56:05.423Z PASS [ 11.159s] (1396/2830) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
206722026-06-02T17:56:05.913Z PASS [ 19.665s] (1397/2830) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
206732026-06-02T17:56:05.921Z PASS [ 10.783s] (1398/2830) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
206742026-06-02T17:56:06.362Z PASS [ 19.199s] (1399/2830) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
206752026-06-02T17:56:07.740Z PASS [ 10.551s] (1400/2830) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
206762026-06-02T17:56:08.689Z PASS [ 10.748s] (1401/2830) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
206772026-06-02T17:56:09.940Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
206782026-06-02T17:56:12.812Z PASS [ 25.312s] (1402/2830) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
206792026-06-02T17:56:14.088Z PASS [ 10.558s] (1403/2830) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
206802026-06-02T17:56:14.156Z PASS [ 55.956s] (1404/2830) omicron-nexus app::sagas::instance_update::test::migration_update_can_complete_with_dead_switch
206812026-06-02T17:56:18.387Z PASS [ 49.706s] (1405/2830) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
206822026-06-02T17:56:18.531Z PASS [ 9.842s] (1406/2830) omicron-nexus app::sagas::test_saga::test_saga_stuck
206832026-06-02T17:56:20.095Z PASS [ 20.915s] (1407/2830) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
206842026-06-02T17:56:21.618Z PASS [ 59.331s] (1408/2830) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
206852026-06-02T17:56:21.624Z PASS [ 15.703s] (1409/2830) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
206862026-06-02T17:56:21.657Z PASS [ 16.234s] (1410/2830) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
206872026-06-02T17:56:21.712Z PASS [ 0.055s] (1411/2830) omicron-nexus external_api::console_api::test::test_accept_gz
206882026-06-02T17:56:21.770Z PASS [ 0.058s] (1412/2830) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
206892026-06-02T17:56:21.828Z PASS [ 0.058s] (1413/2830) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
206902026-06-02T17:56:21.889Z PASS [ 0.061s] (1414/2830) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
206912026-06-02T17:56:21.951Z PASS [ 0.062s] (1415/2830) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
206922026-06-02T17:56:22.008Z PASS [ 0.056s] (1416/2830) omicron-nexus external_api::console_api::test::test_find_file_finds_file
206932026-06-02T17:56:22.063Z PASS [ 0.056s] (1417/2830) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
206942026-06-02T17:56:22.113Z PASS [ 16.200s] (1418/2830) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
206952026-06-02T17:56:22.120Z PASS [ 0.057s] (1419/2830) omicron-nexus external_api::console_api::test::test_relative_uri
206962026-06-02T17:56:22.262Z PASS [ 15.900s] (1420/2830) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
206972026-06-02T17:56:23.305Z PASS [ 15.564s] (1421/2830) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
206982026-06-02T17:56:23.329Z PASS [ 1.704s] (1422/2830) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
206992026-06-02T17:56:24.733Z PASS [ 11.921s] (1423/2830) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
207002026-06-02T17:56:24.847Z PASS [ 10.690s] (1424/2830) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
207012026-06-02T17:56:25.188Z PASS [ 11.100s] (1425/2830) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
207022026-06-02T17:56:25.526Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
207032026-06-02T17:56:26.418Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
207042026-06-02T17:56:26.968Z PASS [ 48.723s] (1426/2830) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
207052026-06-02T17:56:27.301Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
207062026-06-02T17:56:28.572Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
207072026-06-02T17:56:28.827Z PASS [ 28.874s] (1427/2830) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
207082026-06-02T17:56:29.343Z PASS [ 10.812s] (1428/2830) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
207092026-06-02T17:56:29.882Z PASS [ 11.495s] (1429/2830) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
207102026-06-02T17:56:32.267Z PASS [ 12.171s] (1430/2830) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
207112026-06-02T17:56:32.907Z PASS [ 10.786s] (1431/2830) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
207122026-06-02T17:56:33.413Z PASS [ 11.151s] (1432/2830) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
207132026-06-02T17:56:34.295Z PASS [ 12.677s] (1433/2830) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
207142026-06-02T17:56:35.398Z PASS [ 39.494s] (1434/2830) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
207152026-06-02T17:56:36.631Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
207162026-06-02T17:56:36.888Z PASS [ 36.050s] (1435/2830) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
207172026-06-02T17:56:38.617Z PASS [ 34.357s] (1436/2830) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
207182026-06-02T17:56:40.042Z PASS [ 16.737s] (1437/2830) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
207192026-06-02T17:56:40.472Z PASS [ 15.625s] (1438/2830) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
207202026-06-02T17:56:40.657Z PASS [ 17.328s] (1439/2830) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
207212026-06-02T17:56:40.910Z PASS [ 2.293s] (1440/2830) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
207222026-06-02T17:56:40.935Z PASS [ 0.462s] (1441/2830) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
207232026-06-02T17:56:42.351Z PASS [ 2.308s] (1442/2830) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
207242026-06-02T17:56:42.810Z PASS [ 17.622s] (1443/2830) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
207252026-06-02T17:56:43.669Z PASS [ 76.369s] (1444/2830) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
207262026-06-02T17:56:44.064Z PASS [ 17.095s] (1445/2830) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
207272026-06-02T17:56:44.347Z PASS [ 14.464s] (1446/2830) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
207282026-06-02T17:56:44.791Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
207292026-06-02T17:56:45.163Z PASS [ 15.820s] (1447/2830) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
207302026-06-02T17:56:45.218Z PASS [ 12.951s] (1448/2830) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
207312026-06-02T17:56:46.142Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
207322026-06-02T17:56:46.695Z PASS [ 41.490s] (1449/2830) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
207332026-06-02T17:56:48.980Z PASS [ 12.094s] (1450/2830) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
207342026-06-02T17:56:49.703Z PASS [ 24.971s] (1451/2830) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
207352026-06-02T17:56:51.882Z PASS [ 17.586s] (1452/2830) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
207362026-06-02T17:56:52.846Z PASS [ 11.936s] (1453/2830) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
207372026-06-02T17:56:52.850Z PASS [ 55.491s] (1454/2830) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
207382026-06-02T17:56:53.283Z PASS [ 12.627s] (1455/2830) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
207392026-06-02T17:56:53.897Z PASS [ 18.499s] (1456/2830) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
207402026-06-02T17:56:54.133Z PASS [ 13.198s] (1457/2830) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
207412026-06-02T17:56:54.167Z PASS [ 11.815s] (1458/2830) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
207422026-06-02T17:56:54.536Z PASS [ 53.427s] (1459/2830) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
207432026-06-02T17:56:54.634Z PASS [ 25.807s] (1460/2830) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
207442026-06-02T17:56:55.037Z PASS [ 10.973s] (1461/2830) omicron-nexus::test_all integration_tests::basic::test_ping
207452026-06-02T17:56:55.047Z PASS [ 12.237s] (1462/2830) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
207462026-06-02T17:56:55.053Z PASS [ 11.384s] (1463/2830) omicron-nexus::test_all integration_tests::basic::test_basic_failures
207472026-06-02T17:56:55.285Z PASS [ 0.237s] (1464/2830) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
207482026-06-02T17:56:55.936Z PASS [ 1.301s] (1465/2830) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
207492026-06-02T17:56:56.263Z PASS [ 11.045s] (1466/2830) omicron-nexus::test_all integration_tests::bfd::test_empty_bfd_status
207502026-06-02T17:56:56.637Z PASS [ 1.600s] (1467/2830) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
207512026-06-02T17:56:56.794Z PASS [ 90.378s] (1468/2830) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
207522026-06-02T17:56:57.487Z PASS [ 10.792s] (1469/2830) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
207532026-06-02T17:57:00.522Z PASS [ 11.542s] (1470/2830) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
207542026-06-02T17:57:00.588Z PASS [ 10.884s] (1471/2830) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
207552026-06-02T17:57:01.982Z PASS [ 56.628s] (1472/2830) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
207562026-06-02T17:57:02.281Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
207572026-06-02T17:57:02.500Z PASS [ 18.152s] (1473/2830) omicron-nexus::test_all integration_tests::basic::test_projects_basic
207582026-06-02T17:57:02.976Z PASS [ 29.562s] (1474/2830) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
207592026-06-02T17:57:03.449Z PASS [ 11.565s] (1475/2830) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
207602026-06-02T17:57:04.827Z PASS [ 62.548s] (1476/2830) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
207612026-06-02T17:57:04.827Z PASS [ 11.543s] (1477/2830) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
207622026-06-02T17:57:05.429Z PASS [ 11.294s] (1478/2830) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
207632026-06-02T17:57:05.530Z PASS [ 12.684s] (1479/2830) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
207642026-06-02T17:57:05.615Z PASS [ 11.078s] (1480/2830) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
207652026-06-02T17:57:05.742Z PASS [ 11.575s] (1481/2830) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
207662026-06-02T17:57:06.131Z PASS [ 79.991s] (1482/2830) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
207672026-06-02T17:57:06.250Z PASS [ 10.964s] (1483/2830) omicron-nexus::test_all integration_tests::console_api::test_assets
207682026-06-02T17:57:06.267Z PASS [ 13.416s] (1484/2830) omicron-nexus::test_all integration_tests::certificates::test_crud
207692026-06-02T17:57:06.390Z PASS [ 81.601s] (1485/2830) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
207702026-06-02T17:57:06.903Z PASS [ 11.849s] (1486/2830) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
207712026-06-02T17:57:07.054Z PASS [ 21.891s] (1487/2830) omicron-nexus::test_all integration_tests::basic::test_projects_list
207722026-06-02T17:57:07.200Z PASS [ 11.264s] (1488/2830) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
207732026-06-02T17:57:07.494Z PASS [ 10.700s] (1489/2830) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
207742026-06-02T17:57:09.864Z PASS [ 93.107s] (1490/2830) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
207752026-06-02T17:57:09.942Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
207762026-06-02T17:57:10.546Z PASS [ 13.060s] (1491/2830) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
207772026-06-02T17:57:10.966Z PASS [ 14.673s] (1492/2830) omicron-nexus::test_all integration_tests::console_api::test_console_pages
207782026-06-02T17:57:11.340Z PASS [ 17.394s] (1493/2830) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
207792026-06-02T17:57:11.387Z PASS [ 10.799s] (1494/2830) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
207802026-06-02T17:57:12.816Z PASS [ 16.153s] (1495/2830) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
207812026-06-02T17:57:13.005Z PASS [ 12.482s] (1496/2830) omicron-nexus::test_all integration_tests::console_api::test_session_me
207822026-06-02T17:57:14.284Z PASS [ 11.673s] (1497/2830) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
207832026-06-02T17:57:18.353Z PASS [ 16.318s] (1498/2830) omicron-nexus::test_all integration_tests::console_api::test_sessions
207842026-06-02T17:57:21.749Z PASS [ 10.360s] (1499/2830) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
207852026-06-02T17:57:22.156Z SLOW [> 60.000s] (─────────) omicron-nexus populate::test::test_populators
207862026-06-02T17:57:23.396Z PASS [ 9.213s] (1500/2830) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
207872026-06-02T17:57:23.475Z PASS [ 10.470s] (1501/2830) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
207882026-06-02T17:57:25.322Z PASS [ 116.751s] (1502/2830) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
207892026-06-02T17:57:25.528Z SLOW [>240.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
207902026-06-02T17:57:25.878Z PASS [ 7.578s] (1503/2830) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
207912026-06-02T17:57:28.688Z PASS [ 15.897s] (1504/2830) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
207922026-06-02T17:57:30.476Z PASS [ 7.001s] (1505/2830) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
207932026-06-02T17:57:32.909Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
207942026-06-02T17:57:33.316Z PASS [ 11.568s] (1506/2830) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
207952026-06-02T17:57:33.934Z PASS [ 28.506s] (1507/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
207962026-06-02T17:57:34.851Z PASS [ 11.464s] (1508/2830) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
207972026-06-02T17:57:35.681Z PASS [ 10.359s] (1509/2830) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
207982026-06-02T17:57:47.408Z PASS [ 337.478s] (1510/2830) oximeter-db client::tests::test_replicated
207992026-06-02T17:57:48.324Z PASS [ 0.916s] (1511/2830) omicron-clickhouse-admin context::tests::test_database_usage
208002026-06-02T17:57:48.356Z PASS [ 0.031s] (1512/2830) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
208012026-06-02T17:57:48.389Z PASS [ 0.033s] (1513/2830) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
208022026-06-02T17:57:48.417Z PASS [ 0.028s] (1514/2830) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
208032026-06-02T17:57:48.446Z PASS [ 0.030s] (1515/2830) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
208042026-06-02T17:57:48.475Z PASS [ 0.029s] (1516/2830) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
208052026-06-02T17:57:48.565Z PASS [ 75.658s] (1517/2830) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
208062026-06-02T17:57:49.051Z PASS [ 44.224s] (1518/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
208072026-06-02T17:57:52.290Z PASS [ 46.547s] (1519/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
208082026-06-02T17:57:53.217Z PASS [ 27.338s] (1520/2830) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
208092026-06-02T17:57:54.151Z PASS [ 50.703s] (1521/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
208102026-06-02T17:57:55.251Z PASS [ 45.514s] (1522/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
208112026-06-02T17:57:56.639Z PASS [ 46.093s] (1523/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
208122026-06-02T17:57:59.105Z PASS [ 10.630s] (1524/2830) omicron-clickhouse-admin context::tests::test_retention_policy
208132026-06-02T17:57:59.256Z PASS [ 54.428s] (1525/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
208142026-06-02T17:57:59.652Z PASS [ 0.547s] (1526/2830) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
208152026-06-02T17:57:59.846Z PASS [ 0.192s] (1527/2830) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
208162026-06-02T17:58:00.030Z PASS [ 0.184s] (1528/2830) omicron-clickhouse-admin::integration_test test_lgif_parsing
208172026-06-02T17:58:00.223Z PASS [ 0.193s] (1529/2830) omicron-clickhouse-admin::integration_test test_raft_config_parsing
208182026-06-02T17:58:00.353Z PASS [ 0.130s] (1530/2830) omicron-clickhouse-admin::integration_test test_teardown
208192026-06-02T17:58:00.410Z PASS [ 0.057s] (1531/2830) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
208202026-06-02T17:58:02.979Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
208212026-06-02T17:58:04.059Z PASS [ 56.564s] (1532/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
208222026-06-02T17:58:04.801Z PASS [ 58.534s] (1533/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
208232026-06-02T17:58:05.532Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
208242026-06-02T17:58:05.618Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
208252026-06-02T17:58:06.132Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
208262026-06-02T17:58:06.252Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
208272026-06-02T17:58:06.392Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
208282026-06-02T17:58:06.421Z PASS [ 17.856s] (1534/2830) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
208292026-06-02T17:58:06.776Z PASS [ 60.527s] (1535/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
208302026-06-02T17:58:06.905Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
208312026-06-02T17:58:07.056Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
208322026-06-02T17:58:07.202Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
208332026-06-02T17:58:10.112Z PASS [ 59.175s] (1536/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
208342026-06-02T17:58:11.294Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
208352026-06-02T17:58:15.008Z PASS [ 44.531s] (1537/2830) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
208362026-06-02T17:58:16.235Z PASS [ 73.259s] (1538/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
208372026-06-02T17:58:17.015Z PASS [ 12.956s] (1539/2830) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
208382026-06-02T17:58:17.053Z PASS [ 17.797s] (1540/2830) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
208392026-06-02T17:58:17.929Z PASS [ 13.127s] (1541/2830) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
208402026-06-02T17:58:18.111Z PASS [ 44.177s] (1542/2830) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
208412026-06-02T17:58:19.429Z PASS [ 12.653s] (1543/2830) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
208422026-06-02T17:58:22.118Z SLOW [>120.000s] (─────────) omicron-nexus populate::test::test_populators
208432026-06-02T17:58:23.705Z PASS [ 78.174s] (1544/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
208442026-06-02T17:58:23.901Z PASS [ 30.685s] (1545/2830) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
208452026-06-02T17:58:24.288Z PASS [ 78.673s] (1546/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
208462026-06-02T17:58:24.908Z PASS [ 29.656s] (1547/2830) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
208472026-06-02T17:58:25.529Z SLOW [>300.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
208482026-06-02T17:58:28.541Z PASS [ 59.853s] (1548/2830) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
208492026-06-02T17:58:31.966Z PASS [ 58.650s] (1549/2830) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
208502026-06-02T17:58:32.685Z PASS [ 43.633s] (1550/2830) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
208512026-06-02T17:58:34.853Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
208522026-06-02T17:58:35.683Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
208532026-06-02T17:58:36.775Z PASS [ 19.761s] (1551/2830) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
208542026-06-02T17:58:36.781Z PASS [ 90.390s] (1552/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
208552026-06-02T17:58:36.848Z PASS [ 18.737s] (1553/2830) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
208562026-06-02T17:58:37.204Z PASS [ 40.565s] (1554/2830) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
208572026-06-02T17:58:37.876Z PASS [ 20.823s] (1555/2830) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
208582026-06-02T17:58:39.389Z PASS [ 64.538s] (1556/2830) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
208592026-06-02T17:58:39.535Z PASS [ 92.633s] (1557/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
208602026-06-02T17:58:40.308Z PASS [ 93.107s] (1558/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
208612026-06-02T17:58:41.280Z PASS [ 21.850s] (1559/2830) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
208622026-06-02T17:58:41.584Z PASS [ 47.432s] (1560/2830) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
208632026-06-02T17:58:42.769Z PASS [ 50.479s] (1561/2830) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
208642026-06-02T17:58:43.459Z PASS [ 67.777s] (1562/2830) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
208652026-06-02T17:58:43.486Z PASS [ 19.197s] (1563/2830) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
208662026-06-02T17:58:44.298Z PASS [ 97.244s] (1564/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
208672026-06-02T17:58:44.302Z PASS [ 28.066s] (1565/2830) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
208682026-06-02T17:58:44.978Z PASS [ 38.556s] (1566/2830) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
208692026-06-02T17:58:45.405Z PASS [ 99.274s] (1567/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
208702026-06-02T17:58:45.679Z PASS [ 143.564s] (1568/2830) omicron-nexus populate::test::test_populators
208712026-06-02T17:58:46.249Z PASS [ 94.958s] (1569/2830) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
208722026-06-02T17:58:49.860Z PASS [ 13.084s] (1570/2830) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
208732026-06-02T17:58:49.994Z PASS [ 18.028s] (1571/2830) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
208742026-06-02T17:58:51.562Z PASS [ 13.685s] (1572/2830) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
208752026-06-02T17:58:53.930Z PASS [ 14.541s] (1573/2830) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
208762026-06-02T17:58:54.141Z PASS [ 13.833s] (1574/2830) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
208772026-06-02T17:58:55.005Z PASS [ 30.098s] (1575/2830) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
208782026-06-02T17:58:55.318Z PASS [ 26.776s] (1576/2830) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
208792026-06-02T17:58:55.831Z PASS [ 16.296s] (1577/2830) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
208802026-06-02T17:58:56.452Z PASS [ 15.172s] (1578/2830) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
208812026-06-02T17:58:56.749Z PASS [ 15.165s] (1579/2830) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
208822026-06-02T17:58:57.075Z PASS [ 33.173s] (1580/2830) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
208832026-06-02T17:58:57.791Z PASS [ 14.331s] (1581/2830) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
208842026-06-02T17:58:57.798Z PASS [ 20.949s] (1582/2830) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
208852026-06-02T17:58:57.982Z PASS [ 15.213s] (1583/2830) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
208862026-06-02T17:58:58.149Z PASS [ 48.037s] (1584/2830) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
208872026-06-02T17:58:59.812Z PASS [ 16.325s] (1585/2830) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
208882026-06-02T17:59:00.070Z PASS [ 15.768s] (1586/2830) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
208892026-06-02T17:59:00.412Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
208902026-06-02T17:59:01.040Z PASS [ 23.835s] (1587/2830) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
208912026-06-02T17:59:01.150Z PASS [ 16.851s] (1588/2830) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
208922026-06-02T17:59:01.998Z PASS [ 29.312s] (1589/2830) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
208932026-06-02T17:59:02.164Z PASS [ 17.186s] (1590/2830) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
208942026-06-02T17:59:02.229Z PASS [ 47.221s] (1591/2830) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
208952026-06-02T17:59:02.998Z PASS [ 62.588s] (1592/2830) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
208962026-06-02T17:59:03.793Z PASS [ 45.864s] (1593/2830) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
208972026-06-02T17:59:04.056Z PASS [ 14.197s] (1594/2830) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
208982026-06-02T17:59:06.148Z PASS [ 3.150s] (1595/2830) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
208992026-06-02T17:59:07.076Z PASS [ 43.370s] (1596/2830) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
209002026-06-02T17:59:08.199Z PASS [ 16.638s] (1597/2830) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
209012026-06-02T17:59:08.309Z PASS [ 22.903s] (1598/2830) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
209022026-06-02T17:59:08.744Z PASS [ 14.603s] (1599/2830) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
209032026-06-02T17:59:09.672Z PASS [ 14.354s] (1600/2830) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
209042026-06-02T17:59:09.764Z PASS [ 32.983s] (1601/2830) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
209052026-06-02T17:59:10.342Z PASS [ 14.511s] (1602/2830) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
209062026-06-02T17:59:10.401Z PASS [ 15.395s] (1603/2830) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
209072026-06-02T17:59:10.983Z PASS [ 20.988s] (1604/2830) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
209082026-06-02T17:59:11.863Z PASS [ 14.788s] (1605/2830) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
209092026-06-02T17:59:12.378Z PASS [ 15.925s] (1606/2830) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
209102026-06-02T17:59:12.420Z PASS [ 15.671s] (1607/2830) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
209112026-06-02T17:59:12.784Z PASS [ 14.993s] (1608/2830) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
209122026-06-02T17:59:15.335Z PASS [ 13.338s] (1609/2830) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
209132026-06-02T17:59:15.427Z PASS [ 14.277s] (1610/2830) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
209142026-06-02T17:59:15.634Z PASS [ 21.703s] (1611/2830) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
209152026-06-02T17:59:15.666Z PASS [ 13.499s] (1612/2830) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
209162026-06-02T17:59:15.862Z PASS [ 14.822s] (1613/2830) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
209172026-06-02T17:59:15.941Z PASS [ 29.691s] (1614/2830) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
209182026-06-02T17:59:16.892Z PASS [ 17.081s] (1615/2830) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
209192026-06-02T17:59:17.874Z PASS [ 32.195s] (1616/2830) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
209202026-06-02T17:59:17.920Z PASS [ 5.136s] (1617/2830) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
209212026-06-02T17:59:18.368Z PASS [ 20.385s] (1618/2830) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
209222026-06-02T17:59:18.711Z PASS [ 16.481s] (1619/2830) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
209232026-06-02T17:59:18.876Z PASS [ 12.728s] (1620/2830) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
209242026-06-02T17:59:19.114Z PASS [ 6.694s] (1621/2830) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
209252026-06-02T17:59:19.770Z PASS [ 19.700s] (1622/2830) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
209262026-06-02T17:59:20.407Z PASS [ 22.609s] (1623/2830) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
209272026-06-02T17:59:20.461Z PASS [ 8.083s] (1624/2830) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
209282026-06-02T17:59:21.397Z PASS [ 17.604s] (1625/2830) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
209292026-06-02T17:59:24.064Z PASS [ 19.993s] (1626/2830) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
209302026-06-02T17:59:24.817Z PASS [ 17.739s] (1627/2830) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
209312026-06-02T17:59:25.911Z PASS [ 10.150s] (1628/2830) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
209322026-06-02T17:59:25.937Z SLOW [>360.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
209332026-06-02T17:59:28.368Z PASS [ 20.160s] (1629/2830) omicron-nexus::test_all integration_tests::images::test_image_create
209342026-06-02T17:59:29.889Z PASS [ 19.546s] (1630/2830) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
209352026-06-02T17:59:30.242Z PASS [ 21.933s] (1631/2830) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
209362026-06-02T17:59:30.464Z PASS [ 20.063s] (1632/2830) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
209372026-06-02T17:59:30.645Z PASS [ 20.881s] (1633/2830) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
209382026-06-02T17:59:30.879Z PASS [ 19.895s] (1634/2830) omicron-nexus::test_all integration_tests::images::test_silo_image_create
209392026-06-02T17:59:31.026Z PASS [ 21.351s] (1635/2830) omicron-nexus::test_all integration_tests::images::test_image_promotion
209402026-06-02T17:59:31.355Z PASS [ 15.927s] (1636/2830) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
209412026-06-02T17:59:31.647Z PASS [ 16.014s] (1637/2830) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
209422026-06-02T17:59:32.353Z PASS [ 13.641s] (1638/2830) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
209432026-06-02T17:59:33.271Z PASS [ 14.394s] (1639/2830) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
209442026-06-02T17:59:33.580Z PASS [ 17.638s] (1640/2830) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
209452026-06-02T17:59:34.335Z PASS [ 13.926s] (1641/2830) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
209462026-06-02T17:59:36.386Z PASS [ 14.989s] (1642/2830) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
209472026-06-02T17:59:40.254Z PASS [ 15.639s] (1643/2830) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
209482026-06-02T17:59:40.301Z PASS [ 22.146s] (1644/2830) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
209492026-06-02T17:59:40.301Z PASS [ 23.313s] (1645/2830) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
209502026-06-02T17:59:40.447Z PASS [ 24.581s] (1646/2830) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
209512026-06-02T17:59:41.063Z PASS [ 23.142s] (1647/2830) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
209522026-06-02T17:59:41.114Z PASS [ 21.999s] (1648/2830) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
209532026-06-02T17:59:43.567Z PASS [ 23.792s] (1649/2830) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
209542026-06-02T17:59:43.757Z PASS [ 45.608s] (1650/2830) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
209552026-06-02T17:59:44.381Z PASS [ 23.919s] (1651/2830) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
209562026-06-02T17:59:45.099Z PASS [ 26.731s] (1652/2830) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
209572026-06-02T17:59:46.447Z PASS [ 16.558s] (1653/2830) omicron-nexus::test_all integration_tests::instances::test_instance_access
209582026-06-02T17:59:46.777Z PASS [ 38.031s] (1654/2830) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
209592026-06-02T17:59:49.793Z PASS [ 19.550s] (1655/2830) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
209602026-06-02T17:59:50.802Z PASS [ 17.531s] (1656/2830) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
209612026-06-02T17:59:50.962Z PASS [ 19.606s] (1657/2830) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
209622026-06-02T17:59:51.161Z PASS [ 19.514s] (1658/2830) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
209632026-06-02T17:59:51.388Z PASS [ 20.364s] (1659/2830) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
209642026-06-02T17:59:52.555Z PASS [ 27.740s] (1660/2830) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
209652026-06-02T17:59:52.732Z PASS [ 24.335s] (1661/2830) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
209662026-06-02T17:59:53.118Z PASS [ 13.089s] (1662/2830) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
209672026-06-02T17:59:53.609Z PASS [ 21.257s] (1663/2830) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
209682026-06-02T17:59:54.603Z PASS [ 14.915s] (1664/2830) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
209692026-06-02T17:59:54.801Z PASS [ 23.922s] (1665/2830) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
209702026-06-02T17:59:56.923Z PASS [ 22.589s] (1666/2830) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
209712026-06-02T18:00:01.505Z PASS [ 18.819s] (1667/2830) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
209722026-06-02T18:00:01.512Z PASS [ 44.223s] (1668/2830) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
209732026-06-02T18:00:01.512Z PASS [ 19.544s] (1669/2830) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
209742026-06-02T18:00:01.512Z PASS [ 19.025s] (1670/2830) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
209752026-06-02T18:00:01.874Z PASS [ 20.760s] (1671/2830) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
209762026-06-02T18:00:02.431Z PASS [ 18.868s] (1672/2830) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
209772026-06-02T18:00:02.613Z PASS [ 18.856s] (1673/2830) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
209782026-06-02T18:00:04.208Z PASS [ 11.652s] (1674/2830) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
209792026-06-02T18:00:05.138Z PASS [ 31.558s] (1675/2830) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
209802026-06-02T18:00:05.150Z PASS [ 12.040s] (1676/2830) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
209812026-06-02T18:00:05.834Z PASS [ 12.224s] (1677/2830) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
209822026-06-02T18:00:06.033Z PASS [ 13.337s] (1678/2830) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
209832026-06-02T18:00:06.684Z PASS [ 30.298s] (1679/2830) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
209842026-06-02T18:00:08.838Z PASS [ 17.676s] (1680/2830) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
209852026-06-02T18:00:09.154Z PASS [ 17.767s] (1681/2830) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
209862026-06-02T18:00:09.456Z PASS [ 43.970s] (1682/2830) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
209872026-06-02T18:00:10.461Z PASS [ 39.815s] (1683/2830) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
209882026-06-02T18:00:10.563Z PASS [ 24.116s] (1684/2830) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
209892026-06-02T18:00:11.866Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
209902026-06-02T18:00:12.412Z PASS [ 41.947s] (1685/2830) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
209912026-06-02T18:00:13.044Z PASS [ 16.121s] (1686/2830) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
209922026-06-02T18:00:13.589Z PASS [ 23.796s] (1687/2830) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
209932026-06-02T18:00:13.898Z PASS [ 22.937s] (1688/2830) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
209942026-06-02T18:00:14.165Z PASS [ 27.389s] (1689/2830) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
209952026-06-02T18:00:14.966Z PASS [ 24.164s] (1690/2830) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
209962026-06-02T18:00:15.245Z PASS [ 12.815s] (1691/2830) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
209972026-06-02T18:00:16.648Z PASS [ 11.497s] (1692/2830) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
209982026-06-02T18:00:17.076Z PASS [ 16.989s] (1693/2830) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
209992026-06-02T18:00:18.695Z PASS [ 33.596s] (1694/2830) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
210002026-06-02T18:00:18.749Z PASS [ 16.136s] (1695/2830) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
210012026-06-02T18:00:19.092Z PASS [ 9.636s] (1696/2830) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
210022026-06-02T18:00:19.192Z PASS [ 14.984s] (1697/2830) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
210032026-06-02T18:00:20.935Z PASS [ 20.947s] (1698/2830) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
210042026-06-02T18:00:21.186Z PASS [ 16.047s] (1699/2830) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
210052026-06-02T18:00:21.917Z PASS [ 16.083s] (1700/2830) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
210062026-06-02T18:00:22.145Z PASS [ 16.112s] (1701/2830) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
210072026-06-02T18:00:22.859Z PASS [ 12.296s] (1702/2830) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
210082026-06-02T18:00:23.175Z PASS [ 12.714s] (1703/2830) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
210092026-06-02T18:00:24.128Z PASS [ 11.716s] (1704/2830) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
210102026-06-02T18:00:24.264Z PASS [ 10.366s] (1705/2830) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
210112026-06-02T18:00:24.407Z PASS [ 29.802s] (1706/2830) omicron-nexus::test_all integration_tests::instances::test_instance_serial
210122026-06-02T18:00:24.506Z PASS [ 15.668s] (1707/2830) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
210132026-06-02T18:00:25.279Z PASS [ 26.254s] (1708/2830) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
210142026-06-02T18:00:25.532Z SLOW [>420.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
210152026-06-02T18:00:28.237Z PASS [ 19.082s] (1709/2830) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
210162026-06-02T18:00:29.248Z PASS [ 10.156s] (1710/2830) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
210172026-06-02T18:00:32.218Z PASS [ 19.174s] (1711/2830) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
210182026-06-02T18:00:32.655Z PASS [ 25.969s] (1712/2830) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
210192026-06-02T18:00:32.868Z PASS [ 14.119s] (1713/2830) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
210202026-06-02T18:00:33.105Z PASS [ 19.515s] (1714/2830) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
210212026-06-02T18:00:33.203Z PASS [ 14.508s] (1715/2830) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
210222026-06-02T18:00:33.247Z PASS [ 18.001s] (1716/2830) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
210232026-06-02T18:00:33.321Z PASS [ 33.434s] (1717/2830) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
210242026-06-02T18:00:33.383Z PASS [ 18.416s] (1718/2830) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
210252026-06-02T18:00:34.302Z PASS [ 11.126s] (1719/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
210262026-06-02T18:00:34.325Z PASS [ 13.390s] (1720/2830) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
210272026-06-02T18:00:34.333Z PASS [ 12.416s] (1721/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
210282026-06-02T18:00:34.663Z PASS [ 39.862s] (1722/2830) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
210292026-06-02T18:00:35.050Z PASS [ 17.973s] (1723/2830) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
210302026-06-02T18:00:35.271Z PASS [ 11.142s] (1724/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
210312026-06-02T18:00:35.584Z PASS [ 12.725s] (1725/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
210322026-06-02T18:00:35.753Z PASS [ 11.348s] (1726/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
210332026-06-02T18:00:36.105Z PASS [ 11.599s] (1727/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
210342026-06-02T18:00:36.105Z PASS [ 13.960s] (1728/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
210352026-06-02T18:00:36.213Z PASS [ 11.949s] (1729/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
210362026-06-02T18:00:36.223Z PASS [ 17.031s] (1730/2830) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
210372026-06-02T18:00:36.637Z PASS [ 19.989s] (1731/2830) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
210382026-06-02T18:00:37.051Z PASS [ 11.772s] (1732/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
210392026-06-02T18:00:37.406Z PASS [ 23.241s] (1733/2830) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
210402026-06-02T18:00:38.342Z PASS [ 53.961s] (1734/2830) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
210412026-06-02T18:00:39.680Z PASS [ 18.494s] (1735/2830) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
210422026-06-02T18:00:41.180Z PASS [ 11.932s] (1736/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
210432026-06-02T18:00:41.689Z PASS [ 13.452s] (1737/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
210442026-06-02T18:00:44.749Z PASS [ 12.095s] (1738/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
210452026-06-02T18:00:45.650Z PASS [ 12.447s] (1739/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
210462026-06-02T18:00:45.685Z PASS [ 12.436s] (1740/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
210472026-06-02T18:00:48.186Z PASS [ 15.318s] (1741/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
210482026-06-02T18:00:48.371Z PASS [ 13.320s] (1742/2830) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
210492026-06-02T18:00:48.977Z PASS [ 13.703s] (1743/2830) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
210502026-06-02T18:00:49.848Z PASS [ 17.629s] (1744/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
210512026-06-02T18:00:49.866Z PASS [ 15.532s] (1745/2830) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
210522026-06-02T18:00:51.845Z PASS [ 16.260s] (1746/2830) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
210532026-06-02T18:00:52.258Z PASS [ 19.153s] (1747/2830) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
210542026-06-02T18:00:54.902Z PASS [ 18.678s] (1748/2830) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
210552026-06-02T18:00:56.777Z PASS [ 22.475s] (1749/2830) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
210562026-06-02T18:00:57.006Z PASS [ 20.792s] (1750/2830) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
210572026-06-02T18:00:59.064Z PASS [ 9.216s] (1751/2830) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
210582026-06-02T18:00:59.162Z PASS [ 24.498s] (1752/2830) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
210592026-06-02T18:01:00.269Z PASS [ 10.403s] (1753/2830) omicron-nexus::test_all integration_tests::projects::test_project_deletion
210602026-06-02T18:01:00.709Z PASS [ 12.338s] (1754/2830) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
210612026-06-02T18:01:00.852Z PASS [ 11.878s] (1755/2830) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
210622026-06-02T18:01:00.933Z PASS [ 21.253s] (1756/2830) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
210632026-06-02T18:01:01.876Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
210642026-06-02T18:01:02.255Z PASS [ 21.073s] (1757/2830) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
210652026-06-02T18:01:02.612Z PASS [ 17.863s] (1758/2830) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
210662026-06-02T18:01:02.956Z PASS [ 10.698s] (1759/2830) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
210672026-06-02T18:01:03.164Z PASS [ 11.319s] (1760/2830) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
210682026-06-02T18:01:04.349Z PASS [ 30.966s] (1761/2830) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
210692026-06-02T18:01:05.549Z PASS [ 32.227s] (1762/2830) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
210702026-06-02T18:01:05.947Z PASS [ 29.309s] (1763/2830) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
210712026-06-02T18:01:05.967Z PASS [ 28.914s] (1764/2830) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
210722026-06-02T18:01:06.528Z PASS [ 24.839s] (1765/2830) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
210732026-06-02T18:01:08.642Z PASS [ 32.534s] (1766/2830) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
210742026-06-02T18:01:10.106Z PASS [ 34.353s] (1767/2830) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
210752026-06-02T18:01:11.246Z PASS [ 10.394s] (1768/2830) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
210762026-06-02T18:01:11.867Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
210772026-06-02T18:01:13.474Z PASS [ 12.764s] (1769/2830) omicron-nexus::test_all integration_tests::projects::test_projects
210782026-06-02T18:01:13.675Z PASS [ 35.332s] (1770/2830) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
210792026-06-02T18:01:14.076Z PASS [ 10.911s] (1771/2830) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
210802026-06-02T18:01:14.287Z PASS [ 36.880s] (1772/2830) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
210812026-06-02T18:01:14.351Z PASS [ 11.394s] (1773/2830) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
210822026-06-02T18:01:14.384Z PASS [ 15.319s] (1774/2830) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
210832026-06-02T18:01:14.440Z PASS [ 0.153s] (1775/2830) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
210842026-06-02T18:01:14.474Z PASS [ 0.123s] (1776/2830) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
210852026-06-02T18:01:14.510Z PASS [ 13.576s] (1777/2830) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
210862026-06-02T18:01:14.514Z PASS [ 0.127s] (1778/2830) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
210872026-06-02T18:01:14.554Z PASS [ 0.114s] (1779/2830) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
210882026-06-02T18:01:14.564Z PASS [ 14.296s] (1780/2830) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
210892026-06-02T18:01:14.592Z PASS [ 0.118s] (1781/2830) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
210902026-06-02T18:01:15.463Z PASS [ 29.813s] (1782/2830) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
210912026-06-02T18:01:15.704Z PASS [ 13.450s] (1783/2830) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
210922026-06-02T18:01:15.827Z PASS [ 0.122s] (1784/2830) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
210932026-06-02T18:01:16.688Z PASS [ 12.339s] (1785/2830) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
210942026-06-02T18:01:16.995Z PASS [ 11.048s] (1786/2830) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
210952026-06-02T18:01:17.106Z PASS [ 0.111s] (1787/2830) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
210962026-06-02T18:01:17.248Z PASS [ 0.141s] (1788/2830) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
210972026-06-02T18:01:17.498Z PASS [ 10.969s] (1789/2830) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
210982026-06-02T18:01:18.090Z PASS [ 21.084s] (1790/2830) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
210992026-06-02T18:01:18.497Z PASS [ 12.531s] (1791/2830) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
211002026-06-02T18:01:19.732Z PASS [ 14.183s] (1792/2830) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
211012026-06-02T18:01:19.799Z PASS [ 11.159s] (1793/2830) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
211022026-06-02T18:01:23.356Z PASS [ 24.194s] (1794/2830) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
211032026-06-02T18:01:24.019Z PASS [ 29.117s] (1795/2830) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
211042026-06-02T18:01:24.624Z PASS [ 14.518s] (1796/2830) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
211052026-06-02T18:01:25.417Z PASS [ 14.171s] (1797/2830) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
211062026-06-02T18:01:25.532Z SLOW [>480.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
211072026-06-02T18:01:25.803Z PASS [ 11.211s] (1798/2830) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
211082026-06-02T18:01:26.026Z PASS [ 11.461s] (1799/2830) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
211092026-06-02T18:01:26.173Z PASS [ 2.155s] (1800/2830) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
211102026-06-02T18:01:26.186Z PASS [ 29.410s] (1801/2830) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
211112026-06-02T18:01:26.214Z PASS [ 11.704s] (1802/2830) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
211122026-06-02T18:01:26.375Z PASS [ 11.864s] (1803/2830) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
211132026-06-02T18:01:26.408Z PASS [ 11.853s] (1804/2830) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
211142026-06-02T18:01:26.642Z PASS [ 11.178s] (1805/2830) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
211152026-06-02T18:01:26.727Z PASS [ 13.053s] (1806/2830) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
211162026-06-02T18:01:27.522Z PASS [ 13.447s] (1807/2830) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
211172026-06-02T18:01:27.634Z PASS [ 11.808s] (1808/2830) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
211182026-06-02T18:01:27.669Z PASS [ 53.344s] (1809/2830) omicron-nexus::test_all integration_tests::metrics::test_metrics
211192026-06-02T18:01:27.682Z PASS [ 1.507s] (1810/2830) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
211202026-06-02T18:01:27.816Z PASS [ 10.569s] (1811/2830) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
211212026-06-02T18:01:27.884Z PASS [ 1.858s] (1812/2830) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
211222026-06-02T18:01:27.898Z PASS [ 1.491s] (1813/2830) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
211232026-06-02T18:01:27.999Z PASS [ 10.501s] (1814/2830) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
211242026-06-02T18:01:28.058Z PASS [ 11.369s] (1815/2830) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
211252026-06-02T18:01:28.418Z PASS [ 9.921s] (1816/2830) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
211262026-06-02T18:01:28.495Z PASS [ 10.405s] (1817/2830) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
211272026-06-02T18:01:28.739Z PASS [ 52.634s] (1818/2830) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
211282026-06-02T18:01:29.030Z PASS [ 1.146s] (1819/2830) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
211292026-06-02T18:01:29.047Z PASS [ 1.412s] (1820/2830) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
211302026-06-02T18:01:29.077Z PASS [ 1.397s] (1821/2830) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
211312026-06-02T18:01:29.114Z PASS [ 15.640s] (1822/2830) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
211322026-06-02T18:01:30.540Z PASS [ 27.928s] (1823/2830) omicron-nexus::test_all integration_tests::quotas::test_quotas
211332026-06-02T18:01:31.211Z PASS [ 45.527s] (1824/2830) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
211342026-06-02T18:01:31.480Z PASS [ 3.422s] (1825/2830) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
211352026-06-02T18:01:34.141Z PASS [ 45.954s] (1826/2830) omicron-nexus::test_all integration_tests::password_login::test_local_users
211362026-06-02T18:01:38.111Z PASS [ 9.033s] (1827/2830) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
211372026-06-02T18:01:38.127Z PASS [ 9.050s] (1828/2830) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
211382026-06-02T18:01:38.949Z PASS [ 9.871s] (1829/2830) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
211392026-06-02T18:01:39.018Z PASS [ 8.478s] (1830/2830) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
211402026-06-02T18:01:40.265Z PASS [ 9.054s] (1831/2830) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
211412026-06-02T18:01:40.598Z PASS [ 11.483s] (1832/2830) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
211422026-06-02T18:01:40.822Z PASS [ 9.343s] (1833/2830) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
211432026-06-02T18:01:40.960Z PASS [ 9.480s] (1834/2830) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
211442026-06-02T18:01:41.051Z PASS [ 9.571s] (1835/2830) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
211452026-06-02T18:01:41.265Z PASS [ 9.785s] (1836/2830) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
211462026-06-02T18:01:44.407Z PASS [ 10.266s] (1837/2830) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
211472026-06-02T18:01:47.031Z PASS [ 8.919s] (1838/2830) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
211482026-06-02T18:01:47.196Z PASS [ 9.068s] (1839/2830) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
211492026-06-02T18:01:48.026Z PASS [ 9.072s] (1840/2830) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
211502026-06-02T18:01:48.157Z PASS [ 9.134s] (1841/2830) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
211512026-06-02T18:01:48.761Z PASS [ 8.476s] (1842/2830) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
211522026-06-02T18:01:49.148Z PASS [ 8.544s] (1843/2830) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
211532026-06-02T18:01:49.214Z PASS [ 8.390s] (1844/2830) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
211542026-06-02T18:01:50.064Z PASS [ 9.012s] (1845/2830) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
211552026-06-02T18:01:50.204Z PASS [ 9.237s] (1846/2830) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
211562026-06-02T18:01:50.444Z PASS [ 9.174s] (1847/2830) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
211572026-06-02T18:01:52.921Z PASS [ 8.514s] (1848/2830) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
211582026-06-02T18:01:56.124Z PASS [ 9.093s] (1849/2830) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
211592026-06-02T18:01:56.477Z PASS [ 8.455s] (1850/2830) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
211602026-06-02T18:01:56.778Z PASS [ 8.626s] (1851/2830) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
211612026-06-02T18:01:57.162Z PASS [ 9.966s] (1852/2830) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
211622026-06-02T18:01:57.343Z PASS [ 8.602s] (1853/2830) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
211632026-06-02T18:01:57.902Z PASS [ 8.760s] (1854/2830) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
211642026-06-02T18:01:58.515Z PASS [ 9.302s] (1855/2830) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
211652026-06-02T18:01:59.007Z PASS [ 8.809s] (1856/2830) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
211662026-06-02T18:02:00.354Z PASS [ 9.914s] (1857/2830) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
211672026-06-02T18:02:01.877Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
211682026-06-02T18:02:02.127Z PASS [ 33.079s] (1858/2830) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
211692026-06-02T18:02:02.436Z PASS [ 12.374s] (1859/2830) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
211702026-06-02T18:02:02.478Z PASS [ 9.555s] (1860/2830) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
211712026-06-02T18:02:04.419Z PASS [ 8.295s] (1861/2830) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
211722026-06-02T18:02:04.738Z PASS [ 8.261s] (1862/2830) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
211732026-06-02T18:02:05.455Z PASS [ 37.556s] (1863/2830) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
211742026-06-02T18:02:05.541Z PASS [ 8.762s] (1864/2830) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
211752026-06-02T18:02:05.689Z PASS [ 8.527s] (1865/2830) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
211762026-06-02T18:02:05.990Z PASS [ 8.646s] (1866/2830) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
211772026-06-02T18:02:06.233Z PASS [ 37.202s] (1867/2830) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
211782026-06-02T18:02:09.165Z PASS [ 10.158s] (1868/2830) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
211792026-06-02T18:02:10.241Z PASS [ 178.376s] (1869/2830) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
211802026-06-02T18:02:10.654Z PASS [ 12.751s] (1870/2830) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
211812026-06-02T18:02:13.144Z PASS [ 11.017s] (1871/2830) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
211822026-06-02T18:02:13.225Z PASS [ 11.097s] (1872/2830) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
211832026-06-02T18:02:13.612Z PASS [ 15.097s] (1873/2830) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
211842026-06-02T18:02:15.740Z PASS [ 15.380s] (1874/2830) omicron-nexus::test_all integration_tests::silos::test_silos
211852026-06-02T18:02:16.020Z PASS [ 13.583s] (1875/2830) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
211862026-06-02T18:02:16.451Z PASS [ 10.996s] (1876/2830) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
211872026-06-02T18:02:18.785Z PASS [ 12.552s] (1877/2830) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
211882026-06-02T18:02:18.981Z PASS [ 13.526s] (1878/2830) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
211892026-06-02T18:02:18.984Z PASS [ 16.857s] (1879/2830) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
211902026-06-02T18:02:19.234Z PASS [ 13.778s] (1880/2830) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
211912026-06-02T18:02:19.468Z PASS [ 14.013s] (1881/2830) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
211922026-06-02T18:02:19.620Z PASS [ 137.745s] (1882/2830) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
211932026-06-02T18:02:21.162Z PASS [ 11.997s] (1883/2830) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
211942026-06-02T18:02:21.995Z PASS [ 19.518s] (1884/2830) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
211952026-06-02T18:02:23.271Z PASS [ 10.047s] (1885/2830) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
211962026-06-02T18:02:23.543Z PASS [ 10.399s] (1886/2830) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
211972026-06-02T18:02:23.556Z PASS [ 9.944s] (1887/2830) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
211982026-06-02T18:02:24.033Z PASS [ 17.800s] (1888/2830) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
211992026-06-02T18:02:25.535Z SLOW [>540.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
212002026-06-02T18:02:26.139Z PASS [ 10.405s] (1889/2830) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
212012026-06-02T18:02:27.780Z PASS [ 11.760s] (1890/2830) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
212022026-06-02T18:02:28.376Z PASS [ 11.924s] (1891/2830) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
212032026-06-02T18:02:28.532Z PASS [ 9.746s] (1892/2830) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
212042026-06-02T18:02:28.940Z PASS [ 59.861s] (1893/2830) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
212052026-06-02T18:02:29.946Z PASS [ 10.965s] (1894/2830) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
212062026-06-02T18:02:30.033Z PASS [ 23.799s] (1895/2830) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
212072026-06-02T18:02:30.533Z PASS [ 19.879s] (1896/2830) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
212082026-06-02T18:02:30.661Z PASS [ 1.722s] (1897/2830) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
212092026-06-02T18:02:30.947Z PASS [ 24.958s] (1898/2830) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
212102026-06-02T18:02:31.003Z PASS [ 25.462s] (1899/2830) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
212112026-06-02T18:02:31.668Z PASS [ 25.435s] (1900/2830) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
212122026-06-02T18:02:32.333Z PASS [ 13.099s] (1901/2830) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
212132026-06-02T18:02:32.517Z PASS [ 22.277s] (1902/2830) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
212142026-06-02T18:02:33.784Z PASS [ 10.228s] (1903/2830) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
212152026-06-02T18:02:35.689Z PASS [ 16.068s] (1904/2830) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
212162026-06-02T18:02:36.323Z PASS [ 34.195s] (1905/2830) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
212172026-06-02T18:02:36.697Z PASS [ 15.534s] (1906/2830) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
212182026-06-02T18:02:39.788Z PASS [ 13.649s] (1907/2830) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
212192026-06-02T18:02:40.295Z PASS [ 10.263s] (1908/2830) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
212202026-06-02T18:02:40.867Z PASS [ 13.086s] (1909/2830) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
212212026-06-02T18:02:41.228Z PASS [ 12.288s] (1910/2830) omicron-nexus::test_all integration_tests::updates::test_repo_prune
212222026-06-02T18:02:41.867Z PASS [ 12.927s] (1911/2830) omicron-nexus::test_all integration_tests::updates::test_repo_list
212232026-06-02T18:02:42.047Z PASS [ 20.052s] (1912/2830) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_fm_case_id
212242026-06-02T18:02:42.478Z PASS [ 23.494s] (1913/2830) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
212252026-06-02T18:02:42.482Z PASS [ 11.821s] (1914/2830) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
212262026-06-02T18:02:42.670Z PASS [ 11.667s] (1915/2830) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
212272026-06-02T18:02:43.548Z PASS [ 39.129s] (1916/2830) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
212282026-06-02T18:02:44.219Z PASS [ 20.186s] (1917/2830) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
212292026-06-02T18:02:44.762Z PASS [ 14.230s] (1918/2830) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
212302026-06-02T18:02:45.038Z PASS [ 15.091s] (1919/2830) omicron-nexus::test_all integration_tests::updates::test_repo_upload
212312026-06-02T18:02:45.398Z PASS [ 21.854s] (1920/2830) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
212322026-06-02T18:02:45.580Z PASS [ 14.633s] (1921/2830) omicron-nexus::test_all integration_tests::updates::test_update_status
212332026-06-02T18:02:45.675Z PASS [ 40.937s] (1922/2830) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
212342026-06-02T18:02:46.023Z PASS [ 22.751s] (1923/2830) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
212352026-06-02T18:02:50.058Z PASS [ 18.390s] (1924/2830) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
212362026-06-02T18:02:51.476Z PASS [ 23.100s] (1925/2830) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
212372026-06-02T18:02:53.733Z PASS [ 25.201s] (1926/2830) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
212382026-06-02T18:02:56.062Z PASS [ 23.543s] (1927/2830) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
212392026-06-02T18:02:56.891Z PASS [ 24.558s] (1928/2830) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
212402026-06-02T18:03:00.512Z PASS [ 23.813s] (1929/2830) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
212412026-06-02T18:03:02.799Z PASS [ 29.010s] (1930/2830) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
212422026-06-02T18:03:03.122Z PASS [ 23.328s] (1931/2830) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
212432026-06-02T18:03:03.183Z PASS [ 43.714s] (1932/2830) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
212442026-06-02T18:03:05.694Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
212452026-06-02T18:03:09.048Z PASS [ 63.345s] (1933/2830) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
212462026-06-02T18:03:09.731Z PASS [ 33.400s] (1934/2830) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
212472026-06-02T18:03:09.950Z PASS [ 24.275s] (1935/2830) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
212482026-06-02T18:03:10.882Z PASS [ 24.847s] (1936/2830) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
212492026-06-02T18:03:13.395Z PASS [ 33.097s] (1937/2830) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
212502026-06-02T18:03:13.864Z PASS [ 31.184s] (1938/2830) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
212512026-06-02T18:03:14.671Z PASS [ 32.188s] (1939/2830) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
212522026-06-02T18:03:16.158Z PASS [ 35.290s] (1940/2830) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
212532026-06-02T18:03:18.353Z PASS [ 37.120s] (1941/2830) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
212542026-06-02T18:03:18.623Z PASS [ 36.143s] (1942/2830) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
212552026-06-02T18:03:19.021Z PASS [ 9.070s] (1943/2830) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
212562026-06-02T18:03:19.730Z PASS [ 37.863s] (1944/2830) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
212572026-06-02T18:03:19.975Z PASS [ 9.105s] (1945/2830) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
212582026-06-02T18:03:22.375Z PASS [ 37.336s] (1946/2830) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
212592026-06-02T18:03:22.471Z PASS [ 9.076s] (1947/2830) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
212602026-06-02T18:03:23.153Z PASS [ 9.295s] (1948/2830) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
212612026-06-02T18:03:23.447Z PASS [ 39.223s] (1949/2830) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
212622026-06-02T18:03:23.871Z PASS [ 9.197s] (1950/2830) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
212632026-06-02T18:03:24.069Z PASS [ 20.879s] (1951/2830) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
212642026-06-02T18:03:24.136Z PASS [ 0.068s] (1952/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
212652026-06-02T18:03:24.775Z PASS [ 39.376s] (1953/2830) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
212662026-06-02T18:03:25.536Z SLOW [>600.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
212672026-06-02T18:03:25.657Z PASS [ 9.499s] (1954/2830) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
212682026-06-02T18:03:27.697Z PASS [ 9.348s] (1955/2830) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
212692026-06-02T18:03:27.876Z PASS [ 43.113s] (1956/2830) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
212702026-06-02T18:03:28.176Z PASS [ 9.553s] (1957/2830) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
212712026-06-02T18:03:28.872Z PASS [ 9.852s] (1958/2830) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
212722026-06-02T18:03:28.944Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
212732026-06-02T18:03:29.461Z PASS [ 9.485s] (1959/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
212742026-06-02T18:03:30.727Z PASS [ 27.932s] (1960/2830) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
212752026-06-02T18:03:30.749Z PASS [ 33.855s] (1961/2830) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
212762026-06-02T18:03:30.828Z PASS [ 48.760s] (1962/2830) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
212772026-06-02T18:03:31.791Z PASS [ 12.061s] (1963/2830) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
212782026-06-02T18:03:32.544Z PASS [ 10.074s] (1964/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
212792026-06-02T18:03:32.622Z PASS [ 47.041s] (1965/2830) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
212802026-06-02T18:03:33.084Z PASS [ 9.934s] (1966/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
212812026-06-02T18:03:33.119Z PASS [ 10.746s] (1967/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
212822026-06-02T18:03:39.507Z PASS [ 10.741s] (1968/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
212832026-06-02T18:03:39.537Z PASS [ 10.464s] (1969/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
212842026-06-02T18:03:39.537Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
212852026-06-02T18:03:39.556Z PASS [ 52.291s] (1970/2830) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
212862026-06-02T18:03:39.556Z PASS [ 11.114s] (1971/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
212872026-06-02T18:03:39.556Z PASS [ 60.395s] (1972/2830) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
212882026-06-02T18:03:39.557Z PASS [ 10.961s] (1973/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
212892026-06-02T18:03:39.557Z PASS [ 27.677s] (1974/2830) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
212902026-06-02T18:03:39.557Z PASS [ 36.413s] (1975/2830) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
212912026-06-02T18:03:39.557Z PASS [ 11.549s] (1976/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
212922026-06-02T18:03:39.604Z PASS [ 11.908s] (1977/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
212932026-06-02T18:03:39.667Z PASS [ 29.944s] (1978/2830) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
212942026-06-02T18:03:40.072Z PASS [ 46.338s] (1979/2830) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
212952026-06-02T18:03:40.432Z PASS [ 12.256s] (1980/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
212962026-06-02T18:03:41.278Z PASS [ 12.406s] (1981/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
212972026-06-02T18:03:42.249Z PASS [ 52.190s] (1982/2830) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
212982026-06-02T18:03:44.104Z PASS [ 13.357s] (1983/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
212992026-06-02T18:03:44.161Z PASS [ 13.354s] (1984/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
213002026-06-02T18:03:45.154Z PASS [ 13.363s] (1985/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
213012026-06-02T18:03:45.759Z PASS [ 13.136s] (1986/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
213022026-06-02T18:03:45.921Z PASS [ 13.378s] (1987/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
213032026-06-02T18:03:47.801Z PASS [ 23.672s] (1988/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
213042026-06-02T18:03:48.100Z PASS [ 13.765s] (1989/2830) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
213052026-06-02T18:03:48.266Z PASS [ 15.146s] (1990/2830) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
213062026-06-02T18:03:50.007Z PASS [ 624.482s] (1991/2830) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
213072026-06-02T18:03:50.925Z PASS [ 47.808s] (1992/2830) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
213082026-06-02T18:03:50.947Z PASS [ 16.762s] (1993/2830) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
213092026-06-02T18:03:50.967Z PASS [ 15.126s] (1994/2830) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
213102026-06-02T18:03:51.478Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
213112026-06-02T18:03:52.810Z PASS [ 16.919s] (1995/2830) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
213122026-06-02T18:03:56.064Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
213132026-06-02T18:03:56.068Z PASS [ 19.450s] (1996/2830) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
213142026-06-02T18:03:56.126Z PASS [ 16.054s] (1997/2830) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
213152026-06-02T18:03:56.175Z PASS [ 0.048s] (1998/2830) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
213162026-06-02T18:03:56.205Z PASS [ 0.030s] (1999/2830) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
213172026-06-02T18:03:56.235Z PASS [ 0.029s] (2000/2830) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
213182026-06-02T18:03:56.262Z PASS [ 0.028s] (2001/2830) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
213192026-06-02T18:03:56.289Z PASS [ 0.026s] (2002/2830) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
213202026-06-02T18:03:56.315Z PASS [ 0.026s] (2003/2830) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
213212026-06-02T18:03:56.340Z PASS [ 0.025s] (2004/2830) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
213222026-06-02T18:03:56.367Z PASS [ 0.027s] (2005/2830) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
213232026-06-02T18:03:56.398Z PASS [ 0.030s] (2006/2830) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
213242026-06-02T18:03:56.429Z PASS [ 0.031s] (2007/2830) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
213252026-06-02T18:03:56.461Z PASS [ 0.032s] (2008/2830) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
213262026-06-02T18:03:56.493Z PASS [ 0.032s] (2009/2830) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
213272026-06-02T18:03:56.499Z PASS [ 16.894s] (2010/2830) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
213282026-06-02T18:03:56.528Z PASS [ 0.035s] (2011/2830) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
213292026-06-02T18:03:56.531Z PASS [ 0.033s] (2012/2830) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
213302026-06-02T18:03:56.551Z PASS [ 0.022s] (2013/2830) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
213312026-06-02T18:03:56.699Z PASS [ 12.538s] (2014/2830) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
213322026-06-02T18:03:56.798Z PASS [ 12.693s] (2015/2830) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
213332026-06-02T18:03:56.848Z PASS [ 0.051s] (2016/2830) omicron-omdb::bin/omdb clickhouse_admin::test_format_bytes
213342026-06-02T18:03:56.889Z PASS [ 0.040s] (2017/2830) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
213352026-06-02T18:03:56.923Z PASS [ 0.034s] (2018/2830) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
213362026-06-02T18:03:56.985Z PASS [ 0.061s] (2019/2830) omicron-package config::tests::multi_preset_arg
213372026-06-02T18:03:57.018Z PASS [ 0.033s] (2020/2830) omicron-package dot::test::test_bad_dependency
213382026-06-02T18:03:57.053Z PASS [ 0.034s] (2021/2830) omicron-package dot::test::test_dot_output
213392026-06-02T18:03:57.296Z PASS [ 16.864s] (2022/2830) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
213402026-06-02T18:03:57.318Z PASS [ 0.022s] (2023/2830) omicron-passwords test::test_password_constraints
213412026-06-02T18:03:57.501Z PASS [ 21.416s] (2024/2830) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
213422026-06-02T18:03:58.432Z PASS [ 13.278s] (2025/2830) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
213432026-06-02T18:03:58.464Z PASS [ 0.032s] (2026/2830) omicron-passwords test::test_stable
213442026-06-02T18:03:58.485Z PASS [ 0.020s] (2027/2830) omicron-passwords test::test_weak_hashes
213452026-06-02T18:03:58.503Z PASS [ 0.018s] (2028/2830) omicron-rpaths internal::tests::test_configure_from_path
213462026-06-02T18:03:58.536Z PASS [ 0.033s] (2029/2830) omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
213472026-06-02T18:03:58.540Z PASS [ 12.615s] (2030/2830) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
213482026-06-02T18:03:58.555Z PASS [ 0.019s] (2031/2830) omicron-rpaths internal::tests::test_emit_rpath
213492026-06-02T18:03:58.618Z PASS [ 0.082s] (2032/2830) omicron-sled-agent artifact_store::test::generations
213502026-06-02T18:03:58.641Z PASS [ 0.086s] (2033/2830) omicron-sled-agent artifact_store::test::issue_7796
213512026-06-02T18:03:58.707Z PASS [ 0.089s] (2034/2830) omicron-sled-agent artifact_store::test::list_get_put
213522026-06-02T18:03:58.728Z PASS [ 0.086s] (2035/2830) omicron-sled-agent artifact_store::test::no_dataset
213532026-06-02T18:03:58.771Z PASS [ 0.043s] (2036/2830) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
213542026-06-02T18:03:58.789Z PASS [ 0.081s] (2037/2830) omicron-sled-agent artifact_store::test::wrong_hash
213552026-06-02T18:03:58.810Z PASS [ 0.039s] (2038/2830) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
213562026-06-02T18:03:58.825Z PASS [ 0.036s] (2039/2830) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
213572026-06-02T18:03:58.873Z PASS [ 0.063s] (2040/2830) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
213582026-06-02T18:03:58.890Z PASS [ 0.064s] (2041/2830) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
213592026-06-02T18:03:58.913Z PASS [ 0.040s] (2042/2830) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
213602026-06-02T18:03:58.927Z PASS [ 0.037s] (2043/2830) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
213612026-06-02T18:03:58.944Z PASS [ 0.031s] (2044/2830) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
213622026-06-02T18:03:58.962Z PASS [ 0.034s] (2045/2830) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
213632026-06-02T18:03:58.988Z PASS [ 0.044s] (2046/2830) omicron-sled-agent config::test::test_smf_configs
213642026-06-02T18:03:58.998Z PASS [ 0.036s] (2047/2830) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
213652026-06-02T18:03:59.027Z PASS [ 0.038s] (2048/2830) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
213662026-06-02T18:03:59.034Z PASS [ 0.036s] (2049/2830) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
213672026-06-02T18:03:59.064Z PASS [ 0.038s] (2050/2830) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
213682026-06-02T18:03:59.072Z PASS [ 0.037s] (2051/2830) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
213692026-06-02T18:03:59.085Z PASS [ 19.417s] (2052/2830) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
213702026-06-02T18:03:59.093Z PASS [ 0.028s] (2053/2830) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
213712026-06-02T18:03:59.104Z PASS [ 0.033s] (2054/2830) omicron-sled-agent instance::tests::add_new_floating_ip
213722026-06-02T18:03:59.119Z PASS [ 0.034s] (2055/2830) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
213732026-06-02T18:03:59.128Z PASS [ 0.035s] (2056/2830) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
213742026-06-02T18:03:59.136Z PASS [ 0.031s] (2057/2830) omicron-sled-agent instance::tests::prune_existing_floating_ip
213752026-06-02T18:03:59.317Z PASS [ 13.558s] (2058/2830) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
213762026-06-02T18:03:59.372Z PASS [ 0.253s] (2059/2830) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
213772026-06-02T18:03:59.384Z PASS [ 0.256s] (2060/2830) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
213782026-06-02T18:03:59.538Z PASS [ 0.402s] (2061/2830) omicron-sled-agent instance::tests::test_instance_create_events_normal
213792026-06-02T18:03:59.573Z PASS [ 0.035s] (2062/2830) omicron-sled-agent instance::tests::test_multicast_membership_equality
213802026-06-02T18:03:59.779Z PASS [ 0.395s] (2063/2830) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
213812026-06-02T18:03:59.829Z PASS [ 0.050s] (2064/2830) omicron-sled-agent probe_manager::test::probe_state_set_ops
213822026-06-02T18:03:59.888Z PASS [ 0.059s] (2065/2830) omicron-sled-agent profile::tests::empty_profile
213832026-06-02T18:03:59.931Z PASS [ 0.042s] (2066/2830) omicron-sled-agent profile::tests::test_disabled_instance
213842026-06-02T18:03:59.968Z PASS [ 0.037s] (2067/2830) omicron-sled-agent profile::tests::test_instance
213852026-06-02T18:04:00.005Z PASS [ 0.037s] (2068/2830) omicron-sled-agent profile::tests::test_multiple
213862026-06-02T18:04:00.046Z PASS [ 0.036s] (2069/2830) omicron-sled-agent profile::tests::test_property
213872026-06-02T18:04:00.081Z PASS [ 0.039s] (2070/2830) omicron-sled-agent profile::tests::test_property_group
213882026-06-02T18:04:00.115Z PASS [ 0.034s] (2071/2830) omicron-sled-agent profile::tests::test_service
213892026-06-02T18:04:00.151Z PASS [ 0.036s] (2072/2830) omicron-sled-agent profile::tests::test_service_property_group
213902026-06-02T18:04:00.190Z PASS [ 0.035s] (2073/2830) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
213912026-06-02T18:04:00.215Z PASS [ 23.291s] (2074/2830) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
213922026-06-02T18:04:00.226Z PASS [ 0.909s] (2075/2830) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
213932026-06-02T18:04:00.230Z PASS [ 0.041s] (2076/2830) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
213942026-06-02T18:04:00.260Z PASS [ 0.046s] (2077/2830) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
213952026-06-02T18:04:00.276Z PASS [ 0.049s] (2078/2830) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
213962026-06-02T18:04:00.279Z PASS [ 0.052s] (2079/2830) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
213972026-06-02T18:04:00.313Z PASS [ 0.037s] (2080/2830) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
213982026-06-02T18:04:00.320Z PASS [ 20.895s] (2081/2830) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
213992026-06-02T18:04:00.323Z PASS [ 0.044s] (2082/2830) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
214002026-06-02T18:04:00.350Z PASS [ 0.037s] (2083/2830) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
214012026-06-02T18:04:00.378Z PASS [ 0.055s] (2084/2830) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
214022026-06-02T18:04:00.382Z PASS [ 0.062s] (2085/2830) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
214032026-06-02T18:04:00.390Z PASS [ 0.040s] (2086/2830) omicron-sled-agent sim::storage::test::nested_dataset
214042026-06-02T18:04:00.419Z PASS [ 1.046s] (2087/2830) omicron-sled-agent instance::tests::test_instance_manager_creation
214052026-06-02T18:04:00.422Z PASS [ 0.042s] (2088/2830) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
214062026-06-02T18:04:00.422Z PASS [ 0.038s] (2089/2830) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
214072026-06-02T18:04:00.431Z PASS [ 0.040s] (2090/2830) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
214082026-06-02T18:04:00.472Z PASS [ 0.053s] (2091/2830) omicron-sled-agent sim::storage::test::snapshot_needs_region
214092026-06-02T18:04:00.476Z PASS [ 0.052s] (2092/2830) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
214102026-06-02T18:04:00.484Z PASS [ 0.054s] (2093/2830) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
214112026-06-02T18:04:00.488Z PASS [ 19.208s] (2094/2830) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
214122026-06-02T18:04:00.495Z PASS [ 0.075s] (2095/2830) omicron-sled-agent support_bundle::storage::tests::basic_crud
214132026-06-02T18:04:00.501Z PASS [ 29.774s] (2096/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
214142026-06-02T18:04:00.536Z PASS [ 0.065s] (2097/2830) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
214152026-06-02T18:04:00.540Z PASS [ 0.054s] (2098/2830) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
214162026-06-02T18:04:00.541Z PASS [ 0.053s] (2099/2830) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
214172026-06-02T18:04:00.544Z PASS [ 0.050s] (2100/2830) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
214182026-06-02T18:04:00.548Z PASS [ 0.074s] (2101/2830) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
214192026-06-02T18:04:00.556Z PASS [ 0.054s] (2102/2830) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
214202026-06-02T18:04:00.580Z PASS [ 0.035s] (2103/2830) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
214212026-06-02T18:04:00.586Z PASS [ 0.050s] (2104/2830) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
214222026-06-02T18:04:00.593Z PASS [ 0.053s] (2105/2830) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
214232026-06-02T18:04:00.596Z PASS [ 0.057s] (2106/2830) omicron-sled-agent support_bundle::storage::tests::ranges
214242026-06-02T18:04:00.625Z PASS [ 0.045s] (2107/2830) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
214252026-06-02T18:04:00.723Z PASS [ 0.098s] (2108/2830) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
214262026-06-02T18:04:00.767Z PASS [ 0.044s] (2109/2830) omicron-sled-agent zone_bundle::tests::test_dir_size
214272026-06-02T18:04:00.833Z PASS [ 0.065s] (2110/2830) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
214282026-06-02T18:04:00.895Z PASS [ 3.578s] (2111/2830) omicron-passwords test::test_reproducible
214292026-06-02T18:04:00.914Z PASS [ 0.081s] (2112/2830) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
214302026-06-02T18:04:00.940Z PASS [ 0.043s] (2113/2830) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
214312026-06-02T18:04:00.983Z PASS [ 0.044s] (2114/2830) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
214322026-06-02T18:04:01.019Z PASS [ 0.036s] (2115/2830) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
214332026-06-02T18:04:01.276Z PASS [ 0.256s] (2116/2830) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
214342026-06-02T18:04:01.556Z PASS [ 0.280s] (2117/2830) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
214352026-06-02T18:04:01.603Z PASS [ 0.688s] (2118/2830) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
214362026-06-02T18:04:01.640Z PASS [ 0.037s] (2119/2830) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
214372026-06-02T18:04:01.684Z PASS [ 0.043s] (2120/2830) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
214382026-06-02T18:04:01.972Z PASS [ 0.289s] (2121/2830) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
214392026-06-02T18:04:02.426Z PASS [ 0.454s] (2122/2830) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
214402026-06-02T18:04:02.591Z PASS [ 1.035s] (2123/2830) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
214412026-06-02T18:04:02.662Z PASS [ 11.696s] (2124/2830) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
214422026-06-02T18:04:02.679Z PASS [ 0.253s] (2125/2830) omicron-test-utils dev::db::test::test_bad_cmd
214432026-06-02T18:04:02.720Z PASS [ 12.712s] (2126/2830) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
214442026-06-02T18:04:03.038Z PASS [ 0.318s] (2127/2830) omicron-test-utils dev::db::test::test_database_start_hang
214452026-06-02T18:04:03.071Z PASS [ 0.480s] (2128/2830) omicron-test-utils dev::db::test::test_cmd_fails
214462026-06-02T18:04:03.107Z PASS [ 0.034s] (2129/2830) omicron-test-utils dev::db::test::test_make_pg_config_fail
214472026-06-02T18:04:03.140Z PASS [ 0.035s] (2130/2830) omicron-test-utils dev::db::test::test_make_pg_config_ok
214482026-06-02T18:04:03.175Z PASS [ 0.035s] (2131/2830) omicron-test-utils dev::db::test::test_parse_http_addr
214492026-06-02T18:04:03.210Z PASS [ 0.034s] (2132/2830) omicron-test-utils dev::db::test::test_process_exit_abnormal
214502026-06-02T18:04:03.253Z PASS [ 0.043s] (2133/2830) omicron-test-utils dev::db::test::test_process_exit_normal
214512026-06-02T18:04:03.298Z PASS [ 2.705s] (2134/2830) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
214522026-06-02T18:04:03.513Z PASS [ 3.253s] (2135/2830) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
214532026-06-02T18:04:03.646Z PASS [ 0.393s] (2136/2830) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
214542026-06-02T18:04:03.680Z PASS [ 0.035s] (2137/2830) omicron-test-utils dev::db::test::test_starter_tmpdir
214552026-06-02T18:04:03.695Z PASS [ 0.657s] (2138/2830) omicron-test-utils dev::db::test::test_http_addr_integration
214562026-06-02T18:04:03.723Z PASS [ 0.042s] (2139/2830) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
214572026-06-02T18:04:03.729Z PASS [ 0.034s] (2140/2830) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
214582026-06-02T18:04:03.761Z PASS [ 0.037s] (2141/2830) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
214592026-06-02T18:04:03.765Z PASS [ 0.034s] (2142/2830) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
214602026-06-02T18:04:03.811Z PASS [ 0.049s] (2143/2830) omicron-test-utils dev::test_cmds::tests::test_redact_extra
214612026-06-02T18:04:03.816Z PASS [ 0.052s] (2144/2830) omicron-test-utils dev::test_cmds::tests::test_redact_section
214622026-06-02T18:04:03.869Z PASS [ 0.053s] (2145/2830) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
214632026-06-02T18:04:03.929Z PASS [ 7.227s] (2146/2830) omicron-omdb::test_all_output test_omdb_usage_errors
214642026-06-02T18:04:04.010Z PASS [ 0.141s] (2147/2830) oximeter test::timeseries_schema_consistency
214652026-06-02T18:04:04.017Z PASS [ 0.090s] (2148/2830) oximeter-collector agent::tests::test_self_stat_collection_count
214662026-06-02T18:04:04.020Z PASS [ 0.209s] (2149/2830) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
214672026-06-02T18:04:04.048Z PASS [ 1.365s] (2150/2830) omicron-test-utils dev::db::test::test_database_concurrent
214682026-06-02T18:04:04.101Z PASS [ 0.090s] (2151/2830) oximeter-collector agent::tests::test_self_stat_error_counter
214692026-06-02T18:04:04.115Z PASS [ 11.300s] (2152/2830) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
214702026-06-02T18:04:04.119Z PASS [ 0.095s] (2153/2830) oximeter-collector agent::tests::test_self_stat_unreachable_counter
214712026-06-02T18:04:04.119Z PASS [ 0.096s] (2154/2830) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
214722026-06-02T18:04:04.137Z PASS [ 0.090s] (2155/2830) oximeter-collector agent::tests::verify_producer_details
214732026-06-02T18:04:04.137Z PASS [ 0.033s] (2156/2830) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
214742026-06-02T18:04:04.149Z PASS [ 0.032s] (2157/2830) oximeter-collector self_stats::tests::test_failure_reason_serialization
214752026-06-02T18:04:04.152Z PASS [ 0.036s] (2158/2830) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
214762026-06-02T18:04:04.168Z PASS [ 0.058s] (2159/2830) oximeter-collector results_sink::tests::test_batch_handoff_overflow
214772026-06-02T18:04:04.168Z PASS [ 0.034s] (2160/2830) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
214782026-06-02T18:04:04.183Z PASS [ 0.035s] (2161/2830) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
214792026-06-02T18:04:04.183Z PASS [ 0.035s] (2162/2830) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
214802026-06-02T18:04:04.202Z PASS [ 0.035s] (2163/2830) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
214812026-06-02T18:04:04.206Z PASS [ 0.038s] (2164/2830) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
214822026-06-02T18:04:04.231Z PASS [ 3.675s] (2165/2830) omicron-sled-agent zone_bundle::illumos_tests::test_context
214832026-06-02T18:04:04.252Z PASS [ 0.118s] (2166/2830) oximeter-collector::test_commands test_oximeter_no_args
214842026-06-02T18:04:04.256Z PASS [ 13.306s] (2167/2830) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
214852026-06-02T18:04:04.265Z PASS [ 13.340s] (2168/2830) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
214862026-06-02T18:04:04.291Z PASS [ 0.039s] (2169/2830) oximeter-db client::tests::can_extract_ttl_from_all_oximeter_tables
214872026-06-02T18:04:04.377Z PASS [ 7.325s] (2170/2830) omicron-passwords test::test_compatible
214882026-06-02T18:04:04.435Z PASS [ 0.057s] (2171/2830) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
214892026-06-02T18:04:04.588Z PASS [ 4.040s] (2172/2830) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
214902026-06-02T18:04:04.594Z PASS [ 1.081s] (2173/2830) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
214912026-06-02T18:04:04.770Z PASS [ 4.173s] (2174/2830) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
214922026-06-02T18:04:04.892Z PASS [ 0.627s] (2175/2830) oximeter-db client::tests::can_ping_clickhouse
214932026-06-02T18:04:04.969Z PASS [ 4.383s] (2176/2830) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
214942026-06-02T18:04:05.029Z PASS [ 0.846s] (2177/2830) oximeter-db client::oxql::tests::test_get_entire_table
214952026-06-02T18:04:05.043Z PASS [ 0.837s] (2178/2830) oximeter-db client::oxql::tests::test_get_fields_query
214962026-06-02T18:04:05.089Z PASS [ 0.858s] (2179/2830) oximeter-db client::oxql::tests::test_get_one_timeseries
214972026-06-02T18:04:05.114Z PASS [ 0.930s] (2180/2830) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
214982026-06-02T18:04:05.126Z PASS [ 0.923s] (2181/2830) oximeter-db client::oxql::tests::test_get_fields
214992026-06-02T18:04:05.167Z PASS [ 0.914s] (2182/2830) oximeter-db client::oxql::tests::test_limit_operations
215002026-06-02T18:04:05.328Z PASS [ 0.733s] (2183/2830) oximeter-db client::tests::read_latest_version_reports_max
215012026-06-02T18:04:05.544Z PASS [ 0.652s] (2184/2830) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
215022026-06-02T18:04:05.548Z PASS [ 0.778s] (2185/2830) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
215032026-06-02T18:04:05.588Z PASS [ 9.521s] (2186/2830) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
215042026-06-02T18:04:05.696Z PASS [ 0.653s] (2187/2830) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
215052026-06-02T18:04:05.718Z PASS [ 0.748s] (2188/2830) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
215062026-06-02T18:04:05.825Z PASS [ 0.796s] (2189/2830) oximeter-db client::tests::select_timeseries_with_select_one
215072026-06-02T18:04:05.847Z PASS [ 0.757s] (2190/2830) oximeter-db client::tests::test_client_select_timeseries_one
215082026-06-02T18:04:05.860Z PASS [ 0.035s] (2191/2830) oximeter-db client::tests::test_extract_ttl_in_days_from_create_table_query
215092026-06-02T18:04:05.865Z PASS [ 0.740s] (2192/2830) oximeter-db client::tests::test_database_version_will_not_downgrade
215102026-06-02T18:04:05.883Z PASS [ 0.770s] (2193/2830) oximeter-db client::tests::test_database_version_update_is_idempotent
215112026-06-02T18:04:05.917Z PASS [ 0.751s] (2194/2830) oximeter-db client::tests::test_database_version_will_not_upgrade
215122026-06-02T18:04:05.957Z PASS [ 0.039s] (2195/2830) oximeter-db client::tests::test_read_schema_upgrade_sql_files
215132026-06-02T18:04:05.982Z PASS [ 1.547s] (2196/2830) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
215142026-06-02T18:04:06.002Z PASS [ 0.045s] (2197/2830) oximeter-db client::tests::test_read_timeseries_to_delete
215152026-06-02T18:04:06.018Z PASS [ 0.036s] (2198/2830) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
215162026-06-02T18:04:06.042Z PASS [ 0.040s] (2199/2830) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
215172026-06-02T18:04:06.066Z PASS [ 0.738s] (2200/2830) oximeter-db client::tests::test_differentiate_by_timeseries_name
215182026-06-02T18:04:06.307Z PASS [ 0.759s] (2201/2830) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
215192026-06-02T18:04:06.307Z PASS [ 0.763s] (2202/2830) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
215202026-06-02T18:04:06.321Z PASS [ 0.732s] (2203/2830) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
215212026-06-02T18:04:06.450Z PASS [ 0.754s] (2204/2830) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
215222026-06-02T18:04:06.548Z PASS [ 1.960s] (2205/2830) oximeter-db client::tests::insert_samples_fails_fast
215232026-06-02T18:04:06.703Z PASS [ 0.837s] (2206/2830) oximeter-db client::tests::test_is_oximeter_cluster
215242026-06-02T18:04:06.730Z PASS [ 0.884s] (2207/2830) oximeter-db client::tests::test_field_record_count
215252026-06-02T18:04:06.737Z PASS [ 0.878s] (2208/2830) oximeter-db client::tests::test_insert_samples
215262026-06-02T18:04:06.747Z PASS [ 4.085s] (2209/2830) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
215272026-06-02T18:04:06.771Z PASS [ 0.887s] (2210/2830) oximeter-db client::tests::test_list_timeseries
215282026-06-02T18:04:06.838Z PASS [ 0.796s] (2211/2830) oximeter-db client::tests::test_schema_mismatch
215292026-06-02T18:04:06.955Z PASS [ 1.236s] (2212/2830) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
215302026-06-02T18:04:06.980Z PASS [ 0.907s] (2213/2830) oximeter-db client::tests::test_schema_reinserted_after_redeployment
215312026-06-02T18:04:07.007Z PASS [ 0.035s] (2214/2830) oximeter-db client::tests::test_unravel_index
215322026-06-02T18:04:07.021Z PASS [ 0.044s] (2215/2830) oximeter-db client::tests::test_verify_schema_upgrades
215332026-06-02T18:04:07.044Z PASS [ 0.038s] (2216/2830) oximeter-db model::fields::tests::test_extract_fields_as_block
215342026-06-02T18:04:07.054Z PASS [ 0.034s] (2217/2830) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
215352026-06-02T18:04:07.065Z PASS [ 0.038s] (2218/2830) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
215362026-06-02T18:04:07.086Z PASS [ 0.778s] (2219/2830) oximeter-db client::tests::test_schema_update
215372026-06-02T18:04:07.091Z PASS [ 0.038s] (2220/2830) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
215382026-06-02T18:04:07.108Z PASS [ 0.040s] (2221/2830) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
215392026-06-02T18:04:07.133Z PASS [ 0.793s] (2222/2830) oximeter-db client::tests::test_select_all_field_types
215402026-06-02T18:04:07.139Z PASS [ 0.036s] (2223/2830) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
215412026-06-02T18:04:07.140Z PASS [ 0.033s] (2224/2830) oximeter-db native::block::tests::concat_blocks
215422026-06-02T18:04:07.140Z PASS [ 0.827s] (2225/2830) oximeter-db client::tests::test_select_all_datum_types
215432026-06-02T18:04:07.152Z PASS [ 0.035s] (2226/2830) oximeter-db native::block::tests::datetime64_scale_checks_range
215442026-06-02T18:04:07.158Z PASS [ 0.034s] (2227/2830) oximeter-db native::block::tests::parse_date_time
215452026-06-02T18:04:07.169Z PASS [ 0.041s] (2228/2830) oximeter-db native::block::tests::parse_date_time64
215462026-06-02T18:04:07.178Z PASS [ 0.041s] (2229/2830) oximeter-db native::block::tests::parse_escaped_date_time64
215472026-06-02T18:04:07.178Z PASS [ 0.036s] (2230/2830) oximeter-db native::block::tests::test_data_type_to_string
215482026-06-02T18:04:07.178Z PASS [ 0.032s] (2231/2830) oximeter-db native::block::tests::test_datetime64_conversions
215492026-06-02T18:04:07.178Z PASS [ 1.155s] (2232/2830) oximeter-db client::tests::test_recall_of_all_fields
215502026-06-02T18:04:07.188Z PASS [ 0.033s] (2233/2830) oximeter-db native::block::tests::test_parse_all_known_timezones
215512026-06-02T18:04:07.203Z PASS [ 0.037s] (2234/2830) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
215522026-06-02T18:04:07.210Z PASS [ 0.037s] (2235/2830) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
215532026-06-02T18:04:07.210Z PASS [ 0.032s] (2236/2830) oximeter-db native::block::tests::test_parse_enum8
215542026-06-02T18:04:07.210Z PASS [ 0.029s] (2237/2830) oximeter-db native::block::tests::test_parse_enum_variant
215552026-06-02T18:04:07.210Z PASS [ 0.031s] (2238/2830) oximeter-db native::block::tests::test_parse_invalid_data_type
215562026-06-02T18:04:07.244Z PASS [ 0.795s] (2239/2830) oximeter-db client::tests::test_select_timeseries_with_all
215572026-06-02T18:04:07.463Z PASS [ 0.916s] (2240/2830) oximeter-db client::tests::test_select_timeseries_with_limit
215582026-06-02T18:04:07.529Z PASS [ 0.796s] (2241/2830) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
215592026-06-02T18:04:07.546Z PASS [ 0.792s] (2242/2830) oximeter-db client::tests::test_select_timeseries_with_start_time
215602026-06-02T18:04:07.561Z PASS [ 0.810s] (2243/2830) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
215612026-06-02T18:04:07.590Z PASS [ 0.031s] (2244/2830) oximeter-db native::io::block::tests::test_decode_full_block
215622026-06-02T18:04:07.599Z PASS [ 0.040s] (2245/2830) oximeter-db native::io::block::tests::test_decode_block_with_nulls
215632026-06-02T18:04:07.612Z PASS [ 0.774s] (2246/2830) oximeter-db client::tests::test_timeseries_schema_list
215642026-06-02T18:04:07.618Z PASS [ 0.037s] (2247/2830) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
215652026-06-02T18:04:07.618Z PASS [ 0.036s] (2248/2830) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
215662026-06-02T18:04:07.628Z PASS [ 0.923s] (2249/2830) oximeter-db client::tests::test_select_timeseries_with_order
215672026-06-02T18:04:07.643Z PASS [ 0.031s] (2250/2830) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
215682026-06-02T18:04:07.650Z PASS [ 0.033s] (2251/2830) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
215692026-06-02T18:04:07.654Z PASS [ 0.035s] (2252/2830) oximeter-db native::io::column::tests::test_decode_string_column
215702026-06-02T18:04:07.657Z PASS [ 0.030s] (2253/2830) oximeter-db native::io::column::tests::test_decode_uint64_column
215712026-06-02T18:04:07.674Z PASS [ 0.030s] (2254/2830) oximeter-db native::io::column::tests::test_decode_uint8_column
215722026-06-02T18:04:07.682Z PASS [ 0.033s] (2255/2830) oximeter-db native::io::column::tests::test_decode_uuid_column
215732026-06-02T18:04:07.685Z PASS [ 0.034s] (2256/2830) oximeter-db native::io::column::tests::test_encode_decode_column
215742026-06-02T18:04:07.688Z PASS [ 0.033s] (2257/2830) oximeter-db native::io::packet::server::tests::test_decode_full_hello
215752026-06-02T18:04:07.708Z PASS [ 0.032s] (2258/2830) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
215762026-06-02T18:04:07.733Z PASS [ 0.041s] (2259/2830) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
215772026-06-02T18:04:07.740Z PASS [ 0.039s] (2260/2830) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
215782026-06-02T18:04:07.740Z PASS [ 0.046s] (2261/2830) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
215792026-06-02T18:04:07.837Z PASS [ 0.035s] (2262/2830) oximeter-db native::io::packet::server::tests::test_decode_pong
215802026-06-02T18:04:07.837Z PASS [ 0.032s] (2263/2830) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
215812026-06-02T18:04:07.837Z PASS [ 0.033s] (2264/2830) oximeter-db native::io::packet::server::tests::test_decode_single_exception
215822026-06-02T18:04:07.837Z PASS [ 0.034s] (2265/2830) oximeter-db native::io::string::test::test_encode_decode
215832026-06-02T18:04:07.837Z PASS [ 0.031s] (2266/2830) oximeter-db native::io::string::test::test_encode_hello_world
215842026-06-02T18:04:07.837Z PASS [ 0.031s] (2267/2830) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
215852026-06-02T18:04:07.837Z PASS [ 0.032s] (2268/2830) oximeter-db native::io::table_columns::tests::test_column_count
215862026-06-02T18:04:07.837Z PASS [ 0.033s] (2269/2830) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
215872026-06-02T18:04:07.837Z PASS [ 0.038s] (2270/2830) oximeter-db native::io::table_columns::tests::test_column_description_with_default
215882026-06-02T18:04:07.837Z PASS [ 0.637s] (2271/2830) oximeter-db native::connection::tests::test_basic_select_query
215892026-06-02T18:04:07.837Z PASS [ 0.037s] (2272/2830) oximeter-db native::io::table_columns::tests::test_column_descriptions
215902026-06-02T18:04:07.837Z PASS [ 0.032s] (2273/2830) oximeter-db native::io::varuint::test_encode_decode_varuint
215912026-06-02T18:04:07.840Z PASS [ 0.036s] (2274/2830) oximeter-db oxql::ast::grammar::tests::test_align_table_op
215922026-06-02T18:04:07.840Z PASS [ 0.639s] (2275/2830) oximeter-db native::connection::tests::test_exchange_hello
215932026-06-02T18:04:07.848Z PASS [ 0.039s] (2276/2830) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
215942026-06-02T18:04:07.849Z PASS [ 0.644s] (2277/2830) oximeter-db native::connection::tests::test_select_array_column
215952026-06-02T18:04:07.852Z PASS [ 1.081s] (2278/2830) oximeter-db client::tests::test_sql_query_output
215962026-06-02T18:04:07.855Z PASS [ 0.033s] (2279/2830) oximeter-db oxql::ast::grammar::tests::test_comparison
215972026-06-02T18:04:07.864Z PASS [ 0.661s] (2280/2830) oximeter-db native::connection::tests::test_insert_and_select_data
215982026-06-02T18:04:07.864Z PASS [ 0.661s] (2281/2830) oximeter-db native::connection::tests::test_insert_and_select_uuid
215992026-06-02T18:04:07.870Z PASS [ 0.044s] (2282/2830) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
216002026-06-02T18:04:07.870Z PASS [ 0.625s] (2283/2830) oximeter-db native::connection::tests::test_select_array_of_nullable_column
216012026-06-02T18:04:07.873Z PASS [ 0.046s] (2284/2830) oximeter-db oxql::ast::grammar::tests::test_double_literal
216022026-06-02T18:04:07.891Z PASS [ 0.053s] (2285/2830) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
216032026-06-02T18:04:07.901Z PASS [ 0.052s] (2286/2830) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
216042026-06-02T18:04:07.905Z PASS [ 0.049s] (2287/2830) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
216052026-06-02T18:04:07.905Z PASS [ 0.038s] (2288/2830) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
216062026-06-02T18:04:07.908Z PASS [ 0.065s] (2289/2830) oximeter-db oxql::ast::grammar::tests::test_duration_literal
216072026-06-02T18:04:07.912Z PASS [ 0.044s] (2290/2830) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
216082026-06-02T18:04:07.921Z PASS [ 0.059s] (2291/2830) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
216092026-06-02T18:04:07.928Z PASS [ 0.071s] (2292/2830) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
216102026-06-02T18:04:07.928Z PASS [ 0.051s] (2293/2830) oximeter-db oxql::ast::grammar::tests::test_get_table_op
216112026-06-02T18:04:07.928Z PASS [ 0.035s] (2294/2830) oximeter-db oxql::ast::grammar::tests::test_ident
216122026-06-02T18:04:07.933Z PASS [ 0.063s] (2295/2830) oximeter-db oxql::ast::grammar::tests::test_group_by
216132026-06-02T18:04:07.937Z PASS [ 0.034s] (2296/2830) oximeter-db oxql::ast::grammar::tests::test_integer_literal
216142026-06-02T18:04:07.937Z PASS [ 0.033s] (2297/2830) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
216152026-06-02T18:04:07.940Z PASS [ 0.034s] (2298/2830) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
216162026-06-02T18:04:07.940Z PASS [ 0.038s] (2299/2830) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
216172026-06-02T18:04:07.948Z PASS [ 0.036s] (2300/2830) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
216182026-06-02T18:04:07.948Z PASS [ 0.039s] (2301/2830) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
216192026-06-02T18:04:07.954Z PASS [ 0.755s] (2302/2830) oximeter-db native::connection::tests::test_can_cancel_query
216202026-06-02T18:04:07.958Z PASS [ 0.037s] (2303/2830) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
216212026-06-02T18:04:07.961Z PASS [ 0.040s] (2304/2830) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
216222026-06-02T18:04:07.965Z PASS [ 0.090s] (2305/2830) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
216232026-06-02T18:04:07.970Z PASS [ 0.034s] (2306/2830) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
216242026-06-02T18:04:07.974Z PASS [ 0.045s] (2307/2830) oximeter-db oxql::ast::grammar::tests::test_query
216252026-06-02T18:04:07.975Z PASS [ 38.511s] (2308/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
216262026-06-02T18:04:07.979Z PASS [ 0.036s] (2309/2830) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
216272026-06-02T18:04:07.979Z PASS [ 0.043s] (2310/2830) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
216282026-06-02T18:04:07.980Z PASS [ 0.038s] (2311/2830) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
216292026-06-02T18:04:07.987Z PASS [ 0.037s] (2312/2830) oximeter-db oxql::ast::grammar::tests::test_reducer
216302026-06-02T18:04:07.992Z PASS [ 0.033s] (2313/2830) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
216312026-06-02T18:04:07.992Z PASS [ 0.039s] (2314/2830) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
216322026-06-02T18:04:08.000Z PASS [ 0.038s] (2315/2830) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
216332026-06-02T18:04:08.006Z PASS [ 0.041s] (2316/2830) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
216342026-06-02T18:04:08.007Z PASS [ 0.038s] (2317/2830) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
216352026-06-02T18:04:08.007Z PASS [ 0.033s] (2318/2830) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
216362026-06-02T18:04:08.007Z PASS [ 0.033s] (2319/2830) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
216372026-06-02T18:04:08.011Z PASS [ 0.034s] (2320/2830) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
216382026-06-02T18:04:08.011Z PASS [ 0.034s] (2321/2830) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
216392026-06-02T18:04:08.014Z PASS [ 0.035s] (2322/2830) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
216402026-06-02T18:04:08.014Z PASS [ 0.038s] (2323/2830) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
216412026-06-02T18:04:08.019Z PASS [ 0.034s] (2324/2830) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
216422026-06-02T18:04:08.025Z PASS [ 0.038s] (2325/2830) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
216432026-06-02T18:04:08.028Z PASS [ 0.039s] (2326/2830) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
216442026-06-02T18:04:08.040Z PASS [ 0.040s] (2327/2830) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
216452026-06-02T18:04:08.043Z PASS [ 0.043s] (2328/2830) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
216462026-06-02T18:04:08.046Z PASS [ 0.048s] (2329/2830) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
216472026-06-02T18:04:08.050Z PASS [ 0.041s] (2330/2830) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
216482026-06-02T18:04:08.053Z PASS [ 0.048s] (2331/2830) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
216492026-06-02T18:04:08.053Z PASS [ 0.047s] (2332/2830) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
216502026-06-02T18:04:08.053Z PASS [ 0.042s] (2333/2830) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
216512026-06-02T18:04:08.056Z PASS [ 0.042s] (2334/2830) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
216522026-06-02T18:04:08.059Z PASS [ 0.039s] (2335/2830) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
216532026-06-02T18:04:08.059Z PASS [ 0.033s] (2336/2830) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
216542026-06-02T18:04:08.062Z PASS [ 0.047s] (2337/2830) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
216552026-06-02T18:04:08.062Z PASS [ 0.036s] (2338/2830) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
216562026-06-02T18:04:08.075Z PASS [ 0.035s] (2339/2830) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
216572026-06-02T18:04:08.078Z PASS [ 0.034s] (2340/2830) oximeter-db oxql::plan::align::test::test_align_input_schema
216582026-06-02T18:04:08.092Z PASS [ 0.629s] (2341/2830) oximeter-db native::connection::tests::test_select_nullable_column
216592026-06-02T18:04:08.126Z PASS [ 0.079s] (2342/2830) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
216602026-06-02T18:04:08.130Z PASS [ 0.081s] (2343/2830) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
216612026-06-02T18:04:08.138Z PASS [ 0.612s] (2344/2830) oximeter-db native::connection::tests::test_send_cancel_with_no_query
216622026-06-02T18:04:08.144Z PASS [ 0.092s] (2345/2830) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
216632026-06-02T18:04:08.148Z PASS [ 0.095s] (2346/2830) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
216642026-06-02T18:04:08.151Z PASS [ 0.099s] (2347/2830) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
216652026-06-02T18:04:08.155Z PASS [ 0.078s] (2348/2830) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
216662026-06-02T18:04:08.155Z PASS [ 0.077s] (2349/2830) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
216672026-06-02T18:04:08.162Z PASS [ 0.104s] (2350/2830) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
216682026-06-02T18:04:08.162Z PASS [ 0.103s] (2351/2830) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
216692026-06-02T18:04:08.165Z PASS [ 0.107s] (2352/2830) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
216702026-06-02T18:04:08.165Z PASS [ 0.102s] (2353/2830) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
216712026-06-02T18:04:08.168Z PASS [ 0.106s] (2354/2830) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
216722026-06-02T18:04:08.171Z PASS [ 0.079s] (2355/2830) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
216732026-06-02T18:04:08.195Z PASS [ 0.033s] (2356/2830) oximeter-db oxql::query::tests::test_coalesce_limits
216742026-06-02T18:04:08.200Z PASS [ 0.072s] (2357/2830) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
216752026-06-02T18:04:08.200Z PASS [ 0.073s] (2358/2830) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
216762026-06-02T18:04:08.211Z PASS [ 0.048s] (2359/2830) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
216772026-06-02T18:04:08.215Z PASS [ 0.074s] (2360/2830) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
216782026-06-02T18:04:08.218Z PASS [ 0.050s] (2361/2830) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
216792026-06-02T18:04:08.218Z PASS [ 0.044s] (2362/2830) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
216802026-06-02T18:04:08.221Z PASS [ 0.077s] (2363/2830) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
216812026-06-02T18:04:08.231Z PASS [ 0.036s] (2364/2830) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
216822026-06-02T18:04:08.234Z PASS [ 0.085s] (2365/2830) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
216832026-06-02T18:04:08.234Z PASS [ 0.080s] (2366/2830) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
216842026-06-02T18:04:08.237Z PASS [ 0.083s] (2367/2830) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
216852026-06-02T18:04:08.240Z PASS [ 0.037s] (2368/2830) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
216862026-06-02T18:04:08.240Z PASS [ 0.039s] (2369/2830) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
216872026-06-02T18:04:08.240Z PASS [ 0.090s] (2370/2830) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
216882026-06-02T18:04:08.246Z PASS [ 0.035s] (2371/2830) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
216892026-06-02T18:04:08.249Z PASS [ 0.036s] (2372/2830) oximeter-db oxql::query::tests::test_coalesce_predicates
216902026-06-02T18:04:08.253Z PASS [ 0.034s] (2373/2830) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
216912026-06-02T18:04:08.253Z PASS [ 0.036s] (2374/2830) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
216922026-06-02T18:04:08.256Z PASS [ 0.093s] (2375/2830) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
216932026-06-02T18:04:08.256Z PASS [ 0.035s] (2376/2830) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
216942026-06-02T18:04:08.263Z PASS [ 0.099s] (2377/2830) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
216952026-06-02T18:04:08.268Z PASS [ 0.035s] (2378/2830) oximeter-db oxql::query::tests::test_insert_filters
216962026-06-02T18:04:08.280Z PASS [ 0.048s] (2379/2830) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
216972026-06-02T18:04:08.284Z PASS [ 0.043s] (2380/2830) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
216982026-06-02T18:04:08.284Z PASS [ 0.036s] (2381/2830) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
216992026-06-02T18:04:08.284Z PASS [ 0.043s] (2382/2830) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
217002026-06-02T18:04:08.284Z PASS [ 0.050s] (2383/2830) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
217012026-06-02T18:04:08.287Z PASS [ 0.046s] (2384/2830) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
217022026-06-02T18:04:08.287Z PASS [ 0.036s] (2385/2830) oximeter-db query::tests::test_field_cmp
217032026-06-02T18:04:08.292Z PASS [ 0.057s] (2386/2830) oximeter-db oxql::query::tests::test_query_end_time
217042026-06-02T18:04:08.295Z PASS [ 0.044s] (2387/2830) oximeter-db oxql::query::tests::test_split_query
217052026-06-02T18:04:08.298Z PASS [ 0.044s] (2388/2830) oximeter-db query::tests::test_field_selector_as_query
217062026-06-02T18:04:08.298Z PASS [ 0.043s] (2389/2830) oximeter-db query::tests::test_field_value_as_db_str
217072026-06-02T18:04:08.302Z PASS [ 0.036s] (2390/2830) oximeter-db query::tests::test_select_query_builder_from_parts
217082026-06-02T18:04:08.308Z PASS [ 0.047s] (2391/2830) oximeter-db query::tests::test_select_query_builder_filter_raw
217092026-06-02T18:04:08.313Z PASS [ 0.057s] (2392/2830) oximeter-db query::tests::test_select_query_builder_field_selectors
217102026-06-02T18:04:08.319Z PASS [ 0.036s] (2393/2830) oximeter-db query::tests::test_select_query_builder_limit_offset
217112026-06-02T18:04:08.324Z PASS [ 0.040s] (2394/2830) oximeter-db query::tests::test_select_query_builder_full
217122026-06-02T18:04:08.327Z PASS [ 0.039s] (2395/2830) oximeter-db query::tests::test_time_range
217132026-06-02T18:04:08.327Z PASS [ 0.044s] (2396/2830) oximeter-db query::tests::test_select_query_builder_no_fields
217142026-06-02T18:04:08.330Z PASS [ 0.045s] (2397/2830) oximeter-db query::tests::test_select_query_builder_no_selectors
217152026-06-02T18:04:08.330Z PASS [ 0.046s] (2398/2830) oximeter-db query::tests::test_string_field_selector
217162026-06-02T18:04:08.335Z PASS [ 0.049s] (2399/2830) oximeter-db sql::tests::test_allow_limit_offset
217172026-06-02T18:04:08.340Z PASS [ 0.047s] (2400/2830) oximeter-db sql::tests::test_cannot_name_database
217182026-06-02T18:04:08.342Z PASS [ 0.043s] (2401/2830) oximeter-db sql::tests::test_ctes_are_not_supported
217192026-06-02T18:04:08.342Z PASS [ 0.048s] (2402/2830) oximeter-db sql::tests::test_allow_subqueries
217202026-06-02T18:04:08.347Z PASS [ 0.038s] (2403/2830) oximeter-db sql::tests::test_multiple_statements_are_not_supported
217212026-06-02T18:04:08.349Z PASS [ 0.049s] (2404/2830) oximeter-db sql::tests::test_function_allow_list
217222026-06-02T18:04:08.352Z PASS [ 0.039s] (2405/2830) oximeter-db sql::tests::test_query_must_be_select_statement
217232026-06-02T18:04:08.357Z PASS [ 0.039s] (2406/2830) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
217242026-06-02T18:04:08.357Z PASS [ 0.054s] (2407/2830) oximeter-db sql::tests::test_join_must_be_inner
217252026-06-02T18:04:08.360Z PASS [ 0.037s] (2408/2830) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
217262026-06-02T18:04:08.363Z PASS [ 0.041s] (2409/2830) oximeter-db sql::tests::test_require_table_is_timeseries_name
217272026-06-02T18:04:08.363Z PASS [ 0.033s] (2410/2830) oximeter-db tests::test_timeseries_key_field_stability
217282026-06-02T18:04:08.363Z PASS [ 0.037s] (2411/2830) oximeter-db sql::tests::test_with_comma_join_fails
217292026-06-02T18:04:08.367Z PASS [ 0.038s] (2412/2830) oximeter-db tests::test_timeseries_key_sample_stability
217302026-06-02T18:04:08.370Z PASS [ 0.028s] (2413/2830) oximeter-instruments http::tests::test_latency_tracker
217312026-06-02T18:04:08.377Z PASS [ 0.030s] (2414/2830) oximeter-instruments kstat::cpu::tests::test_kstat_interested
217322026-06-02T18:04:08.383Z PASS [ 0.043s] (2415/2830) oximeter-db::integration_test test_schemas_are_not_modified
217332026-06-02T18:04:08.392Z PASS [ 0.040s] (2416/2830) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
217342026-06-02T18:04:08.411Z PASS [ 0.050s] (2417/2830) oximeter-instruments kstat::link::tests::test_kstat_interested
217352026-06-02T18:04:08.428Z PASS [ 0.071s] (2418/2830) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
217362026-06-02T18:04:08.435Z PASS [ 0.053s] (2419/2830) oximeter-instruments kstat::link::tests::test_sled_datalink
217372026-06-02T18:04:08.439Z PASS [ 0.075s] (2420/2830) oximeter-instruments kstat::link::tests::test_kstat_sampler
217382026-06-02T18:04:08.441Z PASS [ 0.070s] (2421/2830) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
217392026-06-02T18:04:08.441Z PASS [ 0.078s] (2422/2830) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
217402026-06-02T18:04:08.445Z PASS [ 0.034s] (2423/2830) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
217412026-06-02T18:04:08.447Z PASS [ 0.080s] (2424/2830) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
217422026-06-02T18:04:08.454Z PASS [ 0.076s] (2425/2830) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
217432026-06-02T18:04:08.457Z PASS [ 0.063s] (2426/2830) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
217442026-06-02T18:04:08.457Z PASS [ 0.092s] (2427/2830) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
217452026-06-02T18:04:08.460Z PASS [ 0.031s] (2428/2830) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
217462026-06-02T18:04:08.465Z PASS [ 0.029s] (2429/2830) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
217472026-06-02T18:04:08.468Z PASS [ 0.030s] (2430/2830) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
217482026-06-02T18:04:08.472Z PASS [ 0.032s] (2431/2830) oximeter-instruments kstat::zone::tests::test_kstat_interested
217492026-06-02T18:04:08.472Z PASS [ 0.025s] (2432/2830) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
217502026-06-02T18:04:08.475Z PASS [ 0.028s] (2433/2830) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
217512026-06-02T18:04:08.475Z PASS [ 0.035s] (2434/2830) oximeter-instruments kstat::zone::tests::test_zone_samples
217522026-06-02T18:04:08.475Z PASS [ 0.021s] (2435/2830) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
217532026-06-02T18:04:08.479Z PASS [ 0.132s] (2436/2830) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
217542026-06-02T18:04:08.484Z PASS [ 0.029s] (2437/2830) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
217552026-06-02T18:04:08.487Z PASS [ 0.027s] (2438/2830) oximeter-macro-impl tests::test_metric_annotated_field
217562026-06-02T18:04:08.487Z PASS [ 0.031s] (2439/2830) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
217572026-06-02T18:04:08.495Z PASS [ 0.022s] (2440/2830) oximeter-macro-impl tests::test_target_empty_struct
217582026-06-02T18:04:08.496Z PASS [ 0.028s] (2441/2830) oximeter-macro-impl tests::test_metric_enum
217592026-06-02T18:04:08.503Z PASS [ 0.022s] (2442/2830) oximeter-macro-impl tests::test_target_with_datum_field
217602026-06-02T18:04:08.503Z PASS [ 0.037s] (2443/2830) oximeter-macro-impl tests::test_metric_datum_field
217612026-06-02T18:04:08.506Z PASS [ 0.031s] (2444/2830) oximeter-macro-impl tests::test_metric_without_datum_field
217622026-06-02T18:04:08.506Z PASS [ 0.028s] (2445/2830) oximeter-macro-impl tests::test_target_enum
217632026-06-02T18:04:08.506Z PASS [ 0.031s] (2446/2830) oximeter-macro-impl tests::test_target
217642026-06-02T18:04:08.506Z PASS [ 0.028s] (2447/2830) oximeter-macro-impl tests::test_target_unit_struct
217652026-06-02T18:04:08.516Z PASS [ 0.581s] (2448/2830) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
217662026-06-02T18:04:08.521Z PASS [ 0.035s] (2449/2830) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
217672026-06-02T18:04:08.530Z PASS [ 0.042s] (2450/2830) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
217682026-06-02T18:04:08.547Z PASS [ 0.042s] (2451/2830) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
217692026-06-02T18:04:08.547Z PASS [ 0.043s] (2452/2830) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
217702026-06-02T18:04:08.547Z PASS [ 0.043s] (2453/2830) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
217712026-06-02T18:04:08.556Z PASS [ 0.033s] (2454/2830) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
217722026-06-02T18:04:08.560Z PASS [ 0.060s] (2455/2830) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
217732026-06-02T18:04:08.560Z PASS [ 0.040s] (2456/2830) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
217742026-06-02T18:04:08.560Z PASS [ 0.060s] (2457/2830) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
217752026-06-02T18:04:08.563Z PASS [ 0.058s] (2458/2830) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
217762026-06-02T18:04:08.563Z PASS [ 0.058s] (2459/2830) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
217772026-06-02T18:04:08.567Z PASS [ 0.064s] (2460/2830) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
217782026-06-02T18:04:08.571Z PASS [ 0.042s] (2461/2830) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
217792026-06-02T18:04:08.583Z PASS [ 0.038s] (2462/2830) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
217802026-06-02T18:04:08.589Z PASS [ 0.033s] (2463/2830) oximeter-schema ir::tests::fail_on_empty_target_name
217812026-06-02T18:04:08.589Z PASS [ 0.035s] (2464/2830) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
217822026-06-02T18:04:08.592Z PASS [ 0.034s] (2465/2830) oximeter-schema ir::tests::fail_on_empty_descriptions
217832026-06-02T18:04:08.592Z PASS [ 0.035s] (2466/2830) oximeter-schema ir::tests::fail_on_empty_metric_name
217842026-06-02T18:04:08.596Z PASS [ 0.038s] (2467/2830) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
217852026-06-02T18:04:08.596Z PASS [ 0.040s] (2468/2830) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
217862026-06-02T18:04:08.601Z PASS [ 0.039s] (2469/2830) oximeter-schema ir::tests::fail_on_very_long_field_names
217872026-06-02T18:04:08.607Z PASS [ 0.039s] (2470/2830) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
217882026-06-02T18:04:08.615Z PASS [ 0.044s] (2471/2830) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
217892026-06-02T18:04:08.619Z PASS [ 0.056s] (2472/2830) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
217902026-06-02T18:04:08.627Z PASS [ 0.043s] (2473/2830) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
217912026-06-02T18:04:08.631Z PASS [ 0.038s] (2474/2830) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
217922026-06-02T18:04:08.631Z PASS [ 0.036s] (2475/2830) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
217932026-06-02T18:04:08.631Z PASS [ 0.040s] (2476/2830) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
217942026-06-02T18:04:08.631Z PASS [ 0.040s] (2477/2830) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
217952026-06-02T18:04:08.635Z PASS [ 0.046s] (2478/2830) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
217962026-06-02T18:04:08.638Z PASS [ 0.030s] (2479/2830) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
217972026-06-02T18:04:08.641Z PASS [ 0.046s] (2480/2830) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
217982026-06-02T18:04:08.641Z PASS [ 0.040s] (2481/2830) oximeter-schema ir::tests::only_support_format_version_1
217992026-06-02T18:04:08.647Z PASS [ 0.031s] (2482/2830) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
218002026-06-02T18:04:08.657Z PASS [ 0.038s] (2483/2830) oximeter-test-utils tests::test_gen_test_samples
218012026-06-02T18:04:08.660Z PASS [ 0.028s] (2484/2830) oximeter-types traits::tests::test_metric_trait
218022026-06-02T18:04:08.664Z PASS [ 0.036s] (2485/2830) oximeter-test-utils tests::test_sample_struct
218032026-06-02T18:04:08.668Z PASS [ 0.039s] (2486/2830) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
218042026-06-02T18:04:08.672Z PASS [ 0.039s] (2487/2830) oximeter-test-utils tests::test_timeseries_schema_from_sample
218052026-06-02T18:04:08.672Z PASS [ 0.029s] (2488/2830) oximeter-types-versions impls::histogram::tests::test_bin_range_from
218062026-06-02T18:04:08.675Z PASS [ 0.041s] (2489/2830) oximeter-test-utils tests::test_timeseries_schema_from_parts
218072026-06-02T18:04:08.675Z PASS [ 0.037s] (2490/2830) oximeter-types traits::tests::test_producer_trait
218082026-06-02T18:04:08.675Z PASS [ 0.034s] (2491/2830) oximeter-types traits::tests::test_target_trait
218092026-06-02T18:04:08.675Z PASS [ 0.028s] (2492/2830) oximeter-types-versions impls::histogram::tests::test_bin_range_to
218102026-06-02T18:04:08.678Z PASS [ 0.035s] (2493/2830) oximeter-types-versions impls::histogram::tests::test_bin_range
218112026-06-02T18:04:08.682Z PASS [ 0.024s] (2494/2830) oximeter-types-versions impls::histogram::tests::test_ensure_finite
218122026-06-02T18:04:08.687Z PASS [ 0.028s] (2495/2830) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
218132026-06-02T18:04:08.690Z PASS [ 0.027s] (2496/2830) oximeter-types-versions impls::histogram::tests::test_histogram
218142026-06-02T18:04:08.695Z PASS [ 0.027s] (2497/2830) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
218152026-06-02T18:04:08.698Z PASS [ 0.026s] (2498/2830) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
218162026-06-02T18:04:08.698Z PASS [ 0.026s] (2499/2830) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
218172026-06-02T18:04:08.701Z PASS [ 0.030s] (2500/2830) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
218182026-06-02T18:04:08.703Z PASS [ 0.028s] (2501/2830) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
218192026-06-02T18:04:08.706Z PASS [ 0.032s] (2502/2830) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
218202026-06-02T18:04:08.706Z PASS [ 0.033s] (2503/2830) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
218212026-06-02T18:04:08.706Z PASS [ 0.029s] (2504/2830) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
218222026-06-02T18:04:08.709Z PASS [ 0.027s] (2505/2830) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
218232026-06-02T18:04:08.713Z PASS [ 0.026s] (2506/2830) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
218242026-06-02T18:04:08.716Z PASS [ 0.025s] (2507/2830) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
218252026-06-02T18:04:08.722Z PASS [ 0.027s] (2508/2830) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
218262026-06-02T18:04:08.726Z PASS [ 0.030s] (2509/2830) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
218272026-06-02T18:04:08.729Z PASS [ 0.029s] (2510/2830) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
218282026-06-02T18:04:08.729Z PASS [ 0.028s] (2511/2830) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
218292026-06-02T18:04:08.732Z PASS [ 0.029s] (2512/2830) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
218302026-06-02T18:04:08.735Z PASS [ 0.029s] (2513/2830) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
218312026-06-02T18:04:08.735Z PASS [ 0.029s] (2514/2830) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
218322026-06-02T18:04:08.735Z PASS [ 0.029s] (2515/2830) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
218332026-06-02T18:04:08.735Z PASS [ 32.022s] (2516/2830) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
218342026-06-02T18:04:08.739Z PASS [ 0.029s] (2517/2830) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
218352026-06-02T18:04:08.742Z PASS [ 0.028s] (2518/2830) oximeter-types-versions impls::histogram::tests::test_span_decades
218362026-06-02T18:04:08.745Z PASS [ 0.029s] (2519/2830) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
218372026-06-02T18:04:08.754Z PASS [ 0.030s] (2520/2830) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
218382026-06-02T18:04:08.757Z PASS [ 0.028s] (2521/2830) oximeter-types-versions impls::quantile::tests::test_empty_observations
218392026-06-02T18:04:08.757Z PASS [ 0.029s] (2522/2830) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
218402026-06-02T18:04:08.757Z PASS [ 0.029s] (2523/2830) oximeter-types-versions impls::quantile::tests::test_default_percentiles
218412026-06-02T18:04:08.761Z PASS [ 0.029s] (2524/2830) oximeter-types-versions impls::quantile::tests::test_float_observations
218422026-06-02T18:04:08.765Z PASS [ 0.030s] (2525/2830) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
218432026-06-02T18:04:08.765Z PASS [ 0.033s] (2526/2830) oximeter-types-versions impls::quantile::tests::test_find_cells
218442026-06-02T18:04:08.768Z PASS [ 0.031s] (2527/2830) oximeter-types-versions impls::quantile::tests::test_max_p
218452026-06-02T18:04:08.768Z PASS [ 0.032s] (2528/2830) oximeter-types-versions impls::quantile::tests::test_integer_observations
218462026-06-02T18:04:08.768Z PASS [ 0.027s] (2529/2830) oximeter-types-versions impls::quantile::tests::test_min_p
218472026-06-02T18:04:08.771Z PASS [ 0.028s] (2530/2830) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
218482026-06-02T18:04:08.774Z PASS [ 0.027s] (2531/2830) oximeter-types-versions impls::quantile::tests::test_rounding
218492026-06-02T18:04:08.780Z PASS [ 0.028s] (2532/2830) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
218502026-06-02T18:04:08.787Z PASS [ 0.031s] (2533/2830) oximeter-types-versions impls::types::tests::test_cumulative_f64
218512026-06-02T18:04:08.790Z PASS [ 0.032s] (2534/2830) oximeter-types-versions impls::schema::tests::test_timeseries_name
218522026-06-02T18:04:08.790Z PASS [ 0.027s] (2535/2830) oximeter-types-versions impls::types::tests::test_cumulative_i64
218532026-06-02T18:04:08.794Z PASS [ 0.036s] (2536/2830) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
218542026-06-02T18:04:08.794Z PASS [ 0.028s] (2537/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
218552026-06-02T18:04:08.794Z PASS [ 0.030s] (2538/2830) oximeter-types-versions impls::types::tests::test_datum
218562026-06-02T18:04:08.794Z PASS [ 0.027s] (2539/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
218572026-06-02T18:04:08.797Z PASS [ 0.028s] (2540/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
218582026-06-02T18:04:08.797Z PASS [ 0.030s] (2541/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
218592026-06-02T18:04:08.800Z PASS [ 0.031s] (2542/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
218602026-06-02T18:04:08.803Z PASS [ 0.031s] (2543/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
218612026-06-02T18:04:08.808Z PASS [ 0.027s] (2544/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
218622026-06-02T18:04:08.813Z PASS [ 0.027s] (2545/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
218632026-06-02T18:04:08.817Z PASS [ 0.029s] (2546/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
218642026-06-02T18:04:08.822Z PASS [ 0.029s] (2547/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
218652026-06-02T18:04:08.822Z PASS [ 0.026s] (2548/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
218662026-06-02T18:04:08.822Z PASS [ 0.026s] (2549/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
218672026-06-02T18:04:08.825Z PASS [ 0.030s] (2550/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
218682026-06-02T18:04:08.825Z PASS [ 0.028s] (2551/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
218692026-06-02T18:04:08.825Z PASS [ 0.031s] (2552/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
218702026-06-02T18:04:08.828Z PASS [ 0.029s] (2553/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
218712026-06-02T18:04:08.831Z PASS [ 0.028s] (2554/2830) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
218722026-06-02T18:04:08.834Z PASS [ 0.028s] (2555/2830) oximeter-types-versions impls::types::tests::test_measurement
218732026-06-02T18:04:08.837Z PASS [ 0.023s] (2556/2830) oxlog tests::test_daterange_filter
218742026-06-02T18:04:08.840Z PASS [ 0.029s] (2557/2830) oximeter-types-versions impls::types::tests::test_verify_field_names
218752026-06-02T18:04:08.840Z PASS [ 0.021s] (2558/2830) oxlog tests::test_sort_logs
218762026-06-02T18:04:08.840Z PASS [ 0.022s] (2559/2830) oxlog tests::test_oxide_smf_service_name_from_log_file_name
218772026-06-02T18:04:08.843Z PASS [ 0.024s] (2560/2830) oxlog tests::test_is_oxide_smf_log_file
218782026-06-02T18:04:08.851Z PASS [ 0.032s] (2561/2830) oxlog::bin/oxlog tests::test_parse_timestamp
218792026-06-02T18:04:08.889Z PASS [ 0.052s] (2562/2830) oxql-types point::tests::test_point_delta_between
218802026-06-02T18:04:08.889Z PASS [ 0.049s] (2563/2830) oxql-types point::tests::test_push_concrete_values
218812026-06-02T18:04:08.894Z PASS [ 0.059s] (2564/2830) oxql-types point::tests::test_cast_points_from_string
218822026-06-02T18:04:08.894Z PASS [ 0.061s] (2565/2830) oxql-types point::tests::test_cast_points_from_integer
218832026-06-02T18:04:08.894Z PASS [ 0.065s] (2566/2830) oxql-types point::tests::test_cast_points_from_int_distribution
218842026-06-02T18:04:08.894Z PASS [ 0.067s] (2567/2830) oxql-types point::tests::test_cast_points_from_bool
218852026-06-02T18:04:08.895Z PASS [ 0.054s] (2568/2830) oxql-types point::tests::test_join_point_arrays
218862026-06-02T18:04:08.895Z PASS [ 0.051s] (2569/2830) oxql-types point::tests::test_point_delta_between_with_new_epoch
218872026-06-02T18:04:08.895Z PASS [ 0.039s] (2570/2830) oxql-types point::tests::test_sub_between_histogram_distributions
218882026-06-02T18:04:08.895Z PASS [ 0.066s] (2571/2830) oxql-types point::tests::test_cast_points_from_double_distribution
218892026-06-02T18:04:08.895Z PASS [ 0.068s] (2572/2830) oxql-types point::tests::test_cast_points_from_double
218902026-06-02T18:04:08.898Z PASS [ 0.056s] (2573/2830) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
218912026-06-02T18:04:08.912Z PASS [ 0.021s] (2574/2830) range-requests test::invalid_ranges
218922026-06-02T18:04:08.912Z PASS [ 0.021s] (2575/2830) range-requests test::parse_range_invalid
218932026-06-02T18:04:08.912Z PASS [ 0.022s] (2576/2830) range-requests test::get_response_no_range
218942026-06-02T18:04:08.915Z PASS [ 0.021s] (2577/2830) range-requests test::range_into_str
218952026-06-02T18:04:08.916Z PASS [ 0.024s] (2578/2830) range-requests test::get_response_with_range
218962026-06-02T18:04:08.920Z PASS [ 0.026s] (2579/2830) range-requests test::potential_range_parsing_does_not_crash
218972026-06-02T18:04:08.920Z PASS [ 0.027s] (2580/2830) range-requests test::parse_range_valid
218982026-06-02T18:04:08.924Z PASS [ 0.030s] (2581/2830) range-requests test::single_range_parsing_does_not_crash
218992026-06-02T18:04:08.970Z PASS [ 0.081s] (2582/2830) parallel-task-set test::test_spawn_many
219002026-06-02T18:04:09.025Z PASS [ 0.133s] (2583/2830) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
219012026-06-02T18:04:09.042Z PASS [ 0.131s] (2584/2830) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
219022026-06-02T18:04:09.098Z PASS [ 0.186s] (2585/2830) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
219032026-06-02T18:04:09.101Z PASS [ 0.188s] (2586/2830) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
219042026-06-02T18:04:09.123Z PASS [ 0.204s] (2587/2830) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
219052026-06-02T18:04:09.131Z PASS [ 0.218s] (2588/2830) reconfigurator-cli::test-scripts script::cmds-example.txt
219062026-06-02T18:04:09.198Z PASS [ 0.303s] (2589/2830) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
219072026-06-02T18:04:09.228Z PASS [ 0.311s] (2590/2830) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
219082026-06-02T18:04:09.228Z PASS [ 0.313s] (2591/2830) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
219092026-06-02T18:04:09.232Z PASS [ 0.310s] (2592/2830) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
219102026-06-02T18:04:09.319Z PASS [ 0.120s] (2593/2830) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
219112026-06-02T18:04:09.357Z PASS [ 0.127s] (2594/2830) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
219122026-06-02T18:04:09.489Z PASS [ 0.599s] (2595/2830) reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
219132026-06-02T18:04:09.522Z PASS [ 0.203s] (2596/2830) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
219142026-06-02T18:04:09.549Z PASS [ 0.191s] (2597/2830) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
219152026-06-02T18:04:09.569Z PASS [ 0.599s] (2598/2830) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
219162026-06-02T18:04:09.636Z PASS [ 0.593s] (2599/2830) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
219172026-06-02T18:04:09.672Z PASS [ 0.123s] (2600/2830) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
219182026-06-02T18:04:09.687Z PASS [ 0.197s] (2601/2830) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
219192026-06-02T18:04:09.691Z PASS [ 0.593s] (2602/2830) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory-set.txt
219202026-06-02T18:04:09.694Z PASS [ 0.591s] (2603/2830) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory.txt
219212026-06-02T18:04:09.836Z PASS [ 0.608s] (2604/2830) reconfigurator-cli::test-scripts script::cmds-noop-stale-inventory.txt
219222026-06-02T18:04:09.841Z PASS [ 0.709s] (2605/2830) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
219232026-06-02T18:04:09.862Z PASS [ 0.189s] (2606/2830) reconfigurator-cli::test-scripts script::cmds.txt
219242026-06-02T18:04:10.122Z PASS [ 1.097s] (2607/2830) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
219252026-06-02T18:04:10.129Z PASS [ 6.831s] (2608/2830) omicron-test-utils dev::db::test::test_setup_database_default_dir
219262026-06-02T18:04:10.164Z PASS [ 0.594s] (2609/2830) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
219272026-06-02T18:04:10.231Z PASS [ 1.002s] (2610/2830) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
219282026-06-02T18:04:10.446Z PASS [ 1.323s] (2611/2830) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
219292026-06-02T18:04:10.843Z PASS [ 1.207s] (2612/2830) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
219302026-06-02T18:04:10.865Z PASS [ 1.178s] (2613/2830) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
219312026-06-02T18:04:10.909Z PASS [ 0.043s] (2614/2830) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
219322026-06-02T18:04:10.919Z PASS [ 0.687s] (2615/2830) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
219332026-06-02T18:04:10.923Z PASS [ 0.077s] (2616/2830) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
219342026-06-02T18:04:10.984Z PASS [ 0.075s] (2617/2830) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
219352026-06-02T18:04:10.989Z PASS [ 0.072s] (2618/2830) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
219362026-06-02T18:04:10.998Z PASS [ 0.078s] (2619/2830) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
219372026-06-02T18:04:11.062Z PASS [ 0.064s] (2620/2830) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
219382026-06-02T18:04:11.068Z PASS [ 0.084s] (2621/2830) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
219392026-06-02T18:04:11.071Z PASS [ 0.080s] (2622/2830) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
219402026-06-02T18:04:11.072Z PASS [ 1.379s] (2623/2830) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
219412026-06-02T18:04:11.122Z PASS [ 0.059s] (2624/2830) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
219422026-06-02T18:04:11.131Z PASS [ 0.062s] (2625/2830) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
219432026-06-02T18:04:11.136Z PASS [ 0.064s] (2626/2830) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
219442026-06-02T18:04:11.139Z PASS [ 0.070s] (2627/2830) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
219452026-06-02T18:04:11.172Z PASS [ 2.687s] (2628/2830) oximeter-producer tests::test_producer_registration_task
219462026-06-02T18:04:11.176Z PASS [ 0.054s] (2629/2830) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
219472026-06-02T18:04:11.192Z PASS [ 0.053s] (2630/2830) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
219482026-06-02T18:04:11.195Z PASS [ 0.063s] (2631/2830) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
219492026-06-02T18:04:11.199Z PASS [ 0.060s] (2632/2830) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
219502026-06-02T18:04:11.233Z PASS [ 0.061s] (2633/2830) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
219512026-06-02T18:04:11.239Z PASS [ 0.063s] (2634/2830) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
219522026-06-02T18:04:11.249Z PASS [ 0.057s] (2635/2830) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
219532026-06-02T18:04:11.249Z PASS [ 1.558s] (2636/2830) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
219542026-06-02T18:04:11.254Z PASS [ 0.058s] (2637/2830) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
219552026-06-02T18:04:11.292Z PASS [ 0.058s] (2638/2830) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
219562026-06-02T18:04:11.310Z PASS [ 0.061s] (2639/2830) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
219572026-06-02T18:04:11.316Z PASS [ 0.062s] (2640/2830) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
219582026-06-02T18:04:11.321Z PASS [ 1.460s] (2641/2830) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
219592026-06-02T18:04:11.350Z PASS [ 0.059s] (2642/2830) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
219602026-06-02T18:04:11.378Z PASS [ 0.068s] (2643/2830) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
219612026-06-02T18:04:11.384Z PASS [ 0.062s] (2644/2830) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
219622026-06-02T18:04:11.393Z PASS [ 0.077s] (2645/2830) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
219632026-06-02T18:04:11.400Z PASS [ 0.160s] (2646/2830) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
219642026-06-02T18:04:11.410Z PASS [ 0.060s] (2647/2830) sled-agent-config-reconciler ledger::tests::read_existing_config
219652026-06-02T18:04:11.425Z PASS [ 38.340s] (2648/2830) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
219662026-06-02T18:04:11.438Z PASS [ 0.059s] (2649/2830) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
219672026-06-02T18:04:11.441Z PASS [ 0.056s] (2650/2830) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
219682026-06-02T18:04:11.453Z PASS [ 0.060s] (2651/2830) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
219692026-06-02T18:04:11.459Z PASS [ 0.059s] (2652/2830) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
219702026-06-02T18:04:11.468Z PASS [ 0.057s] (2653/2830) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
219712026-06-02T18:04:11.476Z PASS [ 0.051s] (2654/2830) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
219722026-06-02T18:04:11.479Z PASS [ 0.037s] (2655/2830) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
219732026-06-02T18:04:11.501Z PASS [ 14.970s] (2656/2830) omicron-omdb::test_all_output test_omdb_env_settings
219742026-06-02T18:04:11.526Z PASS [ 0.048s] (2657/2830) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
219752026-06-02T18:04:11.561Z PASS [ 0.059s] (2658/2830) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
219762026-06-02T18:04:11.575Z PASS [ 1.735s] (2659/2830) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
219772026-06-02T18:04:11.581Z PASS [ 0.056s] (2660/2830) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
219782026-06-02T18:04:11.600Z PASS [ 2.078s] (2661/2830) reconfigurator-cli::test-scripts script::cmds-target-release.txt
219792026-06-02T18:04:11.615Z PASS [ 0.055s] (2662/2830) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
219802026-06-02T18:04:11.629Z PASS [ 0.054s] (2663/2830) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
219812026-06-02T18:04:11.635Z PASS [ 0.054s] (2664/2830) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
219822026-06-02T18:04:11.653Z PASS [ 0.052s] (2665/2830) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
219832026-06-02T18:04:11.700Z PASS [ 0.054s] (2666/2830) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
219842026-06-02T18:04:11.700Z PASS [ 0.056s] (2667/2830) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
219852026-06-02T18:04:11.700Z PASS [ 0.054s] (2668/2830) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
219862026-06-02T18:04:11.711Z PASS [ 0.058s] (2669/2830) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
219872026-06-02T18:04:11.759Z PASS [ 0.069s] (2670/2830) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
219882026-06-02T18:04:11.759Z PASS [ 0.088s] (2671/2830) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
219892026-06-02T18:04:11.773Z PASS [ 0.061s] (2672/2830) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
219902026-06-02T18:04:11.776Z PASS [ 1.330s] (2673/2830) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
219912026-06-02T18:04:11.811Z PASS [ 0.052s] (2674/2830) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
219922026-06-02T18:04:11.815Z PASS [ 0.055s] (2675/2830) sled-agent-rack-setup service::test::parse_rack_initialization
219932026-06-02T18:04:11.821Z PASS [ 0.049s] (2676/2830) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
219942026-06-02T18:04:11.830Z PASS [ 0.581s] (2677/2830) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
219952026-06-02T18:04:11.840Z PASS [ 0.064s] (2678/2830) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
219962026-06-02T18:04:11.867Z PASS [ 0.045s] (2679/2830) sled-agent-rack-setup service::test::test_subnets
219972026-06-02T18:04:11.870Z PASS [ 0.039s] (2680/2830) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
219982026-06-02T18:04:11.870Z PASS [ 0.057s] (2681/2830) sled-agent-rack-setup service::test::test_omicron_zone_configs
219992026-06-02T18:04:11.873Z PASS [ 0.060s] (2682/2830) sled-agent-rack-setup service::test::test_extra_certs
220002026-06-02T18:04:11.884Z PASS [ 0.044s] (2683/2830) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
220012026-06-02T18:04:11.908Z PASS [ 0.041s] (2684/2830) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
220022026-06-02T18:04:11.912Z PASS [ 0.040s] (2685/2830) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
220032026-06-02T18:04:11.917Z PASS [ 0.047s] (2686/2830) sled-agent-resolvable-files manifest::tests::read_success
220042026-06-02T18:04:11.920Z PASS [ 0.049s] (2687/2830) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
220052026-06-02T18:04:11.923Z PASS [ 0.039s] (2688/2830) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
220062026-06-02T18:04:11.946Z PASS [ 0.035s] (2689/2830) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
220072026-06-02T18:04:11.951Z PASS [ 0.043s] (2690/2830) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
220082026-06-02T18:04:11.956Z PASS [ 0.039s] (2691/2830) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
220092026-06-02T18:04:11.959Z PASS [ 0.033s] (2692/2830) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
220102026-06-02T18:04:11.959Z PASS [ 0.039s] (2693/2830) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
220112026-06-02T18:04:11.980Z PASS [ 0.034s] (2694/2830) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
220122026-06-02T18:04:11.991Z PASS [ 0.039s] (2695/2830) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
220132026-06-02T18:04:11.994Z PASS [ 0.038s] (2696/2830) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
220142026-06-02T18:04:11.997Z PASS [ 0.039s] (2697/2830) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
220152026-06-02T18:04:12.000Z PASS [ 0.041s] (2698/2830) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
220162026-06-02T18:04:12.014Z PASS [ 0.033s] (2699/2830) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
220172026-06-02T18:04:12.026Z PASS [ 0.034s] (2700/2830) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
220182026-06-02T18:04:12.030Z PASS [ 0.032s] (2701/2830) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
220192026-06-02T18:04:12.035Z PASS [ 0.036s] (2702/2830) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
220202026-06-02T18:04:12.035Z PASS [ 0.037s] (2703/2830) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
220212026-06-02T18:04:12.047Z PASS [ 0.033s] (2704/2830) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
220222026-06-02T18:04:12.061Z PASS [ 0.035s] (2705/2830) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
220232026-06-02T18:04:12.071Z PASS [ 0.040s] (2706/2830) sled-agent-resolvable-files mupdate_override::tests::read_both_present
220242026-06-02T18:04:12.075Z PASS [ 0.042s] (2707/2830) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
220252026-06-02T18:04:12.075Z PASS [ 0.043s] (2708/2830) sled-agent-resolvable-files mupdate_override::tests::read_different_values
220262026-06-02T18:04:12.081Z PASS [ 0.035s] (2709/2830) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
220272026-06-02T18:04:12.098Z PASS [ 0.037s] (2710/2830) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
220282026-06-02T18:04:12.110Z PASS [ 0.039s] (2711/2830) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
220292026-06-02T18:04:12.113Z PASS [ 0.041s] (2712/2830) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
220302026-06-02T18:04:12.117Z PASS [ 0.042s] (2713/2830) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
220312026-06-02T18:04:12.120Z PASS [ 1.989s] (2714/2830) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
220322026-06-02T18:04:12.123Z PASS [ 0.024s] (2715/2830) sled-agent-types zone_bundle::tests::test_compare_bundles
220332026-06-02T18:04:12.123Z PASS [ 0.040s] (2716/2830) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
220342026-06-02T18:04:12.138Z PASS [ 0.028s] (2717/2830) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
220352026-06-02T18:04:12.143Z PASS [ 0.025s] (2718/2830) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
220362026-06-02T18:04:12.147Z PASS [ 0.025s] (2719/2830) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
220372026-06-02T18:04:12.151Z PASS [ 0.027s] (2720/2830) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
220382026-06-02T18:04:12.154Z PASS [ 0.036s] (2721/2830) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
220392026-06-02T18:04:13.160Z PASS [ 0.043s] (2722/2830) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
220402026-06-02T18:04:13.166Z PASS [ 0.025s] (2723/2830) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
220412026-06-02T18:04:13.166Z PASS [ 0.479s] (2724/2830) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
220422026-06-02T18:04:13.166Z PASS [ 0.029s] (2725/2830) sled-agent-types-versions v1::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
220432026-06-02T18:04:13.166Z PASS [ 0.026s] (2726/2830) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
220442026-06-02T18:04:13.166Z PASS [ 0.028s] (2727/2830) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
220452026-06-02T18:04:13.166Z PASS [ 0.031s] (2728/2830) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
220462026-06-02T18:04:13.166Z PASS [ 0.035s] (2729/2830) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
220472026-06-02T18:04:13.166Z PASS [ 0.043s] (2730/2830) sled-diagnostics queries::test::test_command_stderr_is_correct
220482026-06-02T18:04:13.166Z PASS [ 0.042s] (2731/2830) sled-diagnostics queries::test::test_command_stdout_is_correct
220492026-06-02T18:04:13.167Z PASS [ 0.043s] (2732/2830) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
220502026-06-02T18:04:13.167Z PASS [ 0.024s] (2733/2830) sled-hardware disk::test::test_disk_paths
220512026-06-02T18:04:13.167Z PASS [ 0.025s] (2734/2830) sled-hardware disk::test::test_partition_device_paths
220522026-06-02T18:04:13.167Z PASS [ 0.201s] (2735/2830) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
220532026-06-02T18:04:13.167Z PASS [ 0.029s] (2736/2830) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
220542026-06-02T18:04:13.167Z PASS [ 0.033s] (2737/2830) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
220552026-06-02T18:04:13.168Z PASS [ 0.031s] (2738/2830) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
220562026-06-02T18:04:13.168Z PASS [ 0.033s] (2739/2830) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
220572026-06-02T18:04:13.168Z PASS [ 0.031s] (2740/2830) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
220582026-06-02T18:04:13.168Z PASS [ 0.024s] (2741/2830) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
220592026-06-02T18:04:13.168Z PASS [ 0.030s] (2742/2830) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
220602026-06-02T18:04:13.168Z PASS [ 0.023s] (2743/2830) sled-hardware illumos::tests::parse_smbios_invalid
220612026-06-02T18:04:13.168Z PASS [ 0.027s] (2744/2830) sled-hardware illumos::tests::parse_smbios_valid
220622026-06-02T18:04:13.168Z PASS [ 0.028s] (2745/2830) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
220632026-06-02T18:04:13.168Z PASS [ 0.020s] (2746/2830) sled-storage dataset::test::serialize_dataset_name
220642026-06-02T18:04:13.168Z PASS [ 0.035s] (2747/2830) trust-quorum proxy::tests::proxy_roundtrip_concurrent
220652026-06-02T18:04:13.169Z PASS [ 0.038s] (2748/2830) trust-quorum proxy::tests::proxy_roundtrip_disconnected
220662026-06-02T18:04:13.169Z PASS [ 2.441s] (2749/2830) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
220672026-06-02T18:04:13.169Z PASS [ 0.035s] (2750/2830) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
220682026-06-02T18:04:13.169Z PASS [ 76.613s] (2751/2830) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
220692026-06-02T18:04:13.169Z PASS [ 0.531s] (2752/2830) sled-diagnostics queries::test::test_long_running_command_is_aborted
220702026-06-02T18:04:13.169Z PASS [ 1.435s] (2753/2830) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
220712026-06-02T18:04:13.169Z PASS [ 15.431s] (2754/2830) omicron-passwords test::test_smoke
220722026-06-02T18:04:13.169Z PASS [ 1.536s] (2755/2830) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
220732026-06-02T18:04:13.169Z PASS [ 1.590s] (2756/2830) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
220742026-06-02T18:04:13.209Z PASS [ 1.052s] (2757/2830) sled-diagnostics logs::illumos_tests::collect_current_logs
220752026-06-02T18:04:13.232Z PASS [ 0.023s] (2758/2830) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
220762026-06-02T18:04:13.254Z PASS [ 0.022s] (2759/2830) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
220772026-06-02T18:04:13.331Z PASS [ 1.855s] (2760/2830) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
220782026-06-02T18:04:13.367Z PASS [ 0.036s] (2761/2830) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
220792026-06-02T18:04:13.373Z PASS [ 0.120s] (2762/2830) trust-quorum-protocol node::tests::initial_configuration
220802026-06-02T18:04:13.378Z PASS [ 1.214s] (2763/2830) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
220812026-06-02T18:04:13.457Z PASS [ 0.090s] (2764/2830) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
220822026-06-02T18:04:13.466Z PASS [ 0.092s] (2765/2830) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
220832026-06-02T18:04:13.523Z PASS [ 0.956s] (2766/2830) trust-quorum task::tests::tq_initial_config
220842026-06-02T18:04:13.629Z PASS [ 0.953s] (2767/2830) trust-quorum task::tests::tq_initial_config_prepare_and_commit
220852026-06-02T18:04:13.640Z PASS [ 0.581s] (2768/2830) trust-quorum-protocol crypto::tests::rack_secret_test
220862026-06-02T18:04:13.675Z PASS [ 0.045s] (2769/2830) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
220872026-06-02T18:04:13.678Z PASS [ 1.513s] (2770/2830) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
220882026-06-02T18:04:13.691Z PASS [ 0.053s] (2771/2830) update-common artifacts::update_plan::tests::test_bad_rot_versions
220892026-06-02T18:04:13.725Z PASS [ 0.052s] (2772/2830) update-common artifacts::update_plan::tests::test_multi_rot_bord
220902026-06-02T18:04:13.736Z PASS [ 0.057s] (2773/2830) update-common artifacts::update_plan::tests::test_multi_rot_version
220912026-06-02T18:04:13.736Z PASS [ 0.042s] (2774/2830) update-common artifacts::update_plan::tests::test_split_control_plane
220922026-06-02T18:04:13.749Z PASS [ 0.292s] (2775/2830) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
220932026-06-02T18:04:13.760Z PASS [ 0.035s] (2776/2830) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
220942026-06-02T18:04:13.768Z PASS [ 0.303s] (2777/2830) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
220952026-06-02T18:04:13.775Z PASS [ 0.042s] (2778/2830) update-common artifacts::update_plan::tests::test_too_many_rot_bord
220962026-06-02T18:04:13.784Z PASS [ 0.051s] (2779/2830) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
220972026-06-02T18:04:13.796Z PASS [ 0.027s] (2780/2830) update-engine display::line_display_shared::tests::test_format_progress_counter
220982026-06-02T18:04:13.803Z PASS [ 0.027s] (2781/2830) update-engine display::line_display_shared::tests::test_start_line
220992026-06-02T18:04:13.811Z PASS [ 0.051s] (2782/2830) update-engine display::group_display::tests::test_stats
221002026-06-02T18:04:13.819Z PASS [ 0.034s] (2783/2830) update-engine engine::tests::error_exits_early
221012026-06-02T18:04:13.831Z PASS [ 0.035s] (2784/2830) update-engine events::tests::progress_event_parse_unknown
221022026-06-02T18:04:13.836Z PASS [ 0.033s] (2785/2830) update-engine events::tests::step_event_parse_unknown
221032026-06-02T18:04:13.840Z PASS [ 0.029s] (2786/2830) update-engine spec::tests::test_merge_anyhow_list
221042026-06-02T18:04:13.847Z PASS [ 1.675s] (2787/2830) sled-diagnostics logs::illumos_tests::log_snapshots_work
221052026-06-02T18:04:13.851Z PASS [ 1.287s] (2788/2830) trust-quorum task::tests::test_network_config
221062026-06-02T18:04:13.855Z PASS [ 0.106s] (2789/2830) update-engine buffer::tests::test_buffer
221072026-06-02T18:04:13.859Z PASS [ 0.026s] (2790/2830) wicket state::inventory::tests::component_id_display
221082026-06-02T18:04:13.863Z PASS [ 0.027s] (2791/2830) wicket state::rack::tests::prev_next_are_opposites
221092026-06-02T18:04:13.867Z PASS [ 0.026s] (2792/2830) wicket state::rack::tests::up_down_are_opposites
221102026-06-02T18:04:13.881Z PASS [ 0.030s] (2793/2830) wicket-common rack_setup::tests::invalid_router_peer_address
221112026-06-02T18:04:13.885Z PASS [ 0.029s] (2794/2830) wicket-common rack_setup::tests::invalid_uplink_address
221122026-06-02T18:04:13.888Z PASS [ 0.030s] (2795/2830) wicket-common rack_setup::tests::roundtrip_import_export_policy
221132026-06-02T18:04:13.892Z PASS [ 0.029s] (2796/2830) wicket-common rack_setup::tests::roundtrip_router_peer_address
221142026-06-02T18:04:13.897Z PASS [ 0.030s] (2797/2830) wicket-common rack_setup::tests::roundtrip_uplink_address
221152026-06-02T18:04:13.907Z PASS [ 0.026s] (2798/2830) wicket-common rack_update::tests::test_rollup_update_state
221162026-06-02T18:04:13.910Z PASS [ 2.449s] (2799/2830) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
221172026-06-02T18:04:13.920Z PASS [ 0.035s] (2800/2830) wicketd installinator_progress::tests::test_states
221182026-06-02T18:04:13.920Z PASS [ 0.034s] (2801/2830) wicketd rss_config::tests::test_bgp_auth_key_states
221192026-06-02T18:04:13.927Z PASS [ 1.380s] (2802/2830) trust-quorum task::tests::full_mesh_connectivity
221202026-06-02T18:04:13.930Z PASS [ 0.036s] (2803/2830) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
221212026-06-02T18:04:13.941Z PASS [ 0.093s] (2804/2830) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
221222026-06-02T18:04:13.944Z PASS [ 0.952s] (2805/2830) trust-quorum task::tests::tq_upgrade_from_lrtq
221232026-06-02T18:04:13.969Z TRY 1 FAIL [ 0.150s] (─────────) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
221242026-06-02T18:04:13.969Z stdout ───
221252026-06-02T18:04:13.969Z
221262026-06-02T18:04:13.969Z running 1 test
221272026-06-02T18:04:13.970Z @@ -44,12 +44,12 @@
221282026-06-02T18:04:13.970Z
221292026-06-02T18:04:13.970Z # List of sleds to initialize.
221302026-06-02T18:04:13.970Z #
221312026-06-02T18:04:13.970Z # Confirm this list contains all expected sleds before continuing!
221322026-06-02T18:04:13.970Z bootstrap_sleds = [
221332026-06-02T18:04:13.970Z - 1, # serial 1 2 3 (model model1 revision 3, IP address UNKNOWN)
221342026-06-02T18:04:13.970Z - 5, # serial 4 5 6 (model model2 revision 5, ::1)
221352026-06-02T18:04:13.970Z + 1, # serial 1 2 3 (model model1, IP address UNKNOWN)
221362026-06-02T18:04:13.970Z + 5, # serial 4 5 6 (model model2, ::1)
221372026-06-02T18:04:13.970Z ]
221382026-06-02T18:04:13.970Z
221392026-06-02T18:04:13.970Z # Allowlist of source IPs that can make requests to user-facing services.
221402026-06-02T18:04:13.970Z #
221412026-06-02T18:04:13.970Z # Use the key:
221422026-06-02T18:04:13.970Z
221432026-06-02T18:04:13.970Z test cli::rack_setup::config_toml::tests::round_trip_nonempty_config ... FAILED
221442026-06-02T18:04:13.970Z
221452026-06-02T18:04:13.970Z failures:
221462026-06-02T18:04:13.970Z
221472026-06-02T18:04:13.970Z failures:
221482026-06-02T18:04:13.970Z cli::rack_setup::config_toml::tests::round_trip_nonempty_config
221492026-06-02T18:04:13.970Z
221502026-06-02T18:04:13.970Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.11s
221512026-06-02T18:04:13.970Z
221522026-06-02T18:04:13.970Z stderr ───
221532026-06-02T18:04:13.970Z
221542026-06-02T18:04:13.971Z thread 'cli::rack_setup::config_toml::tests::round_trip_nonempty_config' (2) panicked at wicket/src/cli/rack_setup/config_toml.rs:657:9:
221552026-06-02T18:04:13.971Z assertion failed: string doesn't match the contents of file: "tests/output/example_non_empty.toml" see diffset above
221562026-06-02T18:04:13.971Z set EXPECTORATE=overwrite if these changes are intentional
221572026-06-02T18:04:13.971Z stack backtrace:
221582026-06-02T18:04:13.971Z 0: __rustc::rust_begin_unwind
221592026-06-02T18:04:13.971Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
221602026-06-02T18:04:13.971Z 1: core::panicking::panic_fmt
221612026-06-02T18:04:13.971Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
221622026-06-02T18:04:13.971Z 2: expectorate::assert_contents::<&str>
221632026-06-02T18:04:13.971Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs:67:9
221642026-06-02T18:04:13.971Z 3: round_trip_nonempty_config
221652026-06-02T18:04:13.971Z at ./src/cli/rack_setup/config_toml.rs:657:9
221662026-06-02T18:04:13.971Z 4: wicket::cli::rack_setup::config_toml::tests::round_trip_nonempty_config::{closure#0}
221672026-06-02T18:04:13.971Z at ./src/cli/rack_setup/config_toml.rs:651:36
221682026-06-02T18:04:13.971Z 5: <wicket::cli::rack_setup::config_toml::tests::round_trip_nonempty_config::{closure#0} as core::ops::function::FnOnce<()>>::call_once
221692026-06-02T18:04:13.971Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
221702026-06-02T18:04:13.971Z 6: core::ops::function::FnOnce::call_once
221712026-06-02T18:04:13.971Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
221722026-06-02T18:04:13.971Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
221732026-06-02T18:04:13.971Z
221742026-06-02T18:04:14.106Z TRY 2 FAIL [ 0.131s] (─────────) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
221752026-06-02T18:04:14.106Z stdout ───
221762026-06-02T18:04:14.106Z
221772026-06-02T18:04:14.106Z running 1 test
221782026-06-02T18:04:14.106Z @@ -44,12 +44,12 @@
221792026-06-02T18:04:14.106Z
221802026-06-02T18:04:14.106Z # List of sleds to initialize.
221812026-06-02T18:04:14.106Z #
221822026-06-02T18:04:14.106Z # Confirm this list contains all expected sleds before continuing!
221832026-06-02T18:04:14.106Z bootstrap_sleds = [
221842026-06-02T18:04:14.106Z - 1, # serial 1 2 3 (model model1 revision 3, IP address UNKNOWN)
221852026-06-02T18:04:14.106Z - 5, # serial 4 5 6 (model model2 revision 5, ::1)
221862026-06-02T18:04:14.106Z + 1, # serial 1 2 3 (model model1, IP address UNKNOWN)
221872026-06-02T18:04:14.106Z + 5, # serial 4 5 6 (model model2, ::1)
221882026-06-02T18:04:14.106Z ]
221892026-06-02T18:04:14.107Z
221902026-06-02T18:04:14.107Z # Allowlist of source IPs that can make requests to user-facing services.
221912026-06-02T18:04:14.107Z #
221922026-06-02T18:04:14.107Z # Use the key:
221932026-06-02T18:04:14.107Z
221942026-06-02T18:04:14.107Z test cli::rack_setup::config_toml::tests::round_trip_nonempty_config ... FAILED
221952026-06-02T18:04:14.107Z
221962026-06-02T18:04:14.107Z failures:
221972026-06-02T18:04:14.107Z
221982026-06-02T18:04:14.107Z failures:
221992026-06-02T18:04:14.107Z cli::rack_setup::config_toml::tests::round_trip_nonempty_config
222002026-06-02T18:04:14.107Z
222012026-06-02T18:04:14.107Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.09s
222022026-06-02T18:04:14.107Z
222032026-06-02T18:04:14.107Z stderr ───
222042026-06-02T18:04:14.107Z
222052026-06-02T18:04:14.107Z thread 'cli::rack_setup::config_toml::tests::round_trip_nonempty_config' (2) panicked at wicket/src/cli/rack_setup/config_toml.rs:657:9:
222062026-06-02T18:04:14.107Z assertion failed: string doesn't match the contents of file: "tests/output/example_non_empty.toml" see diffset above
222072026-06-02T18:04:14.107Z set EXPECTORATE=overwrite if these changes are intentional
222082026-06-02T18:04:14.107Z stack backtrace:
222092026-06-02T18:04:14.107Z 0: __rustc::rust_begin_unwind
222102026-06-02T18:04:14.107Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
222112026-06-02T18:04:14.107Z 1: core::panicking::panic_fmt
222122026-06-02T18:04:14.107Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
222132026-06-02T18:04:14.107Z 2: expectorate::assert_contents::<&str>
222142026-06-02T18:04:14.107Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs:67:9
222152026-06-02T18:04:14.107Z 3: round_trip_nonempty_config
222162026-06-02T18:04:14.107Z at ./src/cli/rack_setup/config_toml.rs:657:9
222172026-06-02T18:04:14.108Z 4: wicket::cli::rack_setup::config_toml::tests::round_trip_nonempty_config::{closure#0}
222182026-06-02T18:04:14.108Z at ./src/cli/rack_setup/config_toml.rs:651:36
222192026-06-02T18:04:14.108Z 5: <wicket::cli::rack_setup::config_toml::tests::round_trip_nonempty_config::{closure#0} as core::ops::function::FnOnce<()>>::call_once
222202026-06-02T18:04:14.108Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
222212026-06-02T18:04:14.108Z 6: core::ops::function::FnOnce::call_once
222222026-06-02T18:04:14.108Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
222232026-06-02T18:04:14.108Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
222242026-06-02T18:04:14.108Z
222252026-06-02T18:04:14.177Z PASS [ 4.013s] (2806/2830) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
222262026-06-02T18:04:14.177Z PASS [ 1.303s] (2807/2830) trust-quorum task::tests::tq_proxy
222272026-06-02T18:04:14.228Z TRY 3 FAIL [ 0.124s] (2808/2830) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
222282026-06-02T18:04:14.228Z stdout ───
222292026-06-02T18:04:14.228Z
222302026-06-02T18:04:14.228Z running 1 test
222312026-06-02T18:04:14.228Z @@ -44,12 +44,12 @@
222322026-06-02T18:04:14.228Z
222332026-06-02T18:04:14.228Z # List of sleds to initialize.
222342026-06-02T18:04:14.228Z #
222352026-06-02T18:04:14.228Z # Confirm this list contains all expected sleds before continuing!
222362026-06-02T18:04:14.228Z bootstrap_sleds = [
222372026-06-02T18:04:14.228Z - 1, # serial 1 2 3 (model model1 revision 3, IP address UNKNOWN)
222382026-06-02T18:04:14.228Z - 5, # serial 4 5 6 (model model2 revision 5, ::1)
222392026-06-02T18:04:14.228Z + 1, # serial 1 2 3 (model model1, IP address UNKNOWN)
222402026-06-02T18:04:14.228Z + 5, # serial 4 5 6 (model model2, ::1)
222412026-06-02T18:04:14.228Z ]
222422026-06-02T18:04:14.228Z
222432026-06-02T18:04:14.228Z # Allowlist of source IPs that can make requests to user-facing services.
222442026-06-02T18:04:14.229Z #
222452026-06-02T18:04:14.229Z # Use the key:
222462026-06-02T18:04:14.229Z
222472026-06-02T18:04:14.229Z test cli::rack_setup::config_toml::tests::round_trip_nonempty_config ... FAILED
222482026-06-02T18:04:14.229Z
222492026-06-02T18:04:14.229Z failures:
222502026-06-02T18:04:14.229Z
222512026-06-02T18:04:14.229Z failures:
222522026-06-02T18:04:14.229Z cli::rack_setup::config_toml::tests::round_trip_nonempty_config
222532026-06-02T18:04:14.229Z
222542026-06-02T18:04:14.229Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.09s
222552026-06-02T18:04:14.229Z
222562026-06-02T18:04:14.229Z stderr ───
222572026-06-02T18:04:14.229Z
222582026-06-02T18:04:14.229Z thread 'cli::rack_setup::config_toml::tests::round_trip_nonempty_config' (2) panicked at wicket/src/cli/rack_setup/config_toml.rs:657:9:
222592026-06-02T18:04:14.229Z assertion failed: string doesn't match the contents of file: "tests/output/example_non_empty.toml" see diffset above
222602026-06-02T18:04:14.229Z set EXPECTORATE=overwrite if these changes are intentional
222612026-06-02T18:04:14.229Z stack backtrace:
222622026-06-02T18:04:14.229Z 0: __rustc::rust_begin_unwind
222632026-06-02T18:04:14.229Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
222642026-06-02T18:04:14.229Z 1: core::panicking::panic_fmt
222652026-06-02T18:04:14.229Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
222662026-06-02T18:04:14.229Z 2: expectorate::assert_contents::<&str>
222672026-06-02T18:04:14.229Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs:67:9
222682026-06-02T18:04:14.229Z 3: round_trip_nonempty_config
222692026-06-02T18:04:14.229Z at ./src/cli/rack_setup/config_toml.rs:657:9
222702026-06-02T18:04:14.229Z 4: wicket::cli::rack_setup::config_toml::tests::round_trip_nonempty_config::{closure#0}
222712026-06-02T18:04:14.229Z at ./src/cli/rack_setup/config_toml.rs:651:36
222722026-06-02T18:04:14.229Z 5: <wicket::cli::rack_setup::config_toml::tests::round_trip_nonempty_config::{closure#0} as core::ops::function::FnOnce<()>>::call_once
222732026-06-02T18:04:14.229Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
222742026-06-02T18:04:14.229Z 6: core::ops::function::FnOnce::call_once
222752026-06-02T18:04:14.229Z at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
222762026-06-02T18:04:14.229Z note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
222772026-06-02T18:04:14.229Z
222782026-06-02T18:04:14.303Z PASS [ 1.370s] (2809/2830) trust-quorum task::tests::tq_reconfig_with_commit_advance
222792026-06-02T18:04:14.446Z PASS [ 1.659s] (2810/2830) trust-quorum task::tests::tq_persistent_state
222802026-06-02T18:04:15.458Z PASS [ 106.518s] (2811/2830) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
222812026-06-02T18:04:16.073Z PASS [ 2.550s] (2812/2830) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
222822026-06-02T18:04:16.381Z PASS [ 5.186s] (2813/2830) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
222832026-06-02T18:04:16.665Z PASS [ 8.307s] (2814/2830) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
222842026-06-02T18:04:17.873Z PASS [ 8.037s] (2815/2830) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
222852026-06-02T18:04:22.729Z PASS [ 14.388s] (2816/2830) oximeter-db::integration_test test_schemas_disjoint
222862026-06-02T18:04:24.171Z PASS [ 92.694s] (2817/2830) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
222872026-06-02T18:04:24.962Z PASS [ 28.411s] (2818/2830) omicron-omdb::test_all_output test_omdb_success_cases
222882026-06-02T18:04:25.130Z PASS [ 16.794s] (2819/2830) oximeter-db::integration_test test_cluster
222892026-06-02T18:04:28.774Z PASS [ 46.525s] (2820/2830) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
222902026-06-02T18:04:29.562Z PASS [ 41.761s] (2821/2830) omicron-nexus::test_all integration_tests::webhooks::test_probe
222912026-06-02T18:04:31.665Z PASS [ 32.092s] (2822/2830) omicron-sled-agent nexus::test::nexus_self_notification_test
222922026-06-02T18:04:33.840Z PASS [ 45.741s] (2823/2830) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
222932026-06-02T18:04:34.332Z PASS [ 30.040s] (2824/2830) oximeter-db client::tests::cannot_ping_nonexistent_server
222942026-06-02T18:04:35.941Z PASS [ 47.676s] (2825/2830) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
222952026-06-02T18:05:13.379Z SLOW [> 60.000s] (─────────) trust-quorum-protocol::cluster test_trust_quorum_protocol
222962026-06-02T18:05:13.899Z SLOW [> 60.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
222972026-06-02T18:05:13.909Z SLOW [> 60.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
222982026-06-02T18:05:13.912Z SLOW [> 60.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
222992026-06-02T18:05:13.922Z SLOW [> 60.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
223002026-06-02T18:05:28.368Z PASS [ 74.990s] (2826/2830) trust-quorum-protocol::cluster test_trust_quorum_protocol
223012026-06-02T18:06:13.904Z SLOW [>120.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
223022026-06-02T18:06:13.911Z SLOW [>120.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
223032026-06-02T18:06:13.915Z SLOW [>120.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
223042026-06-02T18:06:13.924Z SLOW [>120.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
223052026-06-02T18:07:13.903Z SLOW [>180.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
223062026-06-02T18:07:13.911Z SLOW [>180.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
223072026-06-02T18:07:13.914Z SLOW [>180.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
223082026-06-02T18:07:13.924Z SLOW [>180.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
223092026-06-02T18:08:13.903Z SLOW [>240.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
223102026-06-02T18:08:13.913Z SLOW [>240.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
223112026-06-02T18:08:13.916Z SLOW [>240.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
223122026-06-02T18:08:13.926Z SLOW [>240.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
223132026-06-02T18:09:13.904Z SLOW [>300.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
223142026-06-02T18:09:13.914Z SLOW [>300.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
223152026-06-02T18:09:13.918Z SLOW [>300.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
223162026-06-02T18:09:13.927Z SLOW [>300.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
223172026-06-02T18:10:13.906Z SLOW [>360.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
223182026-06-02T18:10:13.916Z SLOW [>360.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
223192026-06-02T18:10:13.922Z SLOW [>360.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
223202026-06-02T18:10:13.929Z SLOW [>360.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
223212026-06-02T18:11:13.908Z SLOW [>420.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
223222026-06-02T18:11:13.917Z SLOW [>420.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
223232026-06-02T18:11:13.921Z SLOW [>420.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
223242026-06-02T18:11:13.930Z SLOW [>420.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
223252026-06-02T18:12:13.909Z SLOW [>480.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
223262026-06-02T18:12:13.919Z SLOW [>480.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
223272026-06-02T18:12:13.922Z SLOW [>480.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
223282026-06-02T18:12:13.932Z SLOW [>480.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
223292026-06-02T18:13:13.915Z SLOW [>540.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
223302026-06-02T18:13:13.927Z SLOW [>540.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
223312026-06-02T18:13:13.934Z SLOW [>540.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
223322026-06-02T18:13:13.938Z SLOW [>540.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
223332026-06-02T18:14:13.912Z SLOW [>600.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
223342026-06-02T18:14:13.921Z SLOW [>600.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
223352026-06-02T18:14:13.926Z SLOW [>600.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
223362026-06-02T18:14:13.934Z SLOW [>600.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
223372026-06-02T18:15:13.913Z SLOW [>660.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
223382026-06-02T18:15:13.923Z SLOW [>660.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
223392026-06-02T18:15:13.927Z SLOW [>660.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
223402026-06-02T18:15:13.936Z SLOW [>660.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
223412026-06-02T18:16:13.915Z SLOW [>720.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
223422026-06-02T18:16:13.924Z SLOW [>720.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
223432026-06-02T18:16:13.927Z SLOW [>720.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
223442026-06-02T18:16:13.937Z SLOW [>720.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
223452026-06-02T18:17:13.916Z SLOW [>780.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
223462026-06-02T18:17:13.926Z SLOW [>780.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
223472026-06-02T18:17:13.929Z SLOW [>780.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
223482026-06-02T18:17:13.940Z SLOW [>780.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
223492026-06-02T18:18:13.917Z SLOW [>840.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
223502026-06-02T18:18:13.927Z SLOW [>840.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
223512026-06-02T18:18:13.931Z SLOW [>840.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
223522026-06-02T18:18:13.941Z SLOW [>840.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
223532026-06-02T18:19:13.918ZTRY 1 TRMNTG [>900.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
223542026-06-02T18:19:13.929ZTRY 1 TRMNTG [>900.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
223552026-06-02T18:19:13.932ZTRY 1 TRMNTG [>900.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
223562026-06-02T18:19:13.932Z TRY 1 TMT [ 900.027s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
223572026-06-02T18:19:13.932Z stdout ───
223582026-06-02T18:19:13.932Z
223592026-06-02T18:19:13.932Z running 1 test
223602026-06-02T18:19:13.932Z test integration_tests::inventory::test_inventory has been running for over 60 seconds
223612026-06-02T18:19:13.932Z stderr ───
223622026-06-02T18:19:13.932Z log file: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_inventory.25625.0.log
223632026-06-02T18:19:13.932Z note: configured to log to "/var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_inventory.25625.0.log"
223642026-06-02T18:19:13.932Z
223652026-06-02T18:19:13.932Z (test timed out)
223662026-06-02T18:19:13.932Z
223672026-06-02T18:19:13.942ZTRY 1 TRMNTG [>900.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
223682026-06-02T18:19:13.952Z TRY 1 TMT [ 900.038s] (─────────) wicketd::mod integration_tests::updates::test_update_races
223692026-06-02T18:19:13.952Z stdout ───
223702026-06-02T18:19:13.952Z
223712026-06-02T18:19:13.952Z running 1 test
223722026-06-02T18:19:13.952Z test integration_tests::updates::test_update_races has been running for over 60 seconds
223732026-06-02T18:19:13.952Z stderr ───
223742026-06-02T18:19:13.952Z log file: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_artifact_upload_while_updating.25627.0.log
223752026-06-02T18:19:13.952Z note: configured to log to "/var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_artifact_upload_while_updating.25627.0.log"
223762026-06-02T18:19:13.952Z hint: Generated a random key:
223772026-06-02T18:19:13.952Z hint:
223782026-06-02T18:19:13.952Z hint: ed25519:MFECAQEwBQYDK2VwBCIEIO7Ku3v3lMP6AUrzUR9IFLRf_EaU42v4mlfReYKBeAVYgSEApttFe7vudzS1QfUt8pMJBJeyRQ1QZH-qYhEDU56tr6E=
223792026-06-02T18:19:13.952Z hint:
223802026-06-02T18:19:13.952Z hint: To modify this repository, you will need this key. Use the -k/--key
223812026-06-02T18:19:13.952Z hint: command line flag or the TUFACEOUS_KEY environment variable:
223822026-06-02T18:19:13.952Z hint:
223832026-06-02T18:19:13.952Z hint: export TUFACEOUS_KEY=ed25519:MFECAQEwBQYDK2VwBCIEIO7Ku3v3lMP6AUrzUR9IFLRf_EaU42v4mlfReYKBeAVYgSEApttFe7vudzS1QfUt8pMJBJeyRQ1QZH-qYhEDU56tr6E=
223842026-06-02T18:19:13.953Z hint:
223852026-06-02T18:19:13.953Z hint: To prevent this default behavior, use --no-generate-key.
223862026-06-02T18:19:13.953Z
223872026-06-02T18:19:13.953Z (test timed out)
223882026-06-02T18:19:13.953Z
223892026-06-02T18:19:13.957Z TRY 1 TMT [ 900.040s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
223902026-06-02T18:19:13.957Z stdout ───
223912026-06-02T18:19:13.957Z
223922026-06-02T18:19:13.957Z running 1 test
223932026-06-02T18:19:13.957Z test integration_tests::updates::test_installinator_fetch has been running for over 60 seconds
223942026-06-02T18:19:13.957Z stderr ───
223952026-06-02T18:19:13.957Z log file: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_installinator_fetch_no_installinator_document.25626.0.log
223962026-06-02T18:19:13.957Z note: configured to log to "/var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_installinator_fetch_no_installinator_document.25626.0.log"
223972026-06-02T18:19:13.957Z hint: Generated a random key:
223982026-06-02T18:19:13.957Z hint:
223992026-06-02T18:19:13.957Z hint: ed25519:MFECAQEwBQYDK2VwBCIEIHqMzSSw7El8UET_TL-70890Vd_iJM80YNax_lR9SfPjgSEAiHZEMMQ2-uwlhKbs29kd75xLs5-ruHvXb_oZ81Zw_qU=
224002026-06-02T18:19:13.957Z hint:
224012026-06-02T18:19:13.957Z hint: To modify this repository, you will need this key. Use the -k/--key
224022026-06-02T18:19:13.957Z hint: command line flag or the TUFACEOUS_KEY environment variable:
224032026-06-02T18:19:13.957Z hint:
224042026-06-02T18:19:13.957Z hint: export TUFACEOUS_KEY=ed25519:MFECAQEwBQYDK2VwBCIEIHqMzSSw7El8UET_TL-70890Vd_iJM80YNax_lR9SfPjgSEAiHZEMMQ2-uwlhKbs29kd75xLs5-ruHvXb_oZ81Zw_qU=
224052026-06-02T18:19:13.957Z hint:
224062026-06-02T18:19:13.957Z hint: To prevent this default behavior, use --no-generate-key.
224072026-06-02T18:19:13.958Z status: ResolverStatus {
224082026-06-02T18:19:13.958Z zone_manifest: ZoneManifestStatus {
224092026-06-02T18:19:13.958Z boot_disk_path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/ee65621d-8ad8-45d7-8131-1b70b33b3190/install/zones.json",
224102026-06-02T18:19:13.958Z boot_disk_result: Ok(
224112026-06-02T18:19:13.958Z OmicronManifestArtifactsResult {
224122026-06-02T18:19:13.958Z manifest: OmicronInstallManifest {
224132026-06-02T18:19:13.958Z source: Installinator {
224142026-06-02T18:19:13.958Z mupdate_id: 673af24e-7e55-471c-9910-57431830d814 (mupdate),
224152026-06-02T18:19:13.958Z },
224162026-06-02T18:19:13.958Z files: {
224172026-06-02T18:19:13.958Z "clickhouse.tar.gz": OmicronInstallMetadata {
224182026-06-02T18:19:13.958Z file_name: "clickhouse.tar.gz",
224192026-06-02T18:19:13.958Z file_size: 1687,
224202026-06-02T18:19:13.958Z hash: ArtifactHash(
224212026-06-02T18:19:13.958Z "bb2d1ff02d11f72bc9049ae57f27536207519a1859d29f8d7a90ab3b44d56b08",
224222026-06-02T18:19:13.958Z ),
224232026-06-02T18:19:13.958Z },
224242026-06-02T18:19:13.958Z "clickhouse_keeper.tar.gz": OmicronInstallMetadata {
224252026-06-02T18:19:13.958Z file_name: "clickhouse_keeper.tar.gz",
224262026-06-02T18:19:13.958Z file_size: 1691,
224272026-06-02T18:19:13.958Z hash: ArtifactHash(
224282026-06-02T18:19:13.958Z "1eb9f24be68f13c274aa0ac9b863cec520dbfe762620c328431728d75bfd2198",
224292026-06-02T18:19:13.958Z ),
224302026-06-02T18:19:13.959Z },
224312026-06-02T18:19:13.959Z "clickhouse_server.tar.gz": OmicronInstallMetadata {
224322026-06-02T18:19:13.959Z file_name: "clickhouse_server.tar.gz",
224332026-06-02T18:19:13.959Z file_size: 1691,
224342026-06-02T18:19:13.959Z hash: ArtifactHash(
224352026-06-02T18:19:13.959Z "50fe271948672a9af1ba5f96c9d87ff2736fa72d78dfef598a79fa0cc8a00474",
224362026-06-02T18:19:13.959Z ),
224372026-06-02T18:19:13.959Z },
224382026-06-02T18:19:13.959Z "cockroachdb.tar.gz": OmicronInstallMetadata {
224392026-06-02T18:19:13.959Z file_name: "cockroachdb.tar.gz",
224402026-06-02T18:19:13.959Z file_size: 1690,
224412026-06-02T18:19:13.959Z hash: ArtifactHash(
224422026-06-02T18:19:13.959Z "ebc82bf181db864b78cb7e3ddedf7ab1dd8fe7b377b02846f3c27cf0387bb387",
224432026-06-02T18:19:13.959Z ),
224442026-06-02T18:19:13.959Z },
224452026-06-02T18:19:13.959Z "crucible.tar.gz": OmicronInstallMetadata {
224462026-06-02T18:19:13.959Z file_name: "crucible.tar.gz",
224472026-06-02T18:19:13.959Z file_size: 1691,
224482026-06-02T18:19:13.959Z hash: ArtifactHash(
224492026-06-02T18:19:13.959Z "866f6a7c2e51c056fb722b5113e80181cc9cd8b712a0d3dbf1edc4ce29e5229e",
224502026-06-02T18:19:13.959Z ),
224512026-06-02T18:19:13.959Z },
224522026-06-02T18:19:13.959Z "crucible_pantry.tar.gz": OmicronInstallMetadata {
224532026-06-02T18:19:13.959Z file_name: "crucible_pantry.tar.gz",
224542026-06-02T18:19:13.959Z file_size: 1696,
224552026-06-02T18:19:13.959Z hash: ArtifactHash(
224562026-06-02T18:19:13.959Z "3ff26dad96faa8f67251f5de40458b4f809d536bfe8572134da0e42c2fa12674",
224572026-06-02T18:19:13.959Z ),
224582026-06-02T18:19:13.959Z },
224592026-06-02T18:19:13.959Z "external_dns.tar.gz": OmicronInstallMetadata {
224602026-06-02T18:19:13.959Z file_name: "external_dns.tar.gz",
224612026-06-02T18:19:13.959Z file_size: 1690,
224622026-06-02T18:19:13.959Z hash: ArtifactHash(
224632026-06-02T18:19:13.959Z "f282c45771429f7bebf71f0cc668521066db57c6bb07fcfccdfb44825d3d930f",
224642026-06-02T18:19:13.959Z ),
224652026-06-02T18:19:13.959Z },
224662026-06-02T18:19:13.959Z "internal_dns.tar.gz": OmicronInstallMetadata {
224672026-06-02T18:19:13.959Z file_name: "internal_dns.tar.gz",
224682026-06-02T18:19:13.959Z file_size: 1690,
224692026-06-02T18:19:13.960Z hash: ArtifactHash(
224702026-06-02T18:19:13.960Z "de30657a72b066b8ef1f56351a0a5d4d7000da0a62c4be9b2e949a107ca8a389",
224712026-06-02T18:19:13.960Z ),
224722026-06-02T18:19:13.960Z },
224732026-06-02T18:19:13.960Z "nexus.tar.gz": OmicronInstallMetadata {
224742026-06-02T18:19:13.960Z file_name: "nexus.tar.gz",
224752026-06-02T18:19:13.960Z file_size: 1683,
224762026-06-02T18:19:13.960Z hash: ArtifactHash(
224772026-06-02T18:19:13.960Z "e9b7035f41848a987a798c15ac424cc91dd662b1af0920d58d8aa1ebad7467b6",
224782026-06-02T18:19:13.963Z ),
224792026-06-02T18:19:13.963Z },
224802026-06-02T18:19:13.963Z "ntp.tar.gz": OmicronInstallMetadata {
224812026-06-02T18:19:13.963Z file_name: "ntp.tar.gz",
224822026-06-02T18:19:13.963Z file_size: 1682,
224832026-06-02T18:19:13.963Z hash: ArtifactHash(
224842026-06-02T18:19:13.963Z "d76e26198daed69cdae04490d7477f8c842e0dbe37d463eac0d0a8d3fb803095",
224852026-06-02T18:19:13.963Z ),
224862026-06-02T18:19:13.963Z },
224872026-06-02T18:19:13.963Z "oximeter.tar.gz": OmicronInstallMetadata {
224882026-06-02T18:19:13.963Z file_name: "oximeter.tar.gz",
224892026-06-02T18:19:13.967Z file_size: 1683,
224902026-06-02T18:19:13.967Z hash: ArtifactHash(
224912026-06-02T18:19:13.967Z "9f4bc56a15d5fd943fdac94309994b8fd73aa2be1ec61faf44bfcf2356c9dc23",
224922026-06-02T18:19:13.967Z ),
224932026-06-02T18:19:13.967Z },
224942026-06-02T18:19:13.967Z },
224952026-06-02T18:19:13.967Z },
224962026-06-02T18:19:13.967Z data: {
224972026-06-02T18:19:13.967Z "clickhouse.tar.gz": OmicronManifestArtifactResult {
224982026-06-02T18:19:13.967Z file_name: "clickhouse.tar.gz",
224992026-06-02T18:19:13.967Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/ee65621d-8ad8-45d7-8131-1b70b33b3190/install/clickhouse.tar.gz",
225002026-06-02T18:19:13.967Z expected_size: 1687,
225012026-06-02T18:19:13.967Z expected_hash: ArtifactHash(
225022026-06-02T18:19:13.967Z "bb2d1ff02d11f72bc9049ae57f27536207519a1859d29f8d7a90ab3b44d56b08",
225032026-06-02T18:19:13.967Z ),
225042026-06-02T18:19:13.967Z status: Valid,
225052026-06-02T18:19:13.967Z },
225062026-06-02T18:19:13.967Z "clickhouse_keeper.tar.gz": OmicronManifestArtifactResult {
225072026-06-02T18:19:13.967Z file_name: "clickhouse_keeper.tar.gz",
225082026-06-02T18:19:13.967Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/ee65621d-8ad8-45d7-8131-1b70b33b3190/install/clickhouse_keeper.tar.gz",
225092026-06-02T18:19:13.967Z expected_size: 1691,
225102026-06-02T18:19:13.967Z expected_hash: ArtifactHash(
225112026-06-02T18:19:13.967Z "1eb9f24be68f13c274aa0ac9b863cec520dbfe762620c328431728d75bfd2198",
225122026-06-02T18:19:13.967Z ),
225132026-06-02T18:19:13.968Z status: Valid,
225142026-06-02T18:19:13.968Z },
225152026-06-02T18:19:13.968Z "clickhouse_server.tar.gz": OmicronManifestArtifactResult {
225162026-06-02T18:19:13.968Z file_name: "clickhouse_server.tar.gz",
225172026-06-02T18:19:13.968Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/ee65621d-8ad8-45d7-8131-1b70b33b3190/install/clickhouse_server.tar.gz",
225182026-06-02T18:19:13.968Z expected_size: 1691,
225192026-06-02T18:19:13.968Z expected_hash: ArtifactHash(
225202026-06-02T18:19:13.968Z "50fe271948672a9af1ba5f96c9d87ff2736fa72d78dfef598a79fa0cc8a00474",
225212026-06-02T18:19:13.968Z ),
225222026-06-02T18:19:13.968Z status: Valid,
225232026-06-02T18:19:13.968Z },
225242026-06-02T18:19:13.968Z "cockroachdb.tar.gz": OmicronManifestArtifactResult {
225252026-06-02T18:19:13.968Z file_name: "cockroachdb.tar.gz",
225262026-06-02T18:19:13.968Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/ee65621d-8ad8-45d7-8131-1b70b33b3190/install/cockroachdb.tar.gz",
225272026-06-02T18:19:13.968Z expected_size: 1690,
225282026-06-02T18:19:13.968Z expected_hash: ArtifactHash(
225292026-06-02T18:19:13.968Z "ebc82bf181db864b78cb7e3ddedf7ab1dd8fe7b377b02846f3c27cf0387bb387",
225302026-06-02T18:19:13.968Z ),
225312026-06-02T18:19:13.969Z status: Valid,
225322026-06-02T18:19:13.969Z },
225332026-06-02T18:19:13.969Z "crucible.tar.gz": OmicronManifestArtifactResult {
225342026-06-02T18:19:13.969Z file_name: "crucible.tar.gz",
225352026-06-02T18:19:13.969Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/ee65621d-8ad8-45d7-8131-1b70b33b3190/install/crucible.tar.gz",
225362026-06-02T18:19:13.969Z expected_size: 1691,
225372026-06-02T18:19:13.969Z expected_hash: ArtifactHash(
225382026-06-02T18:19:13.969Z "866f6a7c2e51c056fb722b5113e80181cc9cd8b712a0d3dbf1edc4ce29e5229e",
225392026-06-02T18:19:13.969Z ),
225402026-06-02T18:19:13.969Z status: Valid,
225412026-06-02T18:19:13.969Z },
225422026-06-02T18:19:13.969Z "crucible_pantry.tar.gz": OmicronManifestArtifactResult {
225432026-06-02T18:19:13.969Z file_name: "crucible_pantry.tar.gz",
225442026-06-02T18:19:13.969Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/ee65621d-8ad8-45d7-8131-1b70b33b3190/install/crucible_pantry.tar.gz",
225452026-06-02T18:19:13.969Z expected_size: 1696,
225462026-06-02T18:19:13.969Z expected_hash: ArtifactHash(
225472026-06-02T18:19:13.969Z "3ff26dad96faa8f67251f5de40458b4f809d536bfe8572134da0e42c2fa12674",
225482026-06-02T18:19:13.969Z ),
225492026-06-02T18:19:13.969Z status: Valid,
225502026-06-02T18:19:13.969Z },
225512026-06-02T18:19:13.969Z "external_dns.tar.gz": OmicronManifestArtifactResult {
225522026-06-02T18:19:13.969Z file_name: "external_dns.tar.gz",
225532026-06-02T18:19:13.969Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/ee65621d-8ad8-45d7-8131-1b70b33b3190/install/external_dns.tar.gz",
225542026-06-02T18:19:13.969Z expected_size: 1690,
225552026-06-02T18:19:13.969Z expected_hash: ArtifactHash(
225562026-06-02T18:19:13.969Z "f282c45771429f7bebf71f0cc668521066db57c6bb07fcfccdfb44825d3d930f",
225572026-06-02T18:19:13.969Z ),
225582026-06-02T18:19:13.969Z status: Valid,
225592026-06-02T18:19:13.969Z },
225602026-06-02T18:19:13.969Z "internal_dns.tar.gz": OmicronManifestArtifactResult {
225612026-06-02T18:19:13.969Z file_name: "internal_dns.tar.gz",
225622026-06-02T18:19:13.969Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/ee65621d-8ad8-45d7-8131-1b70b33b3190/install/internal_dns.tar.gz",
225632026-06-02T18:19:13.969Z expected_size: 1690,
225642026-06-02T18:19:13.969Z expected_hash: ArtifactHash(
225652026-06-02T18:19:13.969Z "de30657a72b066b8ef1f56351a0a5d4d7000da0a62c4be9b2e949a107ca8a389",
225662026-06-02T18:19:13.969Z ),
225672026-06-02T18:19:13.969Z status: Valid,
225682026-06-02T18:19:13.970Z },
225692026-06-02T18:19:13.970Z "nexus.tar.gz": OmicronManifestArtifactResult {
225702026-06-02T18:19:13.970Z file_name: "nexus.tar.gz",
225712026-06-02T18:19:13.970Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/ee65621d-8ad8-45d7-8131-1b70b33b3190/install/nexus.tar.gz",
225722026-06-02T18:19:13.970Z expected_size: 1683,
225732026-06-02T18:19:13.970Z expected_hash: ArtifactHash(
225742026-06-02T18:19:13.970Z "e9b7035f41848a987a798c15ac424cc91dd662b1af0920d58d8aa1ebad7467b6",
225752026-06-02T18:19:13.970Z ),
225762026-06-02T18:19:13.970Z status: Valid,
225772026-06-02T18:19:13.970Z },
225782026-06-02T18:19:13.970Z "ntp.tar.gz": OmicronManifestArtifactResult {
225792026-06-02T18:19:13.970Z file_name: "ntp.tar.gz",
225802026-06-02T18:19:13.970Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/ee65621d-8ad8-45d7-8131-1b70b33b3190/install/ntp.tar.gz",
225812026-06-02T18:19:13.970Z expected_size: 1682,
225822026-06-02T18:19:13.970Z expected_hash: ArtifactHash(
225832026-06-02T18:19:13.970Z "d76e26198daed69cdae04490d7477f8c842e0dbe37d463eac0d0a8d3fb803095",
225842026-06-02T18:19:13.970Z ),
225852026-06-02T18:19:13.970Z status: Valid,
225862026-06-02T18:19:13.970Z },
225872026-06-02T18:19:13.970Z "oximeter.tar.gz": OmicronManifestArtifactResult {
225882026-06-02T18:19:13.970Z file_name: "oximeter.tar.gz",
225892026-06-02T18:19:13.974Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/ee65621d-8ad8-45d7-8131-1b70b33b3190/install/oximeter.tar.gz",
225902026-06-02T18:19:13.974Z expected_size: 1683,
225912026-06-02T18:19:13.974Z expected_hash: ArtifactHash(
225922026-06-02T18:19:13.974Z "9f4bc56a15d5fd943fdac94309994b8fd73aa2be1ec61faf44bfcf2356c9dc23",
225932026-06-02T18:19:13.975Z ),
225942026-06-02T18:19:13.975Z status: Valid,
225952026-06-02T18:19:13.975Z },
225962026-06-02T18:19:13.975Z },
225972026-06-02T18:19:13.975Z },
225982026-06-02T18:19:13.975Z ),
225992026-06-02T18:19:13.975Z non_boot_disk_metadata: {
226002026-06-02T18:19:13.975Z acfd9d4c-03c0-4f90-b5c9-3fc75b955d24 (internal_zpool): OmicronManifestNonBootInfo {
226012026-06-02T18:19:13.975Z zpool_id: acfd9d4c-03c0-4f90-b5c9-3fc75b955d24 (internal_zpool),
226022026-06-02T18:19:13.975Z dataset_dir: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install",
226032026-06-02T18:19:13.975Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install/zones.json",
226042026-06-02T18:19:13.975Z result: Matches(
226052026-06-02T18:19:13.975Z OmicronManifestArtifactsResult {
226062026-06-02T18:19:13.975Z manifest: OmicronInstallManifest {
226072026-06-02T18:19:13.975Z source: Installinator {
226082026-06-02T18:19:13.975Z mupdate_id: 673af24e-7e55-471c-9910-57431830d814 (mupdate),
226092026-06-02T18:19:13.975Z },
226102026-06-02T18:19:13.975Z files: {
226112026-06-02T18:19:13.975Z "clickhouse.tar.gz": OmicronInstallMetadata {
226122026-06-02T18:19:13.975Z file_name: "clickhouse.tar.gz",
226132026-06-02T18:19:13.975Z file_size: 1687,
226142026-06-02T18:19:13.975Z hash: ArtifactHash(
226152026-06-02T18:19:13.975Z "bb2d1ff02d11f72bc9049ae57f27536207519a1859d29f8d7a90ab3b44d56b08",
226162026-06-02T18:19:13.975Z ),
226172026-06-02T18:19:13.975Z },
226182026-06-02T18:19:13.975Z "clickhouse_keeper.tar.gz": OmicronInstallMetadata {
226192026-06-02T18:19:13.975Z file_name: "clickhouse_keeper.tar.gz",
226202026-06-02T18:19:13.975Z file_size: 1691,
226212026-06-02T18:19:13.975Z hash: ArtifactHash(
226222026-06-02T18:19:13.975Z "1eb9f24be68f13c274aa0ac9b863cec520dbfe762620c328431728d75bfd2198",
226232026-06-02T18:19:13.975Z ),
226242026-06-02T18:19:13.975Z },
226252026-06-02T18:19:13.975Z "clickhouse_server.tar.gz": OmicronInstallMetadata {
226262026-06-02T18:19:13.976Z file_name: "clickhouse_server.tar.gz",
226272026-06-02T18:19:13.976Z file_size: 1691,
226282026-06-02T18:19:13.976Z hash: ArtifactHash(
226292026-06-02T18:19:13.976Z "50fe271948672a9af1ba5f96c9d87ff2736fa72d78dfef598a79fa0cc8a00474",
226302026-06-02T18:19:13.976Z ),
226312026-06-02T18:19:13.976Z },
226322026-06-02T18:19:13.976Z "cockroachdb.tar.gz": OmicronInstallMetadata {
226332026-06-02T18:19:13.976Z file_name: "cockroachdb.tar.gz",
226342026-06-02T18:19:13.976Z file_size: 1690,
226352026-06-02T18:19:13.976Z hash: ArtifactHash(
226362026-06-02T18:19:13.976Z "ebc82bf181db864b78cb7e3ddedf7ab1dd8fe7b377b02846f3c27cf0387bb387",
226372026-06-02T18:19:13.976Z ),
226382026-06-02T18:19:13.977Z },
226392026-06-02T18:19:13.977Z "crucible.tar.gz": OmicronInstallMetadata {
226402026-06-02T18:19:13.977Z file_name: "crucible.tar.gz",
226412026-06-02T18:19:13.977Z file_size: 1691,
226422026-06-02T18:19:13.977Z hash: ArtifactHash(
226432026-06-02T18:19:13.977Z "866f6a7c2e51c056fb722b5113e80181cc9cd8b712a0d3dbf1edc4ce29e5229e",
226442026-06-02T18:19:13.977Z ),
226452026-06-02T18:19:13.977Z },
226462026-06-02T18:19:13.977Z "crucible_pantry.tar.gz": OmicronInstallMetadata {
226472026-06-02T18:19:13.977Z file_name: "crucible_pantry.tar.gz",
226482026-06-02T18:19:13.977Z file_size: 1696,
226492026-06-02T18:19:13.977Z hash: ArtifactHash(
226502026-06-02T18:19:13.977Z "3ff26dad96faa8f67251f5de40458b4f809d536bfe8572134da0e42c2fa12674",
226512026-06-02T18:19:13.977Z ),
226522026-06-02T18:19:13.977Z },
226532026-06-02T18:19:13.977Z "external_dns.tar.gz": OmicronInstallMetadata {
226542026-06-02T18:19:13.977Z file_name: "external_dns.tar.gz",
226552026-06-02T18:19:13.977Z file_size: 1690,
226562026-06-02T18:19:13.977Z hash: ArtifactHash(
226572026-06-02T18:19:13.977Z "f282c45771429f7bebf71f0cc668521066db57c6bb07fcfccdfb44825d3d930f",
226582026-06-02T18:19:13.977Z ),
226592026-06-02T18:19:13.977Z },
226602026-06-02T18:19:13.977Z "internal_dns.tar.gz": OmicronInstallMetadata {
226612026-06-02T18:19:13.977Z file_name: "internal_dns.tar.gz",
226622026-06-02T18:19:13.977Z file_size: 1690,
226632026-06-02T18:19:13.977Z hash: ArtifactHash(
226642026-06-02T18:19:13.977Z "de30657a72b066b8ef1f56351a0a5d4d7000da0a62c4be9b2e949a107ca8a389",
226652026-06-02T18:19:13.977Z ),
226662026-06-02T18:19:13.977Z },
226672026-06-02T18:19:13.977Z "nexus.tar.gz": OmicronInstallMetadata {
226682026-06-02T18:19:13.977Z file_name: "nexus.tar.gz",
226692026-06-02T18:19:13.977Z file_size: 1683,
226702026-06-02T18:19:13.977Z hash: ArtifactHash(
226712026-06-02T18:19:13.977Z "e9b7035f41848a987a798c15ac424cc91dd662b1af0920d58d8aa1ebad7467b6",
226722026-06-02T18:19:13.977Z ),
226732026-06-02T18:19:13.978Z },
226742026-06-02T18:19:13.978Z "ntp.tar.gz": OmicronInstallMetadata {
226752026-06-02T18:19:13.978Z file_name: "ntp.tar.gz",
226762026-06-02T18:19:13.978Z file_size: 1682,
226772026-06-02T18:19:13.978Z hash: ArtifactHash(
226782026-06-02T18:19:13.978Z "d76e26198daed69cdae04490d7477f8c842e0dbe37d463eac0d0a8d3fb803095",
226792026-06-02T18:19:13.978Z ),
226802026-06-02T18:19:13.978Z },
226812026-06-02T18:19:13.978Z "oximeter.tar.gz": OmicronInstallMetadata {
226822026-06-02T18:19:13.978Z file_name: "oximeter.tar.gz",
226832026-06-02T18:19:13.978Z file_size: 1683,
226842026-06-02T18:19:13.978Z hash: ArtifactHash(
226852026-06-02T18:19:13.978Z "9f4bc56a15d5fd943fdac94309994b8fd73aa2be1ec61faf44bfcf2356c9dc23",
226862026-06-02T18:19:13.978Z ),
226872026-06-02T18:19:13.978Z },
226882026-06-02T18:19:13.978Z },
226892026-06-02T18:19:13.982Z },
226902026-06-02T18:19:13.982Z data: {
226912026-06-02T18:19:13.982Z "clickhouse.tar.gz": OmicronManifestArtifactResult {
226922026-06-02T18:19:13.982Z file_name: "clickhouse.tar.gz",
226932026-06-02T18:19:13.982Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install/clickhouse.tar.gz",
226942026-06-02T18:19:13.982Z expected_size: 1687,
226952026-06-02T18:19:13.983Z expected_hash: ArtifactHash(
226962026-06-02T18:19:13.983Z "bb2d1ff02d11f72bc9049ae57f27536207519a1859d29f8d7a90ab3b44d56b08",
226972026-06-02T18:19:13.983Z ),
226982026-06-02T18:19:13.983Z status: Valid,
226992026-06-02T18:19:13.983Z },
227002026-06-02T18:19:13.983Z "clickhouse_keeper.tar.gz": OmicronManifestArtifactResult {
227012026-06-02T18:19:13.983Z file_name: "clickhouse_keeper.tar.gz",
227022026-06-02T18:19:13.983Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install/clickhouse_keeper.tar.gz",
227032026-06-02T18:19:13.984Z expected_size: 1691,
227042026-06-02T18:19:13.984Z expected_hash: ArtifactHash(
227052026-06-02T18:19:13.984Z "1eb9f24be68f13c274aa0ac9b863cec520dbfe762620c328431728d75bfd2198",
227062026-06-02T18:19:13.984Z ),
227072026-06-02T18:19:13.984Z status: Valid,
227082026-06-02T18:19:13.984Z },
227092026-06-02T18:19:13.984Z "clickhouse_server.tar.gz": OmicronManifestArtifactResult {
227102026-06-02T18:19:13.984Z file_name: "clickhouse_server.tar.gz",
227112026-06-02T18:19:13.984Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install/clickhouse_server.tar.gz",
227122026-06-02T18:19:13.984Z expected_size: 1691,
227132026-06-02T18:19:13.984Z expected_hash: ArtifactHash(
227142026-06-02T18:19:13.984Z "50fe271948672a9af1ba5f96c9d87ff2736fa72d78dfef598a79fa0cc8a00474",
227152026-06-02T18:19:13.984Z ),
227162026-06-02T18:19:13.984Z status: Valid,
227172026-06-02T18:19:13.984Z },
227182026-06-02T18:19:13.984Z "cockroachdb.tar.gz": OmicronManifestArtifactResult {
227192026-06-02T18:19:13.984Z file_name: "cockroachdb.tar.gz",
227202026-06-02T18:19:13.984Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install/cockroachdb.tar.gz",
227212026-06-02T18:19:13.984Z expected_size: 1690,
227222026-06-02T18:19:13.984Z expected_hash: ArtifactHash(
227232026-06-02T18:19:13.984Z "ebc82bf181db864b78cb7e3ddedf7ab1dd8fe7b377b02846f3c27cf0387bb387",
227242026-06-02T18:19:13.984Z ),
227252026-06-02T18:19:13.984Z status: Valid,
227262026-06-02T18:19:13.984Z },
227272026-06-02T18:19:13.984Z "crucible.tar.gz": OmicronManifestArtifactResult {
227282026-06-02T18:19:13.984Z file_name: "crucible.tar.gz",
227292026-06-02T18:19:13.984Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install/crucible.tar.gz",
227302026-06-02T18:19:13.984Z expected_size: 1691,
227312026-06-02T18:19:13.984Z expected_hash: ArtifactHash(
227322026-06-02T18:19:13.984Z "866f6a7c2e51c056fb722b5113e80181cc9cd8b712a0d3dbf1edc4ce29e5229e",
227332026-06-02T18:19:13.984Z ),
227342026-06-02T18:19:13.985Z status: Valid,
227352026-06-02T18:19:13.985Z },
227362026-06-02T18:19:13.985Z "crucible_pantry.tar.gz": OmicronManifestArtifactResult {
227372026-06-02T18:19:13.985Z file_name: "crucible_pantry.tar.gz",
227382026-06-02T18:19:13.985Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install/crucible_pantry.tar.gz",
227392026-06-02T18:19:13.985Z expected_size: 1696,
227402026-06-02T18:19:13.985Z expected_hash: ArtifactHash(
227412026-06-02T18:19:13.985Z "3ff26dad96faa8f67251f5de40458b4f809d536bfe8572134da0e42c2fa12674",
227422026-06-02T18:19:13.985Z ),
227432026-06-02T18:19:13.985Z status: Valid,
227442026-06-02T18:19:13.985Z },
227452026-06-02T18:19:13.985Z "external_dns.tar.gz": OmicronManifestArtifactResult {
227462026-06-02T18:19:13.985Z file_name: "external_dns.tar.gz",
227472026-06-02T18:19:13.985Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install/external_dns.tar.gz",
227482026-06-02T18:19:13.985Z expected_size: 1690,
227492026-06-02T18:19:13.985Z expected_hash: ArtifactHash(
227502026-06-02T18:19:13.985Z "f282c45771429f7bebf71f0cc668521066db57c6bb07fcfccdfb44825d3d930f",
227512026-06-02T18:19:13.985Z ),
227522026-06-02T18:19:13.985Z status: Valid,
227532026-06-02T18:19:13.985Z },
227542026-06-02T18:19:13.985Z "internal_dns.tar.gz": OmicronManifestArtifactResult {
227552026-06-02T18:19:13.985Z file_name: "internal_dns.tar.gz",
227562026-06-02T18:19:13.985Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install/internal_dns.tar.gz",
227572026-06-02T18:19:13.985Z expected_size: 1690,
227582026-06-02T18:19:13.985Z expected_hash: ArtifactHash(
227592026-06-02T18:19:13.985Z "de30657a72b066b8ef1f56351a0a5d4d7000da0a62c4be9b2e949a107ca8a389",
227602026-06-02T18:19:13.985Z ),
227612026-06-02T18:19:13.985Z status: Valid,
227622026-06-02T18:19:13.985Z },
227632026-06-02T18:19:13.985Z "nexus.tar.gz": OmicronManifestArtifactResult {
227642026-06-02T18:19:13.985Z file_name: "nexus.tar.gz",
227652026-06-02T18:19:13.985Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install/nexus.tar.gz",
227662026-06-02T18:19:13.985Z expected_size: 1683,
227672026-06-02T18:19:13.985Z expected_hash: ArtifactHash(
227682026-06-02T18:19:13.985Z "e9b7035f41848a987a798c15ac424cc91dd662b1af0920d58d8aa1ebad7467b6",
227692026-06-02T18:19:13.985Z ),
227702026-06-02T18:19:13.985Z status: Valid,
227712026-06-02T18:19:13.985Z },
227722026-06-02T18:19:13.986Z "ntp.tar.gz": OmicronManifestArtifactResult {
227732026-06-02T18:19:13.986Z file_name: "ntp.tar.gz",
227742026-06-02T18:19:13.986Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install/ntp.tar.gz",
227752026-06-02T18:19:13.986Z expected_size: 1682,
227762026-06-02T18:19:13.986Z expected_hash: ArtifactHash(
227772026-06-02T18:19:13.986Z "d76e26198daed69cdae04490d7477f8c842e0dbe37d463eac0d0a8d3fb803095",
227782026-06-02T18:19:13.986Z ),
227792026-06-02T18:19:13.986Z status: Valid,
227802026-06-02T18:19:13.986Z },
227812026-06-02T18:19:13.986Z "oximeter.tar.gz": OmicronManifestArtifactResult {
227822026-06-02T18:19:13.986Z file_name: "oximeter.tar.gz",
227832026-06-02T18:19:13.986Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install/oximeter.tar.gz",
227842026-06-02T18:19:13.986Z expected_size: 1683,
227852026-06-02T18:19:13.986Z expected_hash: ArtifactHash(
227862026-06-02T18:19:13.986Z "9f4bc56a15d5fd943fdac94309994b8fd73aa2be1ec61faf44bfcf2356c9dc23",
227872026-06-02T18:19:13.986Z ),
227882026-06-02T18:19:13.987Z status: Valid,
227892026-06-02T18:19:13.992Z },
227902026-06-02T18:19:13.992Z },
227912026-06-02T18:19:13.992Z },
227922026-06-02T18:19:13.992Z ),
227932026-06-02T18:19:13.992Z },
227942026-06-02T18:19:13.992Z },
227952026-06-02T18:19:13.992Z },
227962026-06-02T18:19:13.992Z measurement_manifest: MeasurementManifestStatus {
227972026-06-02T18:19:13.992Z boot_disk_path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/ee65621d-8ad8-45d7-8131-1b70b33b3190/install/measurements/measurements.json",
227982026-06-02T18:19:13.992Z boot_disk_result: Ok(
227992026-06-02T18:19:13.992Z OmicronManifestArtifactsResult {
228002026-06-02T18:19:13.992Z manifest: OmicronInstallManifest {
228012026-06-02T18:19:13.992Z source: Installinator {
228022026-06-02T18:19:13.992Z mupdate_id: 673af24e-7e55-471c-9910-57431830d814 (mupdate),
228032026-06-02T18:19:13.992Z },
228042026-06-02T18:19:13.992Z files: {
228052026-06-02T18:19:13.992Z "fake-corpus": OmicronInstallMetadata {
228062026-06-02T18:19:13.992Z file_name: "fake-corpus",
228072026-06-02T18:19:13.992Z file_size: 1048576,
228082026-06-02T18:19:13.992Z hash: ArtifactHash(
228092026-06-02T18:19:13.992Z "a1a34c0ca4776c27d67a2a50b231acc96ccbc2645f5e8dd8c2bc27f0eab49855",
228102026-06-02T18:19:13.992Z ),
228112026-06-02T18:19:13.992Z },
228122026-06-02T18:19:13.992Z },
228132026-06-02T18:19:13.992Z },
228142026-06-02T18:19:13.992Z data: {
228152026-06-02T18:19:13.993Z "fake-corpus": OmicronManifestArtifactResult {
228162026-06-02T18:19:13.993Z file_name: "fake-corpus",
228172026-06-02T18:19:13.993Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/ee65621d-8ad8-45d7-8131-1b70b33b3190/install/measurements/fake-corpus",
228182026-06-02T18:19:13.993Z expected_size: 1048576,
228192026-06-02T18:19:13.993Z expected_hash: ArtifactHash(
228202026-06-02T18:19:13.993Z "a1a34c0ca4776c27d67a2a50b231acc96ccbc2645f5e8dd8c2bc27f0eab49855",
228212026-06-02T18:19:13.993Z ),
228222026-06-02T18:19:13.993Z status: Valid,
228232026-06-02T18:19:13.993Z },
228242026-06-02T18:19:13.993Z },
228252026-06-02T18:19:13.993Z },
228262026-06-02T18:19:13.993Z ),
228272026-06-02T18:19:13.993Z non_boot_disk_metadata: {
228282026-06-02T18:19:13.993Z acfd9d4c-03c0-4f90-b5c9-3fc75b955d24 (internal_zpool): OmicronManifestNonBootInfo {
228292026-06-02T18:19:13.993Z zpool_id: acfd9d4c-03c0-4f90-b5c9-3fc75b955d24 (internal_zpool),
228302026-06-02T18:19:13.993Z dataset_dir: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install",
228312026-06-02T18:19:13.993Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install/measurements/measurements.json",
228322026-06-02T18:19:13.993Z result: Matches(
228332026-06-02T18:19:13.993Z OmicronManifestArtifactsResult {
228342026-06-02T18:19:13.993Z manifest: OmicronInstallManifest {
228352026-06-02T18:19:13.993Z source: Installinator {
228362026-06-02T18:19:13.993Z mupdate_id: 673af24e-7e55-471c-9910-57431830d814 (mupdate),
228372026-06-02T18:19:13.993Z },
228382026-06-02T18:19:13.993Z files: {
228392026-06-02T18:19:13.993Z "fake-corpus": OmicronInstallMetadata {
228402026-06-02T18:19:13.993Z file_name: "fake-corpus",
228412026-06-02T18:19:13.993Z file_size: 1048576,
228422026-06-02T18:19:13.993Z hash: ArtifactHash(
228432026-06-02T18:19:13.993Z "a1a34c0ca4776c27d67a2a50b231acc96ccbc2645f5e8dd8c2bc27f0eab49855",
228442026-06-02T18:19:13.993Z ),
228452026-06-02T18:19:13.993Z },
228462026-06-02T18:19:13.994Z },
228472026-06-02T18:19:13.994Z },
228482026-06-02T18:19:13.994Z data: {
228492026-06-02T18:19:13.994Z "fake-corpus": OmicronManifestArtifactResult {
228502026-06-02T18:19:13.994Z file_name: "fake-corpus",
228512026-06-02T18:19:13.994Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install/measurements/fake-corpus",
228522026-06-02T18:19:13.994Z expected_size: 1048576,
228532026-06-02T18:19:13.994Z expected_hash: ArtifactHash(
228542026-06-02T18:19:13.994Z "a1a34c0ca4776c27d67a2a50b231acc96ccbc2645f5e8dd8c2bc27f0eab49855",
228552026-06-02T18:19:13.994Z ),
228562026-06-02T18:19:13.994Z status: Valid,
228572026-06-02T18:19:13.994Z },
228582026-06-02T18:19:13.994Z },
228592026-06-02T18:19:13.994Z },
228602026-06-02T18:19:13.994Z ),
228612026-06-02T18:19:13.994Z },
228622026-06-02T18:19:13.994Z },
228632026-06-02T18:19:13.994Z },
228642026-06-02T18:19:13.994Z mupdate_override: MupdateOverrideStatus {
228652026-06-02T18:19:13.994Z boot_disk_path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/ee65621d-8ad8-45d7-8131-1b70b33b3190/install/mupdate-override.json",
228662026-06-02T18:19:13.994Z boot_disk_override: Ok(
228672026-06-02T18:19:13.994Z Some(
228682026-06-02T18:19:13.994Z MupdateOverrideInfo {
228692026-06-02T18:19:13.994Z mupdate_uuid: 21c74dd1-c373-402e-842f-1b0c382bcceb (mupdate_override),
228702026-06-02T18:19:13.994Z hash_ids: {
228712026-06-02T18:19:13.994Z ArtifactHashId {
228722026-06-02T18:19:13.994Z kind: ArtifactKind(
228732026-06-02T18:19:13.994Z "control_plane",
228742026-06-02T18:19:13.994Z ),
228752026-06-02T18:19:13.994Z hash: ArtifactHash(
228762026-06-02T18:19:13.994Z "aff948fe95abe88e94e1176c524f3abd1d4bcab10ec7be3218174b04c61a496c",
228772026-06-02T18:19:13.994Z ),
228782026-06-02T18:19:13.994Z },
228792026-06-02T18:19:13.994Z ArtifactHashId {
228802026-06-02T18:19:13.994Z kind: ArtifactKind(
228812026-06-02T18:19:13.994Z "host_phase_2",
228822026-06-02T18:19:13.994Z ),
228832026-06-02T18:19:13.994Z hash: ArtifactHash(
228842026-06-02T18:19:13.995Z "9ff631b5b7229604ab7c5aae2ee4a34a64772736b332540d38077b3aea6952df",
228852026-06-02T18:19:13.995Z ),
228862026-06-02T18:19:13.995Z },
228872026-06-02T18:19:13.995Z },
228882026-06-02T18:19:13.995Z },
228892026-06-02T18:19:13.998Z ),
228902026-06-02T18:19:13.999Z ),
228912026-06-02T18:19:13.999Z non_boot_disk_overrides: {
228922026-06-02T18:19:13.999Z acfd9d4c-03c0-4f90-b5c9-3fc75b955d24 (internal_zpool): MupdateOverrideNonBootInfo {
228932026-06-02T18:19:13.999Z zpool_id: acfd9d4c-03c0-4f90-b5c9-3fc75b955d24 (internal_zpool),
228942026-06-02T18:19:13.999Z path: "/var/tmp/omicron_tmp/.tmpBJFbFX/pool/int/acfd9d4c-03c0-4f90-b5c9-3fc75b955d24/install/mupdate-override.json",
228952026-06-02T18:19:13.999Z result: MatchesPresent,
228962026-06-02T18:19:13.999Z },
228972026-06-02T18:19:13.999Z },
228982026-06-02T18:19:13.999Z },
228992026-06-02T18:19:13.999Z image_directory_override: None,
229002026-06-02T18:19:13.999Z measurement_directory_override: None,
229012026-06-02T18:19:13.999Z }
229022026-06-02T18:19:13.999Z
229032026-06-02T18:19:13.999Z (test timed out)
229042026-06-02T18:19:13.999Z
229052026-06-02T18:19:13.999Z TRY 1 TMT [ 900.039s] (─────────) wicketd::mod integration_tests::updates::test_updates
229062026-06-02T18:19:13.999Z stdout ───
229072026-06-02T18:19:13.999Z
229082026-06-02T18:19:13.999Z running 1 test
229092026-06-02T18:19:13.999Z test integration_tests::updates::test_updates has been running for over 60 seconds
229102026-06-02T18:19:13.999Z stderr ───
229112026-06-02T18:19:13.999Z log file: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_updates.25630.0.log
229122026-06-02T18:19:13.999Z note: configured to log to "/var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_updates.25630.0.log"
229132026-06-02T18:19:13.999Z hint: Generated a random key:
229142026-06-02T18:19:13.999Z hint:
229152026-06-02T18:19:13.999Z hint: ed25519:MFECAQEwBQYDK2VwBCIEIFH1QzRk0teR6JDljRi_jTs5KllJUPIeMaxrIeMMKZBZgSEAmc4Z4KVrm8KiwWuKpOEKuJ8fP2m-w1X4SG-2Xa_hlb8=
229162026-06-02T18:19:13.999Z hint:
229172026-06-02T18:19:13.999Z hint: To modify this repository, you will need this key. Use the -k/--key
229182026-06-02T18:19:13.999Z hint: command line flag or the TUFACEOUS_KEY environment variable:
229192026-06-02T18:19:13.999Z hint:
229202026-06-02T18:19:13.999Z hint: export TUFACEOUS_KEY=ed25519:MFECAQEwBQYDK2VwBCIEIFH1QzRk0teR6JDljRi_jTs5KllJUPIeMaxrIeMMKZBZgSEAmc4Z4KVrm8KiwWuKpOEKuJ8fP2m-w1X4SG-2Xa_hlb8=
229212026-06-02T18:19:13.999Z hint:
229222026-06-02T18:19:13.999Z hint: To prevent this default behavior, use --no-generate-key.
229232026-06-02T18:19:13.999Z
229242026-06-02T18:19:13.999Z (test timed out)
229252026-06-02T18:19:13.999Z
229262026-06-02T18:20:13.933Z TRY 2 SLOW [> 60.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
229272026-06-02T18:20:13.953Z TRY 2 SLOW [> 60.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
229282026-06-02T18:20:13.956Z TRY 2 SLOW [> 60.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
229292026-06-02T18:20:13.967Z TRY 2 SLOW [> 60.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
229302026-06-02T18:21:13.935Z TRY 2 SLOW [>120.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
229312026-06-02T18:21:13.955Z TRY 2 SLOW [>120.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
229322026-06-02T18:21:13.958Z TRY 2 SLOW [>120.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
229332026-06-02T18:21:13.969Z TRY 2 SLOW [>120.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
229342026-06-02T18:22:13.936Z TRY 2 SLOW [>180.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
229352026-06-02T18:22:13.956Z TRY 2 SLOW [>180.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
229362026-06-02T18:22:13.959Z TRY 2 SLOW [>180.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
229372026-06-02T18:22:13.970Z TRY 2 SLOW [>180.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
229382026-06-02T18:23:13.938Z TRY 2 SLOW [>240.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
229392026-06-02T18:23:13.958Z TRY 2 SLOW [>240.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
229402026-06-02T18:23:13.961Z TRY 2 SLOW [>240.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
229412026-06-02T18:23:13.973Z TRY 2 SLOW [>240.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
229422026-06-02T18:24:13.939Z TRY 2 SLOW [>300.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
229432026-06-02T18:24:13.959Z TRY 2 SLOW [>300.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
229442026-06-02T18:24:13.962Z TRY 2 SLOW [>300.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
229452026-06-02T18:24:13.973Z TRY 2 SLOW [>300.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
229462026-06-02T18:25:13.940Z TRY 2 SLOW [>360.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
229472026-06-02T18:25:13.960Z TRY 2 SLOW [>360.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
229482026-06-02T18:25:13.963Z TRY 2 SLOW [>360.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
229492026-06-02T18:25:13.974Z TRY 2 SLOW [>360.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
229502026-06-02T18:26:13.957Z TRY 2 SLOW [>420.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
229512026-06-02T18:26:13.979Z TRY 2 SLOW [>420.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
229522026-06-02T18:26:14.083Z TRY 2 SLOW [>420.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
229532026-06-02T18:26:14.083Z TRY 2 SLOW [>420.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
229542026-06-02T18:27:13.943Z TRY 2 SLOW [>480.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
229552026-06-02T18:27:13.962Z TRY 2 SLOW [>480.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
229562026-06-02T18:27:13.966Z TRY 2 SLOW [>480.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
229572026-06-02T18:27:13.978Z TRY 2 SLOW [>480.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
229582026-06-02T18:28:13.944Z TRY 2 SLOW [>540.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
229592026-06-02T18:28:13.964Z TRY 2 SLOW [>540.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
229602026-06-02T18:28:13.975Z TRY 2 SLOW [>540.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
229612026-06-02T18:28:13.978Z TRY 2 SLOW [>540.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
229622026-06-02T18:29:14.353Z TRY 2 SLOW [>600.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
229632026-06-02T18:29:14.356Z TRY 2 SLOW [>600.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
229642026-06-02T18:29:14.356Z TRY 2 SLOW [>600.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
229652026-06-02T18:29:14.356Z TRY 2 SLOW [>600.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
229662026-06-02T18:30:13.947Z TRY 2 SLOW [>660.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
229672026-06-02T18:30:13.967Z TRY 2 SLOW [>660.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
229682026-06-02T18:30:13.970Z TRY 2 SLOW [>660.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
229692026-06-02T18:30:13.980Z TRY 2 SLOW [>660.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
229702026-06-02T18:31:13.950Z TRY 2 SLOW [>720.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
229712026-06-02T18:31:13.971Z TRY 2 SLOW [>720.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
229722026-06-02T18:31:13.975Z TRY 2 SLOW [>720.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
229732026-06-02T18:31:13.984Z TRY 2 SLOW [>720.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
229742026-06-02T18:32:13.949Z TRY 2 SLOW [>780.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
229752026-06-02T18:32:13.969Z TRY 2 SLOW [>780.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
229762026-06-02T18:32:13.972Z TRY 2 SLOW [>780.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
229772026-06-02T18:32:13.983Z TRY 2 SLOW [>780.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
229782026-06-02T18:33:13.952Z TRY 2 SLOW [>840.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
229792026-06-02T18:33:13.972Z TRY 2 SLOW [>840.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
229802026-06-02T18:33:13.978Z TRY 2 SLOW [>840.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
229812026-06-02T18:33:13.985Z TRY 2 SLOW [>840.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
229822026-06-02T18:34:13.953ZTRY 2 TRMNTG [>900.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
229832026-06-02T18:34:13.963Z TRY 2 TMT [ 900.027s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
229842026-06-02T18:34:13.963Z stdout ───
229852026-06-02T18:34:13.963Z
229862026-06-02T18:34:13.963Z running 1 test
229872026-06-02T18:34:13.963Z test integration_tests::inventory::test_inventory has been running for over 60 seconds
229882026-06-02T18:34:13.963Z stderr ───
229892026-06-02T18:34:13.963Z log file: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_inventory.25939.0.log
229902026-06-02T18:34:13.963Z note: configured to log to "/var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_inventory.25939.0.log"
229912026-06-02T18:34:13.963Z
229922026-06-02T18:34:13.963Z (test timed out)
229932026-06-02T18:34:13.964Z
229942026-06-02T18:34:13.973ZTRY 2 TRMNTG [>900.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
229952026-06-02T18:34:13.976ZTRY 2 TRMNTG [>900.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
229962026-06-02T18:34:13.986ZTRY 2 TRMNTG [>900.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
229972026-06-02T18:34:13.989Z TRY 2 TMT [ 900.030s] (─────────) wicketd::mod integration_tests::updates::test_update_races
229982026-06-02T18:34:13.989Z stdout ───
229992026-06-02T18:34:13.989Z
230002026-06-02T18:34:13.989Z running 1 test
230012026-06-02T18:34:13.989Z test integration_tests::updates::test_update_races has been running for over 60 seconds
230022026-06-02T18:34:13.989Z stderr ───
230032026-06-02T18:34:13.989Z log file: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_artifact_upload_while_updating.25940.0.log
230042026-06-02T18:34:13.989Z note: configured to log to "/var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_artifact_upload_while_updating.25940.0.log"
230052026-06-02T18:34:13.989Z hint: Generated a random key:
230062026-06-02T18:34:13.989Z hint:
230072026-06-02T18:34:13.989Z hint: ed25519:MFECAQEwBQYDK2VwBCIEINuHhMU-Z7ye8l709AvS1VGL85mCvYDJiSG8SajcXk_2gSEAKkDIWJgvLOwpWvOCOGOfDrCc5fty_SOY7d2mfoinHvQ=
230082026-06-02T18:34:13.989Z hint:
230092026-06-02T18:34:13.989Z hint: To modify this repository, you will need this key. Use the -k/--key
230102026-06-02T18:34:13.989Z hint: command line flag or the TUFACEOUS_KEY environment variable:
230112026-06-02T18:34:13.989Z hint:
230122026-06-02T18:34:13.989Z hint: export TUFACEOUS_KEY=ed25519:MFECAQEwBQYDK2VwBCIEINuHhMU-Z7ye8l709AvS1VGL85mCvYDJiSG8SajcXk_2gSEAKkDIWJgvLOwpWvOCOGOfDrCc5fty_SOY7d2mfoinHvQ=
230132026-06-02T18:34:13.989Z hint:
230142026-06-02T18:34:13.989Z hint: To prevent this default behavior, use --no-generate-key.
230152026-06-02T18:34:13.989Z
230162026-06-02T18:34:13.989Z (test timed out)
230172026-06-02T18:34:13.989Z
230182026-06-02T18:34:13.997Z TRY 2 TMT [ 900.038s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
230192026-06-02T18:34:13.997Z stdout ───
230202026-06-02T18:34:13.997Z
230212026-06-02T18:34:13.997Z running 1 test
230222026-06-02T18:34:13.997Z test integration_tests::updates::test_installinator_fetch has been running for over 60 seconds
230232026-06-02T18:34:13.997Z stderr ───
230242026-06-02T18:34:13.997Z log file: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_installinator_fetch_no_installinator_document.25941.0.log
230252026-06-02T18:34:13.997Z note: configured to log to "/var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_installinator_fetch_no_installinator_document.25941.0.log"
230262026-06-02T18:34:13.997Z hint: Generated a random key:
230272026-06-02T18:34:13.997Z hint:
230282026-06-02T18:34:13.997Z hint: ed25519:MFECAQEwBQYDK2VwBCIEIEFshbY1GpwPUkAe5PpMs66zqNNiNoWRvzl9Bbkz43eTgSEA8EEaS_Sirbr9skZa9sHfwZMGHvrhK0DBHxoxXVl6Yz8=
230292026-06-02T18:34:13.997Z hint:
230302026-06-02T18:34:13.997Z hint: To modify this repository, you will need this key. Use the -k/--key
230312026-06-02T18:34:13.997Z hint: command line flag or the TUFACEOUS_KEY environment variable:
230322026-06-02T18:34:13.997Z hint:
230332026-06-02T18:34:13.997Z hint: export TUFACEOUS_KEY=ed25519:MFECAQEwBQYDK2VwBCIEIEFshbY1GpwPUkAe5PpMs66zqNNiNoWRvzl9Bbkz43eTgSEA8EEaS_Sirbr9skZa9sHfwZMGHvrhK0DBHxoxXVl6Yz8=
230342026-06-02T18:34:13.997Z hint:
230352026-06-02T18:34:13.997Z hint: To prevent this default behavior, use --no-generate-key.
230362026-06-02T18:34:13.997Z status: ResolverStatus {
230372026-06-02T18:34:13.997Z zone_manifest: ZoneManifestStatus {
230382026-06-02T18:34:13.997Z boot_disk_path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/783463b6-bf31-49d5-899d-bd78bbb70981/install/zones.json",
230392026-06-02T18:34:13.997Z boot_disk_result: Ok(
230402026-06-02T18:34:13.998Z OmicronManifestArtifactsResult {
230412026-06-02T18:34:13.998Z manifest: OmicronInstallManifest {
230422026-06-02T18:34:13.998Z source: Installinator {
230432026-06-02T18:34:13.998Z mupdate_id: 3267e945-e68b-4bf3-9676-5fb5cf98e97d (mupdate),
230442026-06-02T18:34:13.998Z },
230452026-06-02T18:34:13.998Z files: {
230462026-06-02T18:34:13.998Z "clickhouse.tar.gz": OmicronInstallMetadata {
230472026-06-02T18:34:13.998Z file_name: "clickhouse.tar.gz",
230482026-06-02T18:34:13.998Z file_size: 1687,
230492026-06-02T18:34:13.998Z hash: ArtifactHash(
230502026-06-02T18:34:13.998Z "bb2d1ff02d11f72bc9049ae57f27536207519a1859d29f8d7a90ab3b44d56b08",
230512026-06-02T18:34:13.998Z ),
230522026-06-02T18:34:13.998Z },
230532026-06-02T18:34:13.998Z "clickhouse_keeper.tar.gz": OmicronInstallMetadata {
230542026-06-02T18:34:13.998Z file_name: "clickhouse_keeper.tar.gz",
230552026-06-02T18:34:13.998Z file_size: 1691,
230562026-06-02T18:34:13.998Z hash: ArtifactHash(
230572026-06-02T18:34:13.998Z "1eb9f24be68f13c274aa0ac9b863cec520dbfe762620c328431728d75bfd2198",
230582026-06-02T18:34:13.998Z ),
230592026-06-02T18:34:13.998Z },
230602026-06-02T18:34:13.998Z "clickhouse_server.tar.gz": OmicronInstallMetadata {
230612026-06-02T18:34:13.998Z file_name: "clickhouse_server.tar.gz",
230622026-06-02T18:34:13.998Z file_size: 1691,
230632026-06-02T18:34:13.998Z hash: ArtifactHash(
230642026-06-02T18:34:13.998Z "50fe271948672a9af1ba5f96c9d87ff2736fa72d78dfef598a79fa0cc8a00474",
230652026-06-02T18:34:13.998Z ),
230662026-06-02T18:34:13.998Z },
230672026-06-02T18:34:13.998Z "cockroachdb.tar.gz": OmicronInstallMetadata {
230682026-06-02T18:34:13.998Z file_name: "cockroachdb.tar.gz",
230692026-06-02T18:34:13.998Z file_size: 1690,
230702026-06-02T18:34:13.998Z hash: ArtifactHash(
230712026-06-02T18:34:13.998Z "ebc82bf181db864b78cb7e3ddedf7ab1dd8fe7b377b02846f3c27cf0387bb387",
230722026-06-02T18:34:13.998Z ),
230732026-06-02T18:34:13.998Z },
230742026-06-02T18:34:13.998Z "crucible.tar.gz": OmicronInstallMetadata {
230752026-06-02T18:34:13.998Z file_name: "crucible.tar.gz",
230762026-06-02T18:34:13.998Z file_size: 1691,
230772026-06-02T18:34:13.998Z hash: ArtifactHash(
230782026-06-02T18:34:13.999Z "866f6a7c2e51c056fb722b5113e80181cc9cd8b712a0d3dbf1edc4ce29e5229e",
230792026-06-02T18:34:13.999Z ),
230802026-06-02T18:34:13.999Z },
230812026-06-02T18:34:13.999Z "crucible_pantry.tar.gz": OmicronInstallMetadata {
230822026-06-02T18:34:13.999Z file_name: "crucible_pantry.tar.gz",
230832026-06-02T18:34:13.999Z file_size: 1696,
230842026-06-02T18:34:13.999Z hash: ArtifactHash(
230852026-06-02T18:34:13.999Z "3ff26dad96faa8f67251f5de40458b4f809d536bfe8572134da0e42c2fa12674",
230862026-06-02T18:34:13.999Z ),
230872026-06-02T18:34:13.999Z },
230882026-06-02T18:34:13.999Z "external_dns.tar.gz": OmicronInstallMetadata {
230892026-06-02T18:34:13.999Z file_name: "external_dns.tar.gz",
230902026-06-02T18:34:13.999Z file_size: 1690,
230912026-06-02T18:34:13.999Z hash: ArtifactHash(
230922026-06-02T18:34:13.999Z "f282c45771429f7bebf71f0cc668521066db57c6bb07fcfccdfb44825d3d930f",
230932026-06-02T18:34:13.999Z ),
230942026-06-02T18:34:13.999Z },
230952026-06-02T18:34:13.999Z "internal_dns.tar.gz": OmicronInstallMetadata {
230962026-06-02T18:34:13.999Z file_name: "internal_dns.tar.gz",
230972026-06-02T18:34:13.999Z file_size: 1690,
230982026-06-02T18:34:13.999Z hash: ArtifactHash(
230992026-06-02T18:34:13.999Z "de30657a72b066b8ef1f56351a0a5d4d7000da0a62c4be9b2e949a107ca8a389",
231002026-06-02T18:34:13.999Z ),
231012026-06-02T18:34:13.999Z },
231022026-06-02T18:34:13.999Z "nexus.tar.gz": OmicronInstallMetadata {
231032026-06-02T18:34:13.999Z file_name: "nexus.tar.gz",
231042026-06-02T18:34:13.999Z file_size: 1683,
231052026-06-02T18:34:13.999Z hash: ArtifactHash(
231062026-06-02T18:34:13.999Z "e9b7035f41848a987a798c15ac424cc91dd662b1af0920d58d8aa1ebad7467b6",
231072026-06-02T18:34:13.999Z ),
231082026-06-02T18:34:13.999Z },
231092026-06-02T18:34:13.999Z "ntp.tar.gz": OmicronInstallMetadata {
231102026-06-02T18:34:13.999Z file_name: "ntp.tar.gz",
231112026-06-02T18:34:13.999Z file_size: 1682,
231122026-06-02T18:34:13.999Z hash: ArtifactHash(
231132026-06-02T18:34:13.999Z "d76e26198daed69cdae04490d7477f8c842e0dbe37d463eac0d0a8d3fb803095",
231142026-06-02T18:34:14.004Z ),
231152026-06-02T18:34:14.004Z },
231162026-06-02T18:34:14.004Z "oximeter.tar.gz": OmicronInstallMetadata {
231172026-06-02T18:34:14.004Z file_name: "oximeter.tar.gz",
231182026-06-02T18:34:14.004Z file_size: 1683,
231192026-06-02T18:34:14.004Z hash: ArtifactHash(
231202026-06-02T18:34:14.004Z "9f4bc56a15d5fd943fdac94309994b8fd73aa2be1ec61faf44bfcf2356c9dc23",
231212026-06-02T18:34:14.004Z ),
231222026-06-02T18:34:14.004Z },
231232026-06-02T18:34:14.004Z },
231242026-06-02T18:34:14.004Z },
231252026-06-02T18:34:14.004Z data: {
231262026-06-02T18:34:14.004Z "clickhouse.tar.gz": OmicronManifestArtifactResult {
231272026-06-02T18:34:14.004Z file_name: "clickhouse.tar.gz",
231282026-06-02T18:34:14.004Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/783463b6-bf31-49d5-899d-bd78bbb70981/install/clickhouse.tar.gz",
231292026-06-02T18:34:14.004Z expected_size: 1687,
231302026-06-02T18:34:14.004Z expected_hash: ArtifactHash(
231312026-06-02T18:34:14.004Z "bb2d1ff02d11f72bc9049ae57f27536207519a1859d29f8d7a90ab3b44d56b08",
231322026-06-02T18:34:14.004Z ),
231332026-06-02T18:34:14.004Z status: Valid,
231342026-06-02T18:34:14.004Z },
231352026-06-02T18:34:14.005Z "clickhouse_keeper.tar.gz": OmicronManifestArtifactResult {
231362026-06-02T18:34:14.005Z file_name: "clickhouse_keeper.tar.gz",
231372026-06-02T18:34:14.005Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/783463b6-bf31-49d5-899d-bd78bbb70981/install/clickhouse_keeper.tar.gz",
231382026-06-02T18:34:14.005Z expected_size: 1691,
231392026-06-02T18:34:14.005Z expected_hash: ArtifactHash(
231402026-06-02T18:34:14.005Z "1eb9f24be68f13c274aa0ac9b863cec520dbfe762620c328431728d75bfd2198",
231412026-06-02T18:34:14.005Z ),
231422026-06-02T18:34:14.005Z status: Valid,
231432026-06-02T18:34:14.005Z },
231442026-06-02T18:34:14.005Z "clickhouse_server.tar.gz": OmicronManifestArtifactResult {
231452026-06-02T18:34:14.005Z file_name: "clickhouse_server.tar.gz",
231462026-06-02T18:34:14.005Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/783463b6-bf31-49d5-899d-bd78bbb70981/install/clickhouse_server.tar.gz",
231472026-06-02T18:34:14.005Z expected_size: 1691,
231482026-06-02T18:34:14.005Z expected_hash: ArtifactHash(
231492026-06-02T18:34:14.005Z "50fe271948672a9af1ba5f96c9d87ff2736fa72d78dfef598a79fa0cc8a00474",
231502026-06-02T18:34:14.005Z ),
231512026-06-02T18:34:14.005Z status: Valid,
231522026-06-02T18:34:14.005Z },
231532026-06-02T18:34:14.005Z "cockroachdb.tar.gz": OmicronManifestArtifactResult {
231542026-06-02T18:34:14.005Z file_name: "cockroachdb.tar.gz",
231552026-06-02T18:34:14.005Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/783463b6-bf31-49d5-899d-bd78bbb70981/install/cockroachdb.tar.gz",
231562026-06-02T18:34:14.005Z expected_size: 1690,
231572026-06-02T18:34:14.005Z expected_hash: ArtifactHash(
231582026-06-02T18:34:14.005Z "ebc82bf181db864b78cb7e3ddedf7ab1dd8fe7b377b02846f3c27cf0387bb387",
231592026-06-02T18:34:14.005Z ),
231602026-06-02T18:34:14.006Z status: Valid,
231612026-06-02T18:34:14.006Z },
231622026-06-02T18:34:14.006Z "crucible.tar.gz": OmicronManifestArtifactResult {
231632026-06-02T18:34:14.006Z file_name: "crucible.tar.gz",
231642026-06-02T18:34:14.006Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/783463b6-bf31-49d5-899d-bd78bbb70981/install/crucible.tar.gz",
231652026-06-02T18:34:14.006Z expected_size: 1691,
231662026-06-02T18:34:14.006Z expected_hash: ArtifactHash(
231672026-06-02T18:34:14.006Z "866f6a7c2e51c056fb722b5113e80181cc9cd8b712a0d3dbf1edc4ce29e5229e",
231682026-06-02T18:34:14.006Z ),
231692026-06-02T18:34:14.006Z status: Valid,
231702026-06-02T18:34:14.006Z },
231712026-06-02T18:34:14.006Z "crucible_pantry.tar.gz": OmicronManifestArtifactResult {
231722026-06-02T18:34:14.006Z file_name: "crucible_pantry.tar.gz",
231732026-06-02T18:34:14.006Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/783463b6-bf31-49d5-899d-bd78bbb70981/install/crucible_pantry.tar.gz",
231742026-06-02T18:34:14.006Z expected_size: 1696,
231752026-06-02T18:34:14.006Z expected_hash: ArtifactHash(
231762026-06-02T18:34:14.008Z "3ff26dad96faa8f67251f5de40458b4f809d536bfe8572134da0e42c2fa12674",
231772026-06-02T18:34:14.008Z ),
231782026-06-02T18:34:14.008Z status: Valid,
231792026-06-02T18:34:14.008Z },
231802026-06-02T18:34:14.008Z "external_dns.tar.gz": OmicronManifestArtifactResult {
231812026-06-02T18:34:14.008Z file_name: "external_dns.tar.gz",
231822026-06-02T18:34:14.009Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/783463b6-bf31-49d5-899d-bd78bbb70981/install/external_dns.tar.gz",
231832026-06-02T18:34:14.009Z expected_size: 1690,
231842026-06-02T18:34:14.009Z expected_hash: ArtifactHash(
231852026-06-02T18:34:14.009Z "f282c45771429f7bebf71f0cc668521066db57c6bb07fcfccdfb44825d3d930f",
231862026-06-02T18:34:14.009Z ),
231872026-06-02T18:34:14.009Z status: Valid,
231882026-06-02T18:34:14.009Z },
231892026-06-02T18:34:14.009Z "internal_dns.tar.gz": OmicronManifestArtifactResult {
231902026-06-02T18:34:14.009Z file_name: "internal_dns.tar.gz",
231912026-06-02T18:34:14.009Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/783463b6-bf31-49d5-899d-bd78bbb70981/install/internal_dns.tar.gz",
231922026-06-02T18:34:14.009Z expected_size: 1690,
231932026-06-02T18:34:14.009Z expected_hash: ArtifactHash(
231942026-06-02T18:34:14.009Z "de30657a72b066b8ef1f56351a0a5d4d7000da0a62c4be9b2e949a107ca8a389",
231952026-06-02T18:34:14.009Z ),
231962026-06-02T18:34:14.009Z status: Valid,
231972026-06-02T18:34:14.009Z },
231982026-06-02T18:34:14.009Z "nexus.tar.gz": OmicronManifestArtifactResult {
231992026-06-02T18:34:14.010Z file_name: "nexus.tar.gz",
232002026-06-02T18:34:14.010Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/783463b6-bf31-49d5-899d-bd78bbb70981/install/nexus.tar.gz",
232012026-06-02T18:34:14.010Z expected_size: 1683,
232022026-06-02T18:34:14.010Z expected_hash: ArtifactHash(
232032026-06-02T18:34:14.010Z "e9b7035f41848a987a798c15ac424cc91dd662b1af0920d58d8aa1ebad7467b6",
232042026-06-02T18:34:14.010Z ),
232052026-06-02T18:34:14.010Z status: Valid,
232062026-06-02T18:34:14.010Z },
232072026-06-02T18:34:14.010Z "ntp.tar.gz": OmicronManifestArtifactResult {
232082026-06-02T18:34:14.010Z file_name: "ntp.tar.gz",
232092026-06-02T18:34:14.010Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/783463b6-bf31-49d5-899d-bd78bbb70981/install/ntp.tar.gz",
232102026-06-02T18:34:14.010Z expected_size: 1682,
232112026-06-02T18:34:14.010Z expected_hash: ArtifactHash(
232122026-06-02T18:34:14.010Z "d76e26198daed69cdae04490d7477f8c842e0dbe37d463eac0d0a8d3fb803095",
232132026-06-02T18:34:14.010Z ),
232142026-06-02T18:34:14.014Z status: Valid,
232152026-06-02T18:34:14.014Z },
232162026-06-02T18:34:14.015Z "oximeter.tar.gz": OmicronManifestArtifactResult {
232172026-06-02T18:34:14.015Z file_name: "oximeter.tar.gz",
232182026-06-02T18:34:14.015Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/783463b6-bf31-49d5-899d-bd78bbb70981/install/oximeter.tar.gz",
232192026-06-02T18:34:14.015Z expected_size: 1683,
232202026-06-02T18:34:14.015Z expected_hash: ArtifactHash(
232212026-06-02T18:34:14.015Z "9f4bc56a15d5fd943fdac94309994b8fd73aa2be1ec61faf44bfcf2356c9dc23",
232222026-06-02T18:34:14.015Z ),
232232026-06-02T18:34:14.015Z status: Valid,
232242026-06-02T18:34:14.015Z },
232252026-06-02T18:34:14.015Z },
232262026-06-02T18:34:14.015Z },
232272026-06-02T18:34:14.015Z ),
232282026-06-02T18:34:14.015Z non_boot_disk_metadata: {
232292026-06-02T18:34:14.015Z 2392f446-41bc-4f3d-a32f-00d2c3e7c7f1 (internal_zpool): OmicronManifestNonBootInfo {
232302026-06-02T18:34:14.015Z zpool_id: 2392f446-41bc-4f3d-a32f-00d2c3e7c7f1 (internal_zpool),
232312026-06-02T18:34:14.015Z dataset_dir: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install",
232322026-06-02T18:34:14.015Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install/zones.json",
232332026-06-02T18:34:14.015Z result: Matches(
232342026-06-02T18:34:14.015Z OmicronManifestArtifactsResult {
232352026-06-02T18:34:14.015Z manifest: OmicronInstallManifest {
232362026-06-02T18:34:14.015Z source: Installinator {
232372026-06-02T18:34:14.015Z mupdate_id: 3267e945-e68b-4bf3-9676-5fb5cf98e97d (mupdate),
232382026-06-02T18:34:14.015Z },
232392026-06-02T18:34:14.015Z files: {
232402026-06-02T18:34:14.015Z "clickhouse.tar.gz": OmicronInstallMetadata {
232412026-06-02T18:34:14.015Z file_name: "clickhouse.tar.gz",
232422026-06-02T18:34:14.015Z file_size: 1687,
232432026-06-02T18:34:14.015Z hash: ArtifactHash(
232442026-06-02T18:34:14.015Z "bb2d1ff02d11f72bc9049ae57f27536207519a1859d29f8d7a90ab3b44d56b08",
232452026-06-02T18:34:14.015Z ),
232462026-06-02T18:34:14.015Z },
232472026-06-02T18:34:14.015Z "clickhouse_keeper.tar.gz": OmicronInstallMetadata {
232482026-06-02T18:34:14.015Z file_name: "clickhouse_keeper.tar.gz",
232492026-06-02T18:34:14.015Z file_size: 1691,
232502026-06-02T18:34:14.015Z hash: ArtifactHash(
232512026-06-02T18:34:14.016Z "1eb9f24be68f13c274aa0ac9b863cec520dbfe762620c328431728d75bfd2198",
232522026-06-02T18:34:14.016Z ),
232532026-06-02T18:34:14.016Z },
232542026-06-02T18:34:14.016Z "clickhouse_server.tar.gz": OmicronInstallMetadata {
232552026-06-02T18:34:14.016Z file_name: "clickhouse_server.tar.gz",
232562026-06-02T18:34:14.016Z file_size: 1691,
232572026-06-02T18:34:14.016Z hash: ArtifactHash(
232582026-06-02T18:34:14.016Z "50fe271948672a9af1ba5f96c9d87ff2736fa72d78dfef598a79fa0cc8a00474",
232592026-06-02T18:34:14.016Z ),
232602026-06-02T18:34:14.016Z },
232612026-06-02T18:34:14.016Z "cockroachdb.tar.gz": OmicronInstallMetadata {
232622026-06-02T18:34:14.016Z file_name: "cockroachdb.tar.gz",
232632026-06-02T18:34:14.017Z file_size: 1690,
232642026-06-02T18:34:14.017Z hash: ArtifactHash(
232652026-06-02T18:34:14.017Z "ebc82bf181db864b78cb7e3ddedf7ab1dd8fe7b377b02846f3c27cf0387bb387",
232662026-06-02T18:34:14.017Z ),
232672026-06-02T18:34:14.017Z },
232682026-06-02T18:34:14.017Z "crucible.tar.gz": OmicronInstallMetadata {
232692026-06-02T18:34:14.017Z file_name: "crucible.tar.gz",
232702026-06-02T18:34:14.017Z file_size: 1691,
232712026-06-02T18:34:14.017Z hash: ArtifactHash(
232722026-06-02T18:34:14.017Z "866f6a7c2e51c056fb722b5113e80181cc9cd8b712a0d3dbf1edc4ce29e5229e",
232732026-06-02T18:34:14.017Z ),
232742026-06-02T18:34:14.017Z },
232752026-06-02T18:34:14.017Z "crucible_pantry.tar.gz": OmicronInstallMetadata {
232762026-06-02T18:34:14.017Z file_name: "crucible_pantry.tar.gz",
232772026-06-02T18:34:14.017Z file_size: 1696,
232782026-06-02T18:34:14.017Z hash: ArtifactHash(
232792026-06-02T18:34:14.017Z "3ff26dad96faa8f67251f5de40458b4f809d536bfe8572134da0e42c2fa12674",
232802026-06-02T18:34:14.017Z ),
232812026-06-02T18:34:14.017Z },
232822026-06-02T18:34:14.017Z "external_dns.tar.gz": OmicronInstallMetadata {
232832026-06-02T18:34:14.017Z file_name: "external_dns.tar.gz",
232842026-06-02T18:34:14.017Z file_size: 1690,
232852026-06-02T18:34:14.017Z hash: ArtifactHash(
232862026-06-02T18:34:14.017Z "f282c45771429f7bebf71f0cc668521066db57c6bb07fcfccdfb44825d3d930f",
232872026-06-02T18:34:14.017Z ),
232882026-06-02T18:34:14.017Z },
232892026-06-02T18:34:14.017Z "internal_dns.tar.gz": OmicronInstallMetadata {
232902026-06-02T18:34:14.017Z file_name: "internal_dns.tar.gz",
232912026-06-02T18:34:14.017Z file_size: 1690,
232922026-06-02T18:34:14.017Z hash: ArtifactHash(
232932026-06-02T18:34:14.017Z "de30657a72b066b8ef1f56351a0a5d4d7000da0a62c4be9b2e949a107ca8a389",
232942026-06-02T18:34:14.017Z ),
232952026-06-02T18:34:14.017Z },
232962026-06-02T18:34:14.017Z "nexus.tar.gz": OmicronInstallMetadata {
232972026-06-02T18:34:14.017Z file_name: "nexus.tar.gz",
232982026-06-02T18:34:14.017Z file_size: 1683,
232992026-06-02T18:34:14.017Z hash: ArtifactHash(
233002026-06-02T18:34:14.017Z "e9b7035f41848a987a798c15ac424cc91dd662b1af0920d58d8aa1ebad7467b6",
233012026-06-02T18:34:14.017Z ),
233022026-06-02T18:34:14.018Z },
233032026-06-02T18:34:14.018Z "ntp.tar.gz": OmicronInstallMetadata {
233042026-06-02T18:34:14.018Z file_name: "ntp.tar.gz",
233052026-06-02T18:34:14.018Z file_size: 1682,
233062026-06-02T18:34:14.018Z hash: ArtifactHash(
233072026-06-02T18:34:14.018Z "d76e26198daed69cdae04490d7477f8c842e0dbe37d463eac0d0a8d3fb803095",
233082026-06-02T18:34:14.018Z ),
233092026-06-02T18:34:14.018Z },
233102026-06-02T18:34:14.018Z "oximeter.tar.gz": OmicronInstallMetadata {
233112026-06-02T18:34:14.018Z file_name: "oximeter.tar.gz",
233122026-06-02T18:34:14.018Z file_size: 1683,
233132026-06-02T18:34:14.018Z hash: ArtifactHash(
233142026-06-02T18:34:14.022Z "9f4bc56a15d5fd943fdac94309994b8fd73aa2be1ec61faf44bfcf2356c9dc23",
233152026-06-02T18:34:14.022Z ),
233162026-06-02T18:34:14.022Z },
233172026-06-02T18:34:14.022Z },
233182026-06-02T18:34:14.022Z },
233192026-06-02T18:34:14.022Z data: {
233202026-06-02T18:34:14.022Z "clickhouse.tar.gz": OmicronManifestArtifactResult {
233212026-06-02T18:34:14.023Z file_name: "clickhouse.tar.gz",
233222026-06-02T18:34:14.023Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install/clickhouse.tar.gz",
233232026-06-02T18:34:14.023Z expected_size: 1687,
233242026-06-02T18:34:14.023Z expected_hash: ArtifactHash(
233252026-06-02T18:34:14.023Z "bb2d1ff02d11f72bc9049ae57f27536207519a1859d29f8d7a90ab3b44d56b08",
233262026-06-02T18:34:14.023Z ),
233272026-06-02T18:34:14.023Z status: Valid,
233282026-06-02T18:34:14.023Z },
233292026-06-02T18:34:14.023Z "clickhouse_keeper.tar.gz": OmicronManifestArtifactResult {
233302026-06-02T18:34:14.023Z file_name: "clickhouse_keeper.tar.gz",
233312026-06-02T18:34:14.023Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install/clickhouse_keeper.tar.gz",
233322026-06-02T18:34:14.023Z expected_size: 1691,
233332026-06-02T18:34:14.023Z expected_hash: ArtifactHash(
233342026-06-02T18:34:14.023Z "1eb9f24be68f13c274aa0ac9b863cec520dbfe762620c328431728d75bfd2198",
233352026-06-02T18:34:14.023Z ),
233362026-06-02T18:34:14.023Z status: Valid,
233372026-06-02T18:34:14.023Z },
233382026-06-02T18:34:14.023Z "clickhouse_server.tar.gz": OmicronManifestArtifactResult {
233392026-06-02T18:34:14.023Z file_name: "clickhouse_server.tar.gz",
233402026-06-02T18:34:14.023Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install/clickhouse_server.tar.gz",
233412026-06-02T18:34:14.023Z expected_size: 1691,
233422026-06-02T18:34:14.023Z expected_hash: ArtifactHash(
233432026-06-02T18:34:14.023Z "50fe271948672a9af1ba5f96c9d87ff2736fa72d78dfef598a79fa0cc8a00474",
233442026-06-02T18:34:14.023Z ),
233452026-06-02T18:34:14.023Z status: Valid,
233462026-06-02T18:34:14.023Z },
233472026-06-02T18:34:14.023Z "cockroachdb.tar.gz": OmicronManifestArtifactResult {
233482026-06-02T18:34:14.023Z file_name: "cockroachdb.tar.gz",
233492026-06-02T18:34:14.023Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install/cockroachdb.tar.gz",
233502026-06-02T18:34:14.023Z expected_size: 1690,
233512026-06-02T18:34:14.023Z expected_hash: ArtifactHash(
233522026-06-02T18:34:14.023Z "ebc82bf181db864b78cb7e3ddedf7ab1dd8fe7b377b02846f3c27cf0387bb387",
233532026-06-02T18:34:14.023Z ),
233542026-06-02T18:34:14.023Z status: Valid,
233552026-06-02T18:34:14.024Z },
233562026-06-02T18:34:14.024Z "crucible.tar.gz": OmicronManifestArtifactResult {
233572026-06-02T18:34:14.024Z file_name: "crucible.tar.gz",
233582026-06-02T18:34:14.024Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install/crucible.tar.gz",
233592026-06-02T18:34:14.024Z expected_size: 1691,
233602026-06-02T18:34:14.024Z expected_hash: ArtifactHash(
233612026-06-02T18:34:14.024Z "866f6a7c2e51c056fb722b5113e80181cc9cd8b712a0d3dbf1edc4ce29e5229e",
233622026-06-02T18:34:14.024Z ),
233632026-06-02T18:34:14.024Z status: Valid,
233642026-06-02T18:34:14.024Z },
233652026-06-02T18:34:14.024Z "crucible_pantry.tar.gz": OmicronManifestArtifactResult {
233662026-06-02T18:34:14.024Z file_name: "crucible_pantry.tar.gz",
233672026-06-02T18:34:14.024Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install/crucible_pantry.tar.gz",
233682026-06-02T18:34:14.024Z expected_size: 1696,
233692026-06-02T18:34:14.024Z expected_hash: ArtifactHash(
233702026-06-02T18:34:14.024Z "3ff26dad96faa8f67251f5de40458b4f809d536bfe8572134da0e42c2fa12674",
233712026-06-02T18:34:14.024Z ),
233722026-06-02T18:34:14.024Z status: Valid,
233732026-06-02T18:34:14.024Z },
233742026-06-02T18:34:14.024Z "external_dns.tar.gz": OmicronManifestArtifactResult {
233752026-06-02T18:34:14.024Z file_name: "external_dns.tar.gz",
233762026-06-02T18:34:14.025Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install/external_dns.tar.gz",
233772026-06-02T18:34:14.025Z expected_size: 1690,
233782026-06-02T18:34:14.025Z expected_hash: ArtifactHash(
233792026-06-02T18:34:14.025Z "f282c45771429f7bebf71f0cc668521066db57c6bb07fcfccdfb44825d3d930f",
233802026-06-02T18:34:14.025Z ),
233812026-06-02T18:34:14.025Z status: Valid,
233822026-06-02T18:34:14.025Z },
233832026-06-02T18:34:14.025Z "internal_dns.tar.gz": OmicronManifestArtifactResult {
233842026-06-02T18:34:14.025Z file_name: "internal_dns.tar.gz",
233852026-06-02T18:34:14.025Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install/internal_dns.tar.gz",
233862026-06-02T18:34:14.025Z expected_size: 1690,
233872026-06-02T18:34:14.025Z expected_hash: ArtifactHash(
233882026-06-02T18:34:14.025Z "de30657a72b066b8ef1f56351a0a5d4d7000da0a62c4be9b2e949a107ca8a389",
233892026-06-02T18:34:14.025Z ),
233902026-06-02T18:34:14.025Z status: Valid,
233912026-06-02T18:34:14.025Z },
233922026-06-02T18:34:14.025Z "nexus.tar.gz": OmicronManifestArtifactResult {
233932026-06-02T18:34:14.025Z file_name: "nexus.tar.gz",
233942026-06-02T18:34:14.025Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install/nexus.tar.gz",
233952026-06-02T18:34:14.025Z expected_size: 1683,
233962026-06-02T18:34:14.025Z expected_hash: ArtifactHash(
233972026-06-02T18:34:14.025Z "e9b7035f41848a987a798c15ac424cc91dd662b1af0920d58d8aa1ebad7467b6",
233982026-06-02T18:34:14.025Z ),
233992026-06-02T18:34:14.025Z status: Valid,
234002026-06-02T18:34:14.025Z },
234012026-06-02T18:34:14.025Z "ntp.tar.gz": OmicronManifestArtifactResult {
234022026-06-02T18:34:14.025Z file_name: "ntp.tar.gz",
234032026-06-02T18:34:14.025Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install/ntp.tar.gz",
234042026-06-02T18:34:14.025Z expected_size: 1682,
234052026-06-02T18:34:14.025Z expected_hash: ArtifactHash(
234062026-06-02T18:34:14.025Z "d76e26198daed69cdae04490d7477f8c842e0dbe37d463eac0d0a8d3fb803095",
234072026-06-02T18:34:14.025Z ),
234082026-06-02T18:34:14.025Z status: Valid,
234092026-06-02T18:34:14.025Z },
234102026-06-02T18:34:14.025Z "oximeter.tar.gz": OmicronManifestArtifactResult {
234112026-06-02T18:34:14.025Z file_name: "oximeter.tar.gz",
234122026-06-02T18:34:14.025Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install/oximeter.tar.gz",
234132026-06-02T18:34:14.025Z expected_size: 1683,
234142026-06-02T18:34:14.106Z expected_hash: ArtifactHash(
234152026-06-02T18:34:14.106Z "9f4bc56a15d5fd943fdac94309994b8fd73aa2be1ec61faf44bfcf2356c9dc23",
234162026-06-02T18:34:14.106Z ),
234172026-06-02T18:34:14.106Z status: Valid,
234182026-06-02T18:34:14.106Z },
234192026-06-02T18:34:14.106Z },
234202026-06-02T18:34:14.106Z },
234212026-06-02T18:34:14.106Z ),
234222026-06-02T18:34:14.106Z },
234232026-06-02T18:34:14.107Z },
234242026-06-02T18:34:14.107Z },
234252026-06-02T18:34:14.107Z measurement_manifest: MeasurementManifestStatus {
234262026-06-02T18:34:14.107Z boot_disk_path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/783463b6-bf31-49d5-899d-bd78bbb70981/install/measurements/measurements.json",
234272026-06-02T18:34:14.107Z boot_disk_result: Ok(
234282026-06-02T18:34:14.107Z OmicronManifestArtifactsResult {
234292026-06-02T18:34:14.107Z manifest: OmicronInstallManifest {
234302026-06-02T18:34:14.107Z source: Installinator {
234312026-06-02T18:34:14.107Z mupdate_id: 3267e945-e68b-4bf3-9676-5fb5cf98e97d (mupdate),
234322026-06-02T18:34:14.107Z },
234332026-06-02T18:34:14.107Z files: {
234342026-06-02T18:34:14.107Z "fake-corpus": OmicronInstallMetadata {
234352026-06-02T18:34:14.107Z file_name: "fake-corpus",
234362026-06-02T18:34:14.107Z file_size: 1048576,
234372026-06-02T18:34:14.107Z hash: ArtifactHash(
234382026-06-02T18:34:14.107Z "a1a34c0ca4776c27d67a2a50b231acc96ccbc2645f5e8dd8c2bc27f0eab49855",
234392026-06-02T18:34:14.107Z ),
234402026-06-02T18:34:14.107Z },
234412026-06-02T18:34:14.107Z },
234422026-06-02T18:34:14.107Z },
234432026-06-02T18:34:14.107Z data: {
234442026-06-02T18:34:14.107Z "fake-corpus": OmicronManifestArtifactResult {
234452026-06-02T18:34:14.107Z file_name: "fake-corpus",
234462026-06-02T18:34:14.107Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/783463b6-bf31-49d5-899d-bd78bbb70981/install/measurements/fake-corpus",
234472026-06-02T18:34:14.107Z expected_size: 1048576,
234482026-06-02T18:34:14.107Z expected_hash: ArtifactHash(
234492026-06-02T18:34:14.107Z "a1a34c0ca4776c27d67a2a50b231acc96ccbc2645f5e8dd8c2bc27f0eab49855",
234502026-06-02T18:34:14.107Z ),
234512026-06-02T18:34:14.107Z status: Valid,
234522026-06-02T18:34:14.107Z },
234532026-06-02T18:34:14.107Z },
234542026-06-02T18:34:14.107Z },
234552026-06-02T18:34:14.107Z ),
234562026-06-02T18:34:14.108Z non_boot_disk_metadata: {
234572026-06-02T18:34:14.108Z 2392f446-41bc-4f3d-a32f-00d2c3e7c7f1 (internal_zpool): OmicronManifestNonBootInfo {
234582026-06-02T18:34:14.108Z zpool_id: 2392f446-41bc-4f3d-a32f-00d2c3e7c7f1 (internal_zpool),
234592026-06-02T18:34:14.108Z dataset_dir: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install",
234602026-06-02T18:34:14.108Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install/measurements/measurements.json",
234612026-06-02T18:34:14.108Z result: Matches(
234622026-06-02T18:34:14.108Z OmicronManifestArtifactsResult {
234632026-06-02T18:34:14.108Z manifest: OmicronInstallManifest {
234642026-06-02T18:34:14.108Z source: Installinator {
234652026-06-02T18:34:14.108Z mupdate_id: 3267e945-e68b-4bf3-9676-5fb5cf98e97d (mupdate),
234662026-06-02T18:34:14.108Z },
234672026-06-02T18:34:14.108Z files: {
234682026-06-02T18:34:14.108Z "fake-corpus": OmicronInstallMetadata {
234692026-06-02T18:34:14.108Z file_name: "fake-corpus",
234702026-06-02T18:34:14.108Z file_size: 1048576,
234712026-06-02T18:34:14.108Z hash: ArtifactHash(
234722026-06-02T18:34:14.108Z "a1a34c0ca4776c27d67a2a50b231acc96ccbc2645f5e8dd8c2bc27f0eab49855",
234732026-06-02T18:34:14.108Z ),
234742026-06-02T18:34:14.108Z },
234752026-06-02T18:34:14.108Z },
234762026-06-02T18:34:14.108Z },
234772026-06-02T18:34:14.108Z data: {
234782026-06-02T18:34:14.108Z "fake-corpus": OmicronManifestArtifactResult {
234792026-06-02T18:34:14.108Z file_name: "fake-corpus",
234802026-06-02T18:34:14.108Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install/measurements/fake-corpus",
234812026-06-02T18:34:14.108Z expected_size: 1048576,
234822026-06-02T18:34:14.108Z expected_hash: ArtifactHash(
234832026-06-02T18:34:14.108Z "a1a34c0ca4776c27d67a2a50b231acc96ccbc2645f5e8dd8c2bc27f0eab49855",
234842026-06-02T18:34:14.108Z ),
234852026-06-02T18:34:14.108Z status: Valid,
234862026-06-02T18:34:14.108Z },
234872026-06-02T18:34:14.108Z },
234882026-06-02T18:34:14.108Z },
234892026-06-02T18:34:14.108Z ),
234902026-06-02T18:34:14.108Z },
234912026-06-02T18:34:14.108Z },
234922026-06-02T18:34:14.109Z },
234932026-06-02T18:34:14.109Z mupdate_override: MupdateOverrideStatus {
234942026-06-02T18:34:14.109Z boot_disk_path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/783463b6-bf31-49d5-899d-bd78bbb70981/install/mupdate-override.json",
234952026-06-02T18:34:14.109Z boot_disk_override: Ok(
234962026-06-02T18:34:14.109Z Some(
234972026-06-02T18:34:14.109Z MupdateOverrideInfo {
234982026-06-02T18:34:14.109Z mupdate_uuid: 4b3d388b-25eb-478a-a965-cb71f36206a9 (mupdate_override),
234992026-06-02T18:34:14.109Z hash_ids: {
235002026-06-02T18:34:14.109Z ArtifactHashId {
235012026-06-02T18:34:14.109Z kind: ArtifactKind(
235022026-06-02T18:34:14.109Z "control_plane",
235032026-06-02T18:34:14.109Z ),
235042026-06-02T18:34:14.109Z hash: ArtifactHash(
235052026-06-02T18:34:14.110Z "aff948fe95abe88e94e1176c524f3abd1d4bcab10ec7be3218174b04c61a496c",
235062026-06-02T18:34:14.110Z ),
235072026-06-02T18:34:14.110Z },
235082026-06-02T18:34:14.110Z ArtifactHashId {
235092026-06-02T18:34:14.110Z kind: ArtifactKind(
235102026-06-02T18:34:14.110Z "host_phase_2",
235112026-06-02T18:34:14.110Z ),
235122026-06-02T18:34:14.110Z hash: ArtifactHash(
235132026-06-02T18:34:14.110Z "9ff631b5b7229604ab7c5aae2ee4a34a64772736b332540d38077b3aea6952df",
235142026-06-02T18:34:14.115Z ),
235152026-06-02T18:34:14.115Z },
235162026-06-02T18:34:14.115Z },
235172026-06-02T18:34:14.115Z },
235182026-06-02T18:34:14.115Z ),
235192026-06-02T18:34:14.115Z ),
235202026-06-02T18:34:14.115Z non_boot_disk_overrides: {
235212026-06-02T18:34:14.115Z 2392f446-41bc-4f3d-a32f-00d2c3e7c7f1 (internal_zpool): MupdateOverrideNonBootInfo {
235222026-06-02T18:34:14.115Z zpool_id: 2392f446-41bc-4f3d-a32f-00d2c3e7c7f1 (internal_zpool),
235232026-06-02T18:34:14.115Z path: "/var/tmp/omicron_tmp/.tmpXGPMca/pool/int/2392f446-41bc-4f3d-a32f-00d2c3e7c7f1/install/mupdate-override.json",
235242026-06-02T18:34:14.115Z result: MatchesPresent,
235252026-06-02T18:34:14.115Z },
235262026-06-02T18:34:14.115Z },
235272026-06-02T18:34:14.115Z },
235282026-06-02T18:34:14.116Z image_directory_override: None,
235292026-06-02T18:34:14.116Z measurement_directory_override: None,
235302026-06-02T18:34:14.116Z }
235312026-06-02T18:34:14.116Z
235322026-06-02T18:34:14.116Z (test timed out)
235332026-06-02T18:34:14.116Z
235342026-06-02T18:34:14.116Z TRY 2 TMT [ 900.035s] (─────────) wicketd::mod integration_tests::updates::test_updates
235352026-06-02T18:34:14.116Z stdout ───
235362026-06-02T18:34:14.116Z
235372026-06-02T18:34:14.116Z running 1 test
235382026-06-02T18:34:14.116Z test integration_tests::updates::test_updates has been running for over 60 seconds
235392026-06-02T18:34:14.116Z stderr ───
235402026-06-02T18:34:14.117Z log file: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_updates.25942.0.log
235412026-06-02T18:34:14.117Z note: configured to log to "/var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_updates.25942.0.log"
235422026-06-02T18:34:14.117Z hint: Generated a random key:
235432026-06-02T18:34:14.117Z hint:
235442026-06-02T18:34:14.117Z hint: ed25519:MFECAQEwBQYDK2VwBCIEIPonDf5KaMoBaVqIKc7BAZPCvgjT9PxNP3fwz6aWutcAgSEAuTGtESNzesE_ZigWGKS-LjHkVv3yQLHOuw4BhEjpw7s=
235452026-06-02T18:34:14.117Z hint:
235462026-06-02T18:34:14.117Z hint: To modify this repository, you will need this key. Use the -k/--key
235472026-06-02T18:34:14.117Z hint: command line flag or the TUFACEOUS_KEY environment variable:
235482026-06-02T18:34:14.117Z hint:
235492026-06-02T18:34:14.117Z hint: export TUFACEOUS_KEY=ed25519:MFECAQEwBQYDK2VwBCIEIPonDf5KaMoBaVqIKc7BAZPCvgjT9PxNP3fwz6aWutcAgSEAuTGtESNzesE_ZigWGKS-LjHkVv3yQLHOuw4BhEjpw7s=
235502026-06-02T18:34:14.117Z hint:
235512026-06-02T18:34:14.117Z hint: To prevent this default behavior, use --no-generate-key.
235522026-06-02T18:34:14.117Z
235532026-06-02T18:34:14.117Z (test timed out)
235542026-06-02T18:34:14.117Z
235552026-06-02T18:35:13.967Z TRY 3 SLOW [> 60.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
235562026-06-02T18:35:13.990Z TRY 3 SLOW [> 60.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
235572026-06-02T18:35:13.999Z TRY 3 SLOW [> 60.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
235582026-06-02T18:35:14.010Z TRY 3 SLOW [> 60.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
235592026-06-02T18:36:13.968Z TRY 3 SLOW [>120.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
235602026-06-02T18:36:13.991Z TRY 3 SLOW [>120.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
235612026-06-02T18:36:13.999Z TRY 3 SLOW [>120.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
235622026-06-02T18:36:14.009Z TRY 3 SLOW [>120.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
235632026-06-02T18:37:13.968Z TRY 3 SLOW [>180.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
235642026-06-02T18:37:13.992Z TRY 3 SLOW [>180.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
235652026-06-02T18:37:14.001Z TRY 3 SLOW [>180.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
235662026-06-02T18:37:14.012Z TRY 3 SLOW [>180.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
235672026-06-02T18:38:13.969Z TRY 3 SLOW [>240.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
235682026-06-02T18:38:13.994Z TRY 3 SLOW [>240.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
235692026-06-02T18:38:14.003Z TRY 3 SLOW [>240.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
235702026-06-02T18:38:14.013Z TRY 3 SLOW [>240.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
235712026-06-02T18:39:13.970Z TRY 3 SLOW [>300.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
235722026-06-02T18:39:13.994Z TRY 3 SLOW [>300.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
235732026-06-02T18:39:14.003Z TRY 3 SLOW [>300.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
235742026-06-02T18:39:14.013Z TRY 3 SLOW [>300.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
235752026-06-02T18:40:13.973Z TRY 3 SLOW [>360.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
235762026-06-02T18:40:13.999Z TRY 3 SLOW [>360.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
235772026-06-02T18:40:14.007Z TRY 3 SLOW [>360.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
235782026-06-02T18:40:14.015Z TRY 3 SLOW [>360.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
235792026-06-02T18:41:14.095Z TRY 3 SLOW [>420.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
235802026-06-02T18:41:14.099Z TRY 3 SLOW [>420.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
235812026-06-02T18:41:14.099Z TRY 3 SLOW [>420.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
235822026-06-02T18:41:14.099Z TRY 3 SLOW [>420.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
235832026-06-02T18:42:13.975Z TRY 3 SLOW [>480.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
235842026-06-02T18:42:13.999Z TRY 3 SLOW [>480.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
235852026-06-02T18:42:14.007Z TRY 3 SLOW [>480.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
235862026-06-02T18:42:14.017Z TRY 3 SLOW [>480.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
235872026-06-02T18:43:13.976Z TRY 3 SLOW [>540.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
235882026-06-02T18:43:14.000Z TRY 3 SLOW [>540.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
235892026-06-02T18:43:14.011Z TRY 3 SLOW [>540.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
235902026-06-02T18:43:14.019Z TRY 3 SLOW [>540.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
235912026-06-02T18:44:13.977Z TRY 3 SLOW [>600.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
235922026-06-02T18:44:14.002Z TRY 3 SLOW [>600.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
235932026-06-02T18:44:14.010Z TRY 3 SLOW [>600.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
235942026-06-02T18:44:14.020Z TRY 3 SLOW [>600.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
235952026-06-02T18:45:13.978Z TRY 3 SLOW [>660.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
235962026-06-02T18:45:14.002Z TRY 3 SLOW [>660.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
235972026-06-02T18:45:14.011Z TRY 3 SLOW [>660.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
235982026-06-02T18:45:14.021Z TRY 3 SLOW [>660.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
235992026-06-02T18:46:13.980Z TRY 3 SLOW [>720.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
236002026-06-02T18:46:14.004Z TRY 3 SLOW [>720.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
236012026-06-02T18:46:14.012Z TRY 3 SLOW [>720.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
236022026-06-02T18:46:14.023Z TRY 3 SLOW [>720.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
236032026-06-02T18:47:13.981Z TRY 3 SLOW [>780.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
236042026-06-02T18:47:14.005Z TRY 3 SLOW [>780.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
236052026-06-02T18:47:14.014Z TRY 3 SLOW [>780.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
236062026-06-02T18:47:14.024Z TRY 3 SLOW [>780.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
236072026-06-02T18:48:13.982Z TRY 3 SLOW [>840.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
236082026-06-02T18:48:14.006Z TRY 3 SLOW [>840.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
236092026-06-02T18:48:14.016Z TRY 3 SLOW [>840.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
236102026-06-02T18:48:14.025Z TRY 3 SLOW [>840.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
236112026-06-02T18:49:13.984ZTRY 3 TRMNTG [>900.000s] (─────────) wicketd::mod integration_tests::inventory::test_inventory
236122026-06-02T18:49:13.995Z TRY 3 TMT [ 900.026s] (2827/2830) wicketd::mod integration_tests::inventory::test_inventory
236132026-06-02T18:49:13.995Z stdout ───
236142026-06-02T18:49:13.995Z
236152026-06-02T18:49:13.995Z running 1 test
236162026-06-02T18:49:13.995Z test integration_tests::inventory::test_inventory has been running for over 60 seconds
236172026-06-02T18:49:13.995Z stderr ───
236182026-06-02T18:49:13.995Z log file: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_inventory.25943.0.log
236192026-06-02T18:49:13.995Z note: configured to log to "/var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_inventory.25943.0.log"
236202026-06-02T18:49:13.995Z
236212026-06-02T18:49:13.995Z (test timed out)
236222026-06-02T18:49:13.995Z
236232026-06-02T18:49:14.008ZTRY 3 TRMNTG [>900.000s] (─────────) wicketd::mod integration_tests::updates::test_update_races
236242026-06-02T18:49:14.017ZTRY 3 TRMNTG [>900.000s] (─────────) wicketd::mod integration_tests::updates::test_installinator_fetch
236252026-06-02T18:49:14.022Z TRY 3 TMT [ 900.028s] (2828/2830) wicketd::mod integration_tests::updates::test_update_races
236262026-06-02T18:49:14.022Z stdout ───
236272026-06-02T18:49:14.022Z
236282026-06-02T18:49:14.022Z running 1 test
236292026-06-02T18:49:14.022Z test integration_tests::updates::test_update_races has been running for over 60 seconds
236302026-06-02T18:49:14.022Z stderr ───
236312026-06-02T18:49:14.022Z log file: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_artifact_upload_while_updating.25944.0.log
236322026-06-02T18:49:14.022Z note: configured to log to "/var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_artifact_upload_while_updating.25944.0.log"
236332026-06-02T18:49:14.022Z hint: Generated a random key:
236342026-06-02T18:49:14.022Z hint:
236352026-06-02T18:49:14.023Z hint: ed25519:MFECAQEwBQYDK2VwBCIEIGTtYDObrAxvrNMqYC7geNBYR871n3EX8lZQt0XokR7_gSEALZWcK-x1m3HQPYC4WU_Jgd9i4QNmYOM24ikR_Vikmas=
236362026-06-02T18:49:14.023Z hint:
236372026-06-02T18:49:14.023Z hint: To modify this repository, you will need this key. Use the -k/--key
236382026-06-02T18:49:14.023Z hint: command line flag or the TUFACEOUS_KEY environment variable:
236392026-06-02T18:49:14.023Z hint:
236402026-06-02T18:49:14.023Z hint: export TUFACEOUS_KEY=ed25519:MFECAQEwBQYDK2VwBCIEIGTtYDObrAxvrNMqYC7geNBYR871n3EX8lZQt0XokR7_gSEALZWcK-x1m3HQPYC4WU_Jgd9i4QNmYOM24ikR_Vikmas=
236412026-06-02T18:49:14.023Z hint:
236422026-06-02T18:49:14.023Z hint: To prevent this default behavior, use --no-generate-key.
236432026-06-02T18:49:14.023Z
236442026-06-02T18:49:14.023Z (test timed out)
236452026-06-02T18:49:14.023Z
236462026-06-02T18:49:14.027ZTRY 3 TRMNTG [>900.000s] (─────────) wicketd::mod integration_tests::updates::test_updates
236472026-06-02T18:49:14.031Z TRY 3 TMT [ 900.028s] (2829/2830) wicketd::mod integration_tests::updates::test_installinator_fetch
236482026-06-02T18:49:14.031Z stdout ───
236492026-06-02T18:49:14.032Z
236502026-06-02T18:49:14.032Z running 1 test
236512026-06-02T18:49:14.032Z test integration_tests::updates::test_installinator_fetch has been running for over 60 seconds
236522026-06-02T18:49:14.032Z stderr ───
236532026-06-02T18:49:14.032Z log file: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_installinator_fetch_no_installinator_document.25945.0.log
236542026-06-02T18:49:14.032Z note: configured to log to "/var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_installinator_fetch_no_installinator_document.25945.0.log"
236552026-06-02T18:49:14.032Z hint: Generated a random key:
236562026-06-02T18:49:14.032Z hint:
236572026-06-02T18:49:14.032Z hint: ed25519:MFECAQEwBQYDK2VwBCIEIOnGM6MqlV3knGtAhakij9TrPsNHhjH8DQOnaNlrIpOjgSEArwYykn405oeIld6iHbD_OLGRmimdigTQS5v2sa3R7ao=
236582026-06-02T18:49:14.032Z hint:
236592026-06-02T18:49:14.032Z hint: To modify this repository, you will need this key. Use the -k/--key
236602026-06-02T18:49:14.032Z hint: command line flag or the TUFACEOUS_KEY environment variable:
236612026-06-02T18:49:14.032Z hint:
236622026-06-02T18:49:14.032Z hint: export TUFACEOUS_KEY=ed25519:MFECAQEwBQYDK2VwBCIEIOnGM6MqlV3knGtAhakij9TrPsNHhjH8DQOnaNlrIpOjgSEArwYykn405oeIld6iHbD_OLGRmimdigTQS5v2sa3R7ao=
236632026-06-02T18:49:14.032Z hint:
236642026-06-02T18:49:14.032Z hint: To prevent this default behavior, use --no-generate-key.
236652026-06-02T18:49:14.032Z status: ResolverStatus {
236662026-06-02T18:49:14.032Z zone_manifest: ZoneManifestStatus {
236672026-06-02T18:49:14.033Z boot_disk_path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/8528f6e3-0653-41b7-8e76-3ec141f546b3/install/zones.json",
236682026-06-02T18:49:14.033Z boot_disk_result: Ok(
236692026-06-02T18:49:14.033Z OmicronManifestArtifactsResult {
236702026-06-02T18:49:14.033Z manifest: OmicronInstallManifest {
236712026-06-02T18:49:14.033Z source: Installinator {
236722026-06-02T18:49:14.033Z mupdate_id: 52957bc8-616c-4bb3-b680-3b8ee4556f48 (mupdate),
236732026-06-02T18:49:14.033Z },
236742026-06-02T18:49:14.033Z files: {
236752026-06-02T18:49:14.033Z "clickhouse.tar.gz": OmicronInstallMetadata {
236762026-06-02T18:49:14.033Z file_name: "clickhouse.tar.gz",
236772026-06-02T18:49:14.033Z file_size: 1687,
236782026-06-02T18:49:14.033Z hash: ArtifactHash(
236792026-06-02T18:49:14.033Z "bb2d1ff02d11f72bc9049ae57f27536207519a1859d29f8d7a90ab3b44d56b08",
236802026-06-02T18:49:14.033Z ),
236812026-06-02T18:49:14.033Z },
236822026-06-02T18:49:14.033Z "clickhouse_keeper.tar.gz": OmicronInstallMetadata {
236832026-06-02T18:49:14.033Z file_name: "clickhouse_keeper.tar.gz",
236842026-06-02T18:49:14.033Z file_size: 1691,
236852026-06-02T18:49:14.034Z hash: ArtifactHash(
236862026-06-02T18:49:14.034Z "1eb9f24be68f13c274aa0ac9b863cec520dbfe762620c328431728d75bfd2198",
236872026-06-02T18:49:14.034Z ),
236882026-06-02T18:49:14.034Z },
236892026-06-02T18:49:14.034Z "clickhouse_server.tar.gz": OmicronInstallMetadata {
236902026-06-02T18:49:14.034Z file_name: "clickhouse_server.tar.gz",
236912026-06-02T18:49:14.034Z file_size: 1691,
236922026-06-02T18:49:14.034Z hash: ArtifactHash(
236932026-06-02T18:49:14.034Z "50fe271948672a9af1ba5f96c9d87ff2736fa72d78dfef598a79fa0cc8a00474",
236942026-06-02T18:49:14.034Z ),
236952026-06-02T18:49:14.034Z },
236962026-06-02T18:49:14.034Z "cockroachdb.tar.gz": OmicronInstallMetadata {
236972026-06-02T18:49:14.034Z file_name: "cockroachdb.tar.gz",
236982026-06-02T18:49:14.034Z file_size: 1690,
236992026-06-02T18:49:14.034Z hash: ArtifactHash(
237002026-06-02T18:49:14.034Z "ebc82bf181db864b78cb7e3ddedf7ab1dd8fe7b377b02846f3c27cf0387bb387",
237012026-06-02T18:49:14.035Z ),
237022026-06-02T18:49:14.035Z },
237032026-06-02T18:49:14.035Z "crucible.tar.gz": OmicronInstallMetadata {
237042026-06-02T18:49:14.035Z file_name: "crucible.tar.gz",
237052026-06-02T18:49:14.035Z file_size: 1691,
237062026-06-02T18:49:14.035Z hash: ArtifactHash(
237072026-06-02T18:49:14.035Z "866f6a7c2e51c056fb722b5113e80181cc9cd8b712a0d3dbf1edc4ce29e5229e",
237082026-06-02T18:49:14.035Z ),
237092026-06-02T18:49:14.035Z },
237102026-06-02T18:49:14.035Z "crucible_pantry.tar.gz": OmicronInstallMetadata {
237112026-06-02T18:49:14.035Z file_name: "crucible_pantry.tar.gz",
237122026-06-02T18:49:14.035Z file_size: 1696,
237132026-06-02T18:49:14.035Z hash: ArtifactHash(
237142026-06-02T18:49:14.035Z "3ff26dad96faa8f67251f5de40458b4f809d536bfe8572134da0e42c2fa12674",
237152026-06-02T18:49:14.035Z ),
237162026-06-02T18:49:14.036Z },
237172026-06-02T18:49:14.036Z "external_dns.tar.gz": OmicronInstallMetadata {
237182026-06-02T18:49:14.036Z file_name: "external_dns.tar.gz",
237192026-06-02T18:49:14.036Z file_size: 1690,
237202026-06-02T18:49:14.036Z hash: ArtifactHash(
237212026-06-02T18:49:14.036Z "f282c45771429f7bebf71f0cc668521066db57c6bb07fcfccdfb44825d3d930f",
237222026-06-02T18:49:14.036Z ),
237232026-06-02T18:49:14.036Z },
237242026-06-02T18:49:14.036Z "internal_dns.tar.gz": OmicronInstallMetadata {
237252026-06-02T18:49:14.036Z file_name: "internal_dns.tar.gz",
237262026-06-02T18:49:14.036Z file_size: 1690,
237272026-06-02T18:49:14.036Z hash: ArtifactHash(
237282026-06-02T18:49:14.036Z "de30657a72b066b8ef1f56351a0a5d4d7000da0a62c4be9b2e949a107ca8a389",
237292026-06-02T18:49:14.036Z ),
237302026-06-02T18:49:14.036Z },
237312026-06-02T18:49:14.036Z "nexus.tar.gz": OmicronInstallMetadata {
237322026-06-02T18:49:14.036Z file_name: "nexus.tar.gz",
237332026-06-02T18:49:14.037Z file_size: 1683,
237342026-06-02T18:49:14.037Z hash: ArtifactHash(
237352026-06-02T18:49:14.037Z "e9b7035f41848a987a798c15ac424cc91dd662b1af0920d58d8aa1ebad7467b6",
237362026-06-02T18:49:14.037Z ),
237372026-06-02T18:49:14.037Z },
237382026-06-02T18:49:14.037Z "ntp.tar.gz": OmicronInstallMetadata {
237392026-06-02T18:49:14.037Z file_name: "ntp.tar.gz",
237402026-06-02T18:49:14.037Z file_size: 1682,
237412026-06-02T18:49:14.037Z hash: ArtifactHash(
237422026-06-02T18:49:14.037Z "d76e26198daed69cdae04490d7477f8c842e0dbe37d463eac0d0a8d3fb803095",
237432026-06-02T18:49:14.037Z ),
237442026-06-02T18:49:14.037Z },
237452026-06-02T18:49:14.037Z "oximeter.tar.gz": OmicronInstallMetadata {
237462026-06-02T18:49:14.037Z file_name: "oximeter.tar.gz",
237472026-06-02T18:49:14.042Z file_size: 1683,
237482026-06-02T18:49:14.042Z hash: ArtifactHash(
237492026-06-02T18:49:14.042Z "9f4bc56a15d5fd943fdac94309994b8fd73aa2be1ec61faf44bfcf2356c9dc23",
237502026-06-02T18:49:14.042Z ),
237512026-06-02T18:49:14.042Z },
237522026-06-02T18:49:14.042Z },
237532026-06-02T18:49:14.042Z },
237542026-06-02T18:49:14.042Z data: {
237552026-06-02T18:49:14.042Z "clickhouse.tar.gz": OmicronManifestArtifactResult {
237562026-06-02T18:49:14.042Z file_name: "clickhouse.tar.gz",
237572026-06-02T18:49:14.042Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/8528f6e3-0653-41b7-8e76-3ec141f546b3/install/clickhouse.tar.gz",
237582026-06-02T18:49:14.042Z expected_size: 1687,
237592026-06-02T18:49:14.042Z expected_hash: ArtifactHash(
237602026-06-02T18:49:14.042Z "bb2d1ff02d11f72bc9049ae57f27536207519a1859d29f8d7a90ab3b44d56b08",
237612026-06-02T18:49:14.042Z ),
237622026-06-02T18:49:14.042Z status: Valid,
237632026-06-02T18:49:14.042Z },
237642026-06-02T18:49:14.042Z "clickhouse_keeper.tar.gz": OmicronManifestArtifactResult {
237652026-06-02T18:49:14.042Z file_name: "clickhouse_keeper.tar.gz",
237662026-06-02T18:49:14.042Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/8528f6e3-0653-41b7-8e76-3ec141f546b3/install/clickhouse_keeper.tar.gz",
237672026-06-02T18:49:14.042Z expected_size: 1691,
237682026-06-02T18:49:14.043Z expected_hash: ArtifactHash(
237692026-06-02T18:49:14.043Z "1eb9f24be68f13c274aa0ac9b863cec520dbfe762620c328431728d75bfd2198",
237702026-06-02T18:49:14.043Z ),
237712026-06-02T18:49:14.043Z status: Valid,
237722026-06-02T18:49:14.043Z },
237732026-06-02T18:49:14.043Z "clickhouse_server.tar.gz": OmicronManifestArtifactResult {
237742026-06-02T18:49:14.043Z file_name: "clickhouse_server.tar.gz",
237752026-06-02T18:49:14.043Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/8528f6e3-0653-41b7-8e76-3ec141f546b3/install/clickhouse_server.tar.gz",
237762026-06-02T18:49:14.043Z expected_size: 1691,
237772026-06-02T18:49:14.043Z expected_hash: ArtifactHash(
237782026-06-02T18:49:14.043Z "50fe271948672a9af1ba5f96c9d87ff2736fa72d78dfef598a79fa0cc8a00474",
237792026-06-02T18:49:14.043Z ),
237802026-06-02T18:49:14.043Z status: Valid,
237812026-06-02T18:49:14.043Z },
237822026-06-02T18:49:14.043Z "cockroachdb.tar.gz": OmicronManifestArtifactResult {
237832026-06-02T18:49:14.043Z file_name: "cockroachdb.tar.gz",
237842026-06-02T18:49:14.043Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/8528f6e3-0653-41b7-8e76-3ec141f546b3/install/cockroachdb.tar.gz",
237852026-06-02T18:49:14.043Z expected_size: 1690,
237862026-06-02T18:49:14.043Z expected_hash: ArtifactHash(
237872026-06-02T18:49:14.043Z "ebc82bf181db864b78cb7e3ddedf7ab1dd8fe7b377b02846f3c27cf0387bb387",
237882026-06-02T18:49:14.043Z ),
237892026-06-02T18:49:14.043Z status: Valid,
237902026-06-02T18:49:14.043Z },
237912026-06-02T18:49:14.043Z "crucible.tar.gz": OmicronManifestArtifactResult {
237922026-06-02T18:49:14.044Z file_name: "crucible.tar.gz",
237932026-06-02T18:49:14.044Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/8528f6e3-0653-41b7-8e76-3ec141f546b3/install/crucible.tar.gz",
237942026-06-02T18:49:14.044Z expected_size: 1691,
237952026-06-02T18:49:14.044Z expected_hash: ArtifactHash(
237962026-06-02T18:49:14.044Z "866f6a7c2e51c056fb722b5113e80181cc9cd8b712a0d3dbf1edc4ce29e5229e",
237972026-06-02T18:49:14.044Z ),
237982026-06-02T18:49:14.044Z status: Valid,
237992026-06-02T18:49:14.044Z },
238002026-06-02T18:49:14.044Z "crucible_pantry.tar.gz": OmicronManifestArtifactResult {
238012026-06-02T18:49:14.044Z file_name: "crucible_pantry.tar.gz",
238022026-06-02T18:49:14.044Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/8528f6e3-0653-41b7-8e76-3ec141f546b3/install/crucible_pantry.tar.gz",
238032026-06-02T18:49:14.044Z expected_size: 1696,
238042026-06-02T18:49:14.044Z expected_hash: ArtifactHash(
238052026-06-02T18:49:14.044Z "3ff26dad96faa8f67251f5de40458b4f809d536bfe8572134da0e42c2fa12674",
238062026-06-02T18:49:14.044Z ),
238072026-06-02T18:49:14.044Z status: Valid,
238082026-06-02T18:49:14.044Z },
238092026-06-02T18:49:14.044Z "external_dns.tar.gz": OmicronManifestArtifactResult {
238102026-06-02T18:49:14.044Z file_name: "external_dns.tar.gz",
238112026-06-02T18:49:14.044Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/8528f6e3-0653-41b7-8e76-3ec141f546b3/install/external_dns.tar.gz",
238122026-06-02T18:49:14.044Z expected_size: 1690,
238132026-06-02T18:49:14.044Z expected_hash: ArtifactHash(
238142026-06-02T18:49:14.044Z "f282c45771429f7bebf71f0cc668521066db57c6bb07fcfccdfb44825d3d930f",
238152026-06-02T18:49:14.045Z ),
238162026-06-02T18:49:14.045Z status: Valid,
238172026-06-02T18:49:14.045Z },
238182026-06-02T18:49:14.045Z "internal_dns.tar.gz": OmicronManifestArtifactResult {
238192026-06-02T18:49:14.045Z file_name: "internal_dns.tar.gz",
238202026-06-02T18:49:14.045Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/8528f6e3-0653-41b7-8e76-3ec141f546b3/install/internal_dns.tar.gz",
238212026-06-02T18:49:14.045Z expected_size: 1690,
238222026-06-02T18:49:14.045Z expected_hash: ArtifactHash(
238232026-06-02T18:49:14.045Z "de30657a72b066b8ef1f56351a0a5d4d7000da0a62c4be9b2e949a107ca8a389",
238242026-06-02T18:49:14.045Z ),
238252026-06-02T18:49:14.045Z status: Valid,
238262026-06-02T18:49:14.045Z },
238272026-06-02T18:49:14.045Z "nexus.tar.gz": OmicronManifestArtifactResult {
238282026-06-02T18:49:14.045Z file_name: "nexus.tar.gz",
238292026-06-02T18:49:14.045Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/8528f6e3-0653-41b7-8e76-3ec141f546b3/install/nexus.tar.gz",
238302026-06-02T18:49:14.045Z expected_size: 1683,
238312026-06-02T18:49:14.045Z expected_hash: ArtifactHash(
238322026-06-02T18:49:14.045Z "e9b7035f41848a987a798c15ac424cc91dd662b1af0920d58d8aa1ebad7467b6",
238332026-06-02T18:49:14.045Z ),
238342026-06-02T18:49:14.045Z status: Valid,
238352026-06-02T18:49:14.045Z },
238362026-06-02T18:49:14.045Z "ntp.tar.gz": OmicronManifestArtifactResult {
238372026-06-02T18:49:14.045Z file_name: "ntp.tar.gz",
238382026-06-02T18:49:14.046Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/8528f6e3-0653-41b7-8e76-3ec141f546b3/install/ntp.tar.gz",
238392026-06-02T18:49:14.046Z expected_size: 1682,
238402026-06-02T18:49:14.046Z expected_hash: ArtifactHash(
238412026-06-02T18:49:14.046Z "d76e26198daed69cdae04490d7477f8c842e0dbe37d463eac0d0a8d3fb803095",
238422026-06-02T18:49:14.046Z ),
238432026-06-02T18:49:14.046Z status: Valid,
238442026-06-02T18:49:14.046Z },
238452026-06-02T18:49:14.046Z "oximeter.tar.gz": OmicronManifestArtifactResult {
238462026-06-02T18:49:14.046Z file_name: "oximeter.tar.gz",
238472026-06-02T18:49:14.050Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/8528f6e3-0653-41b7-8e76-3ec141f546b3/install/oximeter.tar.gz",
238482026-06-02T18:49:14.050Z expected_size: 1683,
238492026-06-02T18:49:14.050Z expected_hash: ArtifactHash(
238502026-06-02T18:49:14.050Z "9f4bc56a15d5fd943fdac94309994b8fd73aa2be1ec61faf44bfcf2356c9dc23",
238512026-06-02T18:49:14.050Z ),
238522026-06-02T18:49:14.051Z status: Valid,
238532026-06-02T18:49:14.051Z },
238542026-06-02T18:49:14.051Z },
238552026-06-02T18:49:14.051Z },
238562026-06-02T18:49:14.051Z ),
238572026-06-02T18:49:14.051Z non_boot_disk_metadata: {
238582026-06-02T18:49:14.051Z 55143a02-339a-4598-bb0b-cddc1cf02f20 (internal_zpool): OmicronManifestNonBootInfo {
238592026-06-02T18:49:14.051Z zpool_id: 55143a02-339a-4598-bb0b-cddc1cf02f20 (internal_zpool),
238602026-06-02T18:49:14.051Z dataset_dir: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install",
238612026-06-02T18:49:14.051Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install/zones.json",
238622026-06-02T18:49:14.051Z result: Matches(
238632026-06-02T18:49:14.051Z OmicronManifestArtifactsResult {
238642026-06-02T18:49:14.051Z manifest: OmicronInstallManifest {
238652026-06-02T18:49:14.051Z source: Installinator {
238662026-06-02T18:49:14.051Z mupdate_id: 52957bc8-616c-4bb3-b680-3b8ee4556f48 (mupdate),
238672026-06-02T18:49:14.051Z },
238682026-06-02T18:49:14.051Z files: {
238692026-06-02T18:49:14.051Z "clickhouse.tar.gz": OmicronInstallMetadata {
238702026-06-02T18:49:14.051Z file_name: "clickhouse.tar.gz",
238712026-06-02T18:49:14.051Z file_size: 1687,
238722026-06-02T18:49:14.051Z hash: ArtifactHash(
238732026-06-02T18:49:14.051Z "bb2d1ff02d11f72bc9049ae57f27536207519a1859d29f8d7a90ab3b44d56b08",
238742026-06-02T18:49:14.051Z ),
238752026-06-02T18:49:14.052Z },
238762026-06-02T18:49:14.052Z "clickhouse_keeper.tar.gz": OmicronInstallMetadata {
238772026-06-02T18:49:14.052Z file_name: "clickhouse_keeper.tar.gz",
238782026-06-02T18:49:14.052Z file_size: 1691,
238792026-06-02T18:49:14.052Z hash: ArtifactHash(
238802026-06-02T18:49:14.052Z "1eb9f24be68f13c274aa0ac9b863cec520dbfe762620c328431728d75bfd2198",
238812026-06-02T18:49:14.052Z ),
238822026-06-02T18:49:14.052Z },
238832026-06-02T18:49:14.052Z "clickhouse_server.tar.gz": OmicronInstallMetadata {
238842026-06-02T18:49:14.052Z file_name: "clickhouse_server.tar.gz",
238852026-06-02T18:49:14.052Z file_size: 1691,
238862026-06-02T18:49:14.052Z hash: ArtifactHash(
238872026-06-02T18:49:14.052Z "50fe271948672a9af1ba5f96c9d87ff2736fa72d78dfef598a79fa0cc8a00474",
238882026-06-02T18:49:14.052Z ),
238892026-06-02T18:49:14.052Z },
238902026-06-02T18:49:14.052Z "cockroachdb.tar.gz": OmicronInstallMetadata {
238912026-06-02T18:49:14.052Z file_name: "cockroachdb.tar.gz",
238922026-06-02T18:49:14.052Z file_size: 1690,
238932026-06-02T18:49:14.052Z hash: ArtifactHash(
238942026-06-02T18:49:14.052Z "ebc82bf181db864b78cb7e3ddedf7ab1dd8fe7b377b02846f3c27cf0387bb387",
238952026-06-02T18:49:14.052Z ),
238962026-06-02T18:49:14.052Z },
238972026-06-02T18:49:14.053Z "crucible.tar.gz": OmicronInstallMetadata {
238982026-06-02T18:49:14.053Z file_name: "crucible.tar.gz",
238992026-06-02T18:49:14.053Z file_size: 1691,
239002026-06-02T18:49:14.053Z hash: ArtifactHash(
239012026-06-02T18:49:14.053Z "866f6a7c2e51c056fb722b5113e80181cc9cd8b712a0d3dbf1edc4ce29e5229e",
239022026-06-02T18:49:14.053Z ),
239032026-06-02T18:49:14.053Z },
239042026-06-02T18:49:14.053Z "crucible_pantry.tar.gz": OmicronInstallMetadata {
239052026-06-02T18:49:14.053Z file_name: "crucible_pantry.tar.gz",
239062026-06-02T18:49:14.053Z file_size: 1696,
239072026-06-02T18:49:14.053Z hash: ArtifactHash(
239082026-06-02T18:49:14.053Z "3ff26dad96faa8f67251f5de40458b4f809d536bfe8572134da0e42c2fa12674",
239092026-06-02T18:49:14.053Z ),
239102026-06-02T18:49:14.053Z },
239112026-06-02T18:49:14.053Z "external_dns.tar.gz": OmicronInstallMetadata {
239122026-06-02T18:49:14.053Z file_name: "external_dns.tar.gz",
239132026-06-02T18:49:14.053Z file_size: 1690,
239142026-06-02T18:49:14.053Z hash: ArtifactHash(
239152026-06-02T18:49:14.053Z "f282c45771429f7bebf71f0cc668521066db57c6bb07fcfccdfb44825d3d930f",
239162026-06-02T18:49:14.054Z ),
239172026-06-02T18:49:14.054Z },
239182026-06-02T18:49:14.054Z "internal_dns.tar.gz": OmicronInstallMetadata {
239192026-06-02T18:49:14.054Z file_name: "internal_dns.tar.gz",
239202026-06-02T18:49:14.054Z file_size: 1690,
239212026-06-02T18:49:14.054Z hash: ArtifactHash(
239222026-06-02T18:49:14.054Z "de30657a72b066b8ef1f56351a0a5d4d7000da0a62c4be9b2e949a107ca8a389",
239232026-06-02T18:49:14.054Z ),
239242026-06-02T18:49:14.054Z },
239252026-06-02T18:49:14.054Z "nexus.tar.gz": OmicronInstallMetadata {
239262026-06-02T18:49:14.054Z file_name: "nexus.tar.gz",
239272026-06-02T18:49:14.054Z file_size: 1683,
239282026-06-02T18:49:14.054Z hash: ArtifactHash(
239292026-06-02T18:49:14.054Z "e9b7035f41848a987a798c15ac424cc91dd662b1af0920d58d8aa1ebad7467b6",
239302026-06-02T18:49:14.054Z ),
239312026-06-02T18:49:14.054Z },
239322026-06-02T18:49:14.054Z "ntp.tar.gz": OmicronInstallMetadata {
239332026-06-02T18:49:14.054Z file_name: "ntp.tar.gz",
239342026-06-02T18:49:14.054Z file_size: 1682,
239352026-06-02T18:49:14.054Z hash: ArtifactHash(
239362026-06-02T18:49:14.054Z "d76e26198daed69cdae04490d7477f8c842e0dbe37d463eac0d0a8d3fb803095",
239372026-06-02T18:49:14.054Z ),
239382026-06-02T18:49:14.055Z },
239392026-06-02T18:49:14.055Z "oximeter.tar.gz": OmicronInstallMetadata {
239402026-06-02T18:49:14.055Z file_name: "oximeter.tar.gz",
239412026-06-02T18:49:14.055Z file_size: 1683,
239422026-06-02T18:49:14.055Z hash: ArtifactHash(
239432026-06-02T18:49:14.055Z "9f4bc56a15d5fd943fdac94309994b8fd73aa2be1ec61faf44bfcf2356c9dc23",
239442026-06-02T18:49:14.055Z ),
239452026-06-02T18:49:14.055Z },
239462026-06-02T18:49:14.055Z },
239472026-06-02T18:49:14.060Z },
239482026-06-02T18:49:14.060Z data: {
239492026-06-02T18:49:14.060Z "clickhouse.tar.gz": OmicronManifestArtifactResult {
239502026-06-02T18:49:14.060Z file_name: "clickhouse.tar.gz",
239512026-06-02T18:49:14.060Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install/clickhouse.tar.gz",
239522026-06-02T18:49:14.060Z expected_size: 1687,
239532026-06-02T18:49:14.060Z expected_hash: ArtifactHash(
239542026-06-02T18:49:14.060Z "bb2d1ff02d11f72bc9049ae57f27536207519a1859d29f8d7a90ab3b44d56b08",
239552026-06-02T18:49:14.060Z ),
239562026-06-02T18:49:14.061Z status: Valid,
239572026-06-02T18:49:14.061Z },
239582026-06-02T18:49:14.061Z "clickhouse_keeper.tar.gz": OmicronManifestArtifactResult {
239592026-06-02T18:49:14.061Z file_name: "clickhouse_keeper.tar.gz",
239602026-06-02T18:49:14.061Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install/clickhouse_keeper.tar.gz",
239612026-06-02T18:49:14.061Z expected_size: 1691,
239622026-06-02T18:49:14.061Z expected_hash: ArtifactHash(
239632026-06-02T18:49:14.061Z "1eb9f24be68f13c274aa0ac9b863cec520dbfe762620c328431728d75bfd2198",
239642026-06-02T18:49:14.061Z ),
239652026-06-02T18:49:14.061Z status: Valid,
239662026-06-02T18:49:14.061Z },
239672026-06-02T18:49:14.061Z "clickhouse_server.tar.gz": OmicronManifestArtifactResult {
239682026-06-02T18:49:14.061Z file_name: "clickhouse_server.tar.gz",
239692026-06-02T18:49:14.061Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install/clickhouse_server.tar.gz",
239702026-06-02T18:49:14.062Z expected_size: 1691,
239712026-06-02T18:49:14.062Z expected_hash: ArtifactHash(
239722026-06-02T18:49:14.062Z "50fe271948672a9af1ba5f96c9d87ff2736fa72d78dfef598a79fa0cc8a00474",
239732026-06-02T18:49:14.062Z ),
239742026-06-02T18:49:14.062Z status: Valid,
239752026-06-02T18:49:14.062Z },
239762026-06-02T18:49:14.062Z "cockroachdb.tar.gz": OmicronManifestArtifactResult {
239772026-06-02T18:49:14.062Z file_name: "cockroachdb.tar.gz",
239782026-06-02T18:49:14.062Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install/cockroachdb.tar.gz",
239792026-06-02T18:49:14.062Z expected_size: 1690,
239802026-06-02T18:49:14.062Z expected_hash: ArtifactHash(
239812026-06-02T18:49:14.062Z "ebc82bf181db864b78cb7e3ddedf7ab1dd8fe7b377b02846f3c27cf0387bb387",
239822026-06-02T18:49:14.062Z ),
239832026-06-02T18:49:14.062Z status: Valid,
239842026-06-02T18:49:14.063Z },
239852026-06-02T18:49:14.063Z "crucible.tar.gz": OmicronManifestArtifactResult {
239862026-06-02T18:49:14.063Z file_name: "crucible.tar.gz",
239872026-06-02T18:49:14.063Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install/crucible.tar.gz",
239882026-06-02T18:49:14.063Z expected_size: 1691,
239892026-06-02T18:49:14.063Z expected_hash: ArtifactHash(
239902026-06-02T18:49:14.063Z "866f6a7c2e51c056fb722b5113e80181cc9cd8b712a0d3dbf1edc4ce29e5229e",
239912026-06-02T18:49:14.063Z ),
239922026-06-02T18:49:14.063Z status: Valid,
239932026-06-02T18:49:14.063Z },
239942026-06-02T18:49:14.063Z "crucible_pantry.tar.gz": OmicronManifestArtifactResult {
239952026-06-02T18:49:14.063Z file_name: "crucible_pantry.tar.gz",
239962026-06-02T18:49:14.063Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install/crucible_pantry.tar.gz",
239972026-06-02T18:49:14.064Z expected_size: 1696,
239982026-06-02T18:49:14.064Z expected_hash: ArtifactHash(
239992026-06-02T18:49:14.064Z "3ff26dad96faa8f67251f5de40458b4f809d536bfe8572134da0e42c2fa12674",
240002026-06-02T18:49:14.064Z ),
240012026-06-02T18:49:14.064Z status: Valid,
240022026-06-02T18:49:14.064Z },
240032026-06-02T18:49:14.064Z "external_dns.tar.gz": OmicronManifestArtifactResult {
240042026-06-02T18:49:14.064Z file_name: "external_dns.tar.gz",
240052026-06-02T18:49:14.064Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install/external_dns.tar.gz",
240062026-06-02T18:49:14.064Z expected_size: 1690,
240072026-06-02T18:49:14.064Z expected_hash: ArtifactHash(
240082026-06-02T18:49:14.064Z "f282c45771429f7bebf71f0cc668521066db57c6bb07fcfccdfb44825d3d930f",
240092026-06-02T18:49:14.064Z ),
240102026-06-02T18:49:14.064Z status: Valid,
240112026-06-02T18:49:14.064Z },
240122026-06-02T18:49:14.065Z "internal_dns.tar.gz": OmicronManifestArtifactResult {
240132026-06-02T18:49:14.065Z file_name: "internal_dns.tar.gz",
240142026-06-02T18:49:14.065Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install/internal_dns.tar.gz",
240152026-06-02T18:49:14.065Z expected_size: 1690,
240162026-06-02T18:49:14.065Z expected_hash: ArtifactHash(
240172026-06-02T18:49:14.065Z "de30657a72b066b8ef1f56351a0a5d4d7000da0a62c4be9b2e949a107ca8a389",
240182026-06-02T18:49:14.065Z ),
240192026-06-02T18:49:14.065Z status: Valid,
240202026-06-02T18:49:14.065Z },
240212026-06-02T18:49:14.065Z "nexus.tar.gz": OmicronManifestArtifactResult {
240222026-06-02T18:49:14.065Z file_name: "nexus.tar.gz",
240232026-06-02T18:49:14.065Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install/nexus.tar.gz",
240242026-06-02T18:49:14.066Z expected_size: 1683,
240252026-06-02T18:49:14.066Z expected_hash: ArtifactHash(
240262026-06-02T18:49:14.066Z "e9b7035f41848a987a798c15ac424cc91dd662b1af0920d58d8aa1ebad7467b6",
240272026-06-02T18:49:14.066Z ),
240282026-06-02T18:49:14.066Z status: Valid,
240292026-06-02T18:49:14.066Z },
240302026-06-02T18:49:14.066Z "ntp.tar.gz": OmicronManifestArtifactResult {
240312026-06-02T18:49:14.066Z file_name: "ntp.tar.gz",
240322026-06-02T18:49:14.066Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install/ntp.tar.gz",
240332026-06-02T18:49:14.066Z expected_size: 1682,
240342026-06-02T18:49:14.066Z expected_hash: ArtifactHash(
240352026-06-02T18:49:14.066Z "d76e26198daed69cdae04490d7477f8c842e0dbe37d463eac0d0a8d3fb803095",
240362026-06-02T18:49:14.066Z ),
240372026-06-02T18:49:14.067Z status: Valid,
240382026-06-02T18:49:14.067Z },
240392026-06-02T18:49:14.067Z "oximeter.tar.gz": OmicronManifestArtifactResult {
240402026-06-02T18:49:14.067Z file_name: "oximeter.tar.gz",
240412026-06-02T18:49:14.067Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install/oximeter.tar.gz",
240422026-06-02T18:49:14.067Z expected_size: 1683,
240432026-06-02T18:49:14.067Z expected_hash: ArtifactHash(
240442026-06-02T18:49:14.067Z "9f4bc56a15d5fd943fdac94309994b8fd73aa2be1ec61faf44bfcf2356c9dc23",
240452026-06-02T18:49:14.067Z ),
240462026-06-02T18:49:14.067Z status: Valid,
240472026-06-02T18:49:14.072Z },
240482026-06-02T18:49:14.072Z },
240492026-06-02T18:49:14.072Z },
240502026-06-02T18:49:14.072Z ),
240512026-06-02T18:49:14.072Z },
240522026-06-02T18:49:14.072Z },
240532026-06-02T18:49:14.072Z },
240542026-06-02T18:49:14.072Z measurement_manifest: MeasurementManifestStatus {
240552026-06-02T18:49:14.072Z boot_disk_path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/8528f6e3-0653-41b7-8e76-3ec141f546b3/install/measurements/measurements.json",
240562026-06-02T18:49:14.072Z boot_disk_result: Ok(
240572026-06-02T18:49:14.072Z OmicronManifestArtifactsResult {
240582026-06-02T18:49:14.072Z manifest: OmicronInstallManifest {
240592026-06-02T18:49:14.072Z source: Installinator {
240602026-06-02T18:49:14.072Z mupdate_id: 52957bc8-616c-4bb3-b680-3b8ee4556f48 (mupdate),
240612026-06-02T18:49:14.072Z },
240622026-06-02T18:49:14.072Z files: {
240632026-06-02T18:49:14.072Z "fake-corpus": OmicronInstallMetadata {
240642026-06-02T18:49:14.072Z file_name: "fake-corpus",
240652026-06-02T18:49:14.072Z file_size: 1048576,
240662026-06-02T18:49:14.073Z hash: ArtifactHash(
240672026-06-02T18:49:14.073Z "a1a34c0ca4776c27d67a2a50b231acc96ccbc2645f5e8dd8c2bc27f0eab49855",
240682026-06-02T18:49:14.073Z ),
240692026-06-02T18:49:14.073Z },
240702026-06-02T18:49:14.073Z },
240712026-06-02T18:49:14.073Z },
240722026-06-02T18:49:14.073Z data: {
240732026-06-02T18:49:14.073Z "fake-corpus": OmicronManifestArtifactResult {
240742026-06-02T18:49:14.073Z file_name: "fake-corpus",
240752026-06-02T18:49:14.073Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/8528f6e3-0653-41b7-8e76-3ec141f546b3/install/measurements/fake-corpus",
240762026-06-02T18:49:14.073Z expected_size: 1048576,
240772026-06-02T18:49:14.073Z expected_hash: ArtifactHash(
240782026-06-02T18:49:14.073Z "a1a34c0ca4776c27d67a2a50b231acc96ccbc2645f5e8dd8c2bc27f0eab49855",
240792026-06-02T18:49:14.073Z ),
240802026-06-02T18:49:14.073Z status: Valid,
240812026-06-02T18:49:14.073Z },
240822026-06-02T18:49:14.073Z },
240832026-06-02T18:49:14.073Z },
240842026-06-02T18:49:14.073Z ),
240852026-06-02T18:49:14.073Z non_boot_disk_metadata: {
240862026-06-02T18:49:14.073Z 55143a02-339a-4598-bb0b-cddc1cf02f20 (internal_zpool): OmicronManifestNonBootInfo {
240872026-06-02T18:49:14.073Z zpool_id: 55143a02-339a-4598-bb0b-cddc1cf02f20 (internal_zpool),
240882026-06-02T18:49:14.073Z dataset_dir: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install",
240892026-06-02T18:49:14.073Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install/measurements/measurements.json",
240902026-06-02T18:49:14.073Z result: Matches(
240912026-06-02T18:49:14.073Z OmicronManifestArtifactsResult {
240922026-06-02T18:49:14.073Z manifest: OmicronInstallManifest {
240932026-06-02T18:49:14.073Z source: Installinator {
240942026-06-02T18:49:14.073Z mupdate_id: 52957bc8-616c-4bb3-b680-3b8ee4556f48 (mupdate),
240952026-06-02T18:49:14.073Z },
240962026-06-02T18:49:14.073Z files: {
240972026-06-02T18:49:14.073Z "fake-corpus": OmicronInstallMetadata {
240982026-06-02T18:49:14.073Z file_name: "fake-corpus",
240992026-06-02T18:49:14.073Z file_size: 1048576,
241002026-06-02T18:49:14.073Z hash: ArtifactHash(
241012026-06-02T18:49:14.074Z "a1a34c0ca4776c27d67a2a50b231acc96ccbc2645f5e8dd8c2bc27f0eab49855",
241022026-06-02T18:49:14.074Z ),
241032026-06-02T18:49:14.074Z },
241042026-06-02T18:49:14.074Z },
241052026-06-02T18:49:14.074Z },
241062026-06-02T18:49:14.074Z data: {
241072026-06-02T18:49:14.074Z "fake-corpus": OmicronManifestArtifactResult {
241082026-06-02T18:49:14.074Z file_name: "fake-corpus",
241092026-06-02T18:49:14.074Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install/measurements/fake-corpus",
241102026-06-02T18:49:14.074Z expected_size: 1048576,
241112026-06-02T18:49:14.074Z expected_hash: ArtifactHash(
241122026-06-02T18:49:14.074Z "a1a34c0ca4776c27d67a2a50b231acc96ccbc2645f5e8dd8c2bc27f0eab49855",
241132026-06-02T18:49:14.074Z ),
241142026-06-02T18:49:14.074Z status: Valid,
241152026-06-02T18:49:14.074Z },
241162026-06-02T18:49:14.074Z },
241172026-06-02T18:49:14.074Z },
241182026-06-02T18:49:14.074Z ),
241192026-06-02T18:49:14.074Z },
241202026-06-02T18:49:14.074Z },
241212026-06-02T18:49:14.074Z },
241222026-06-02T18:49:14.074Z mupdate_override: MupdateOverrideStatus {
241232026-06-02T18:49:14.074Z boot_disk_path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/8528f6e3-0653-41b7-8e76-3ec141f546b3/install/mupdate-override.json",
241242026-06-02T18:49:14.074Z boot_disk_override: Ok(
241252026-06-02T18:49:14.074Z Some(
241262026-06-02T18:49:14.074Z MupdateOverrideInfo {
241272026-06-02T18:49:14.074Z mupdate_uuid: 0ff362cc-91b5-4c35-aafc-08729676cc42 (mupdate_override),
241282026-06-02T18:49:14.074Z hash_ids: {
241292026-06-02T18:49:14.074Z ArtifactHashId {
241302026-06-02T18:49:14.074Z kind: ArtifactKind(
241312026-06-02T18:49:14.074Z "control_plane",
241322026-06-02T18:49:14.074Z ),
241332026-06-02T18:49:14.074Z hash: ArtifactHash(
241342026-06-02T18:49:14.074Z "aff948fe95abe88e94e1176c524f3abd1d4bcab10ec7be3218174b04c61a496c",
241352026-06-02T18:49:14.074Z ),
241362026-06-02T18:49:14.074Z },
241372026-06-02T18:49:14.074Z ArtifactHashId {
241382026-06-02T18:49:14.074Z kind: ArtifactKind(
241392026-06-02T18:49:14.074Z "host_phase_2",
241402026-06-02T18:49:14.074Z ),
241412026-06-02T18:49:14.075Z hash: ArtifactHash(
241422026-06-02T18:49:14.075Z "9ff631b5b7229604ab7c5aae2ee4a34a64772736b332540d38077b3aea6952df",
241432026-06-02T18:49:14.075Z ),
241442026-06-02T18:49:14.075Z },
241452026-06-02T18:49:14.075Z },
241462026-06-02T18:49:14.075Z },
241472026-06-02T18:49:14.079Z ),
241482026-06-02T18:49:14.079Z ),
241492026-06-02T18:49:14.079Z non_boot_disk_overrides: {
241502026-06-02T18:49:14.079Z 55143a02-339a-4598-bb0b-cddc1cf02f20 (internal_zpool): MupdateOverrideNonBootInfo {
241512026-06-02T18:49:14.079Z zpool_id: 55143a02-339a-4598-bb0b-cddc1cf02f20 (internal_zpool),
241522026-06-02T18:49:14.079Z path: "/var/tmp/omicron_tmp/.tmpICyRrI/pool/int/55143a02-339a-4598-bb0b-cddc1cf02f20/install/mupdate-override.json",
241532026-06-02T18:49:14.079Z result: MatchesPresent,
241542026-06-02T18:49:14.079Z },
241552026-06-02T18:49:14.080Z },
241562026-06-02T18:49:14.080Z },
241572026-06-02T18:49:14.080Z image_directory_override: None,
241582026-06-02T18:49:14.080Z measurement_directory_override: None,
241592026-06-02T18:49:14.080Z }
241602026-06-02T18:49:14.080Z
241612026-06-02T18:49:14.080Z (test timed out)
241622026-06-02T18:49:14.080Z
241632026-06-02T18:49:14.080Z TRY 3 TMT [ 900.034s] (2830/2830) wicketd::mod integration_tests::updates::test_updates
241642026-06-02T18:49:14.080Z stdout ───
241652026-06-02T18:49:14.080Z
241662026-06-02T18:49:14.080Z running 1 test
241672026-06-02T18:49:14.080Z test integration_tests::updates::test_updates has been running for over 60 seconds
241682026-06-02T18:49:14.080Z stderr ───
241692026-06-02T18:49:14.080Z log file: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_updates.25946.0.log
241702026-06-02T18:49:14.080Z note: configured to log to "/var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_updates.25946.0.log"
241712026-06-02T18:49:14.080Z hint: Generated a random key:
241722026-06-02T18:49:14.080Z hint:
241732026-06-02T18:49:14.080Z hint: ed25519:MFECAQEwBQYDK2VwBCIEINLxUkWP-9VEKAPTfu9zrDyIJuFhk0hQCXXOLM1kz597gSEALZPMZ5UaPDNm5Pkbd7i0OJuxqw9l-uWFD80Adwj8zHI=
241742026-06-02T18:49:14.081Z hint:
241752026-06-02T18:49:14.081Z hint: To modify this repository, you will need this key. Use the -k/--key
241762026-06-02T18:49:14.081Z hint: command line flag or the TUFACEOUS_KEY environment variable:
241772026-06-02T18:49:14.081Z hint:
241782026-06-02T18:49:14.081Z hint: export TUFACEOUS_KEY=ed25519:MFECAQEwBQYDK2VwBCIEINLxUkWP-9VEKAPTfu9zrDyIJuFhk0hQCXXOLM1kz597gSEALZPMZ5UaPDNm5Pkbd7i0OJuxqw9l-uWFD80Adwj8zHI=
241792026-06-02T18:49:14.081Z hint:
241802026-06-02T18:49:14.081Z hint: To prevent this default behavior, use --no-generate-key.
241812026-06-02T18:49:14.081Z
241822026-06-02T18:49:14.081Z (test timed out)
241832026-06-02T18:49:14.081Z
241842026-06-02T18:49:14.081Z────────────
241852026-06-02T18:49:14.081Z Summary [3480.880s] 2830 tests run: 2822 passed (37 slow), 4 failed, 4 timed out, 6 skipped
241862026-06-02T18:49:14.082Z TRY 3 FAIL [ 0.516s] ( 894/2830) nexus-inventory builder::test::test_basic
241872026-06-02T18:49:14.082Z TRY 3 FAIL [ 13.885s] (1320/2830) omicron-ls-apis::test_dependencies test_api_check
241882026-06-02T18:49:14.082Z TRY 3 FAIL [ 13.883s] (1322/2830) omicron-ls-apis::test_dependencies test_api_dependencies
241892026-06-02T18:49:14.082Z TRY 3 FAIL [ 0.124s] (2808/2830) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
241902026-06-02T18:49:14.082Z TRY 3 TMT [ 900.026s] (2827/2830) wicketd::mod integration_tests::inventory::test_inventory
241912026-06-02T18:49:14.082Z TRY 3 TMT [ 900.028s] (2828/2830) wicketd::mod integration_tests::updates::test_update_races
241922026-06-02T18:49:14.082Z TRY 3 TMT [ 900.028s] (2829/2830) wicketd::mod integration_tests::updates::test_installinator_fetch
241932026-06-02T18:49:14.082Z TRY 3 TMT [ 900.034s] (2830/2830) wicketd::mod integration_tests::updates::test_updates
241942026-06-02T18:49:14.120Zerror: test run failed
241952026-06-02T18:49:14.120Z(hint: cargo nextest run -R latest to rerun failing tests)
241962026-06-02T18:49:14.137Z
241972026-06-02T18:49:14.140Zreal 58:15.737616201
241982026-06-02T18:49:14.140Zuser 6:53:27.812407067
241992026-06-02T18:49:14.140Zsys 1:56:54.739345123
242002026-06-02T18:49:14.140Ztrap 3:09.665642913
242012026-06-02T18:49:14.140Ztflt 5.985870235
242022026-06-02T18:49:14.141Zdflt 34.480168540
242032026-06-02T18:49:14.141Zkflt 0.543133052
242042026-06-02T18:49:14.141Zlock 1798:48:39.149679842
242052026-06-02T18:49:14.141Zslp 113:39:59.386422509
242062026-06-02T18:49:14.141Zlat 4:06:25.302177245
242072026-06-02T18:49:14.141Zstop 11:03.112864952
242082026-06-02T18:49:14.141Z+ NEXTEST_EXIT=100
242092026-06-02T18:49:14.141Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
242102026-06-02T18:49:14.298Zinfo: exported run f8687cc3-e019-4b04-be30-d7df42956d26 to /tmp/nextest-run-archive.zip (2872102 bytes)
242112026-06-02T18:49:14.302Z
242122026-06-02T18:49:14.302Zreal 0.158000018
242132026-06-02T18:49:14.302Zuser 0.106825708
242142026-06-02T18:49:14.303Zsys 0.045867065
242152026-06-02T18:49:14.303Ztrap 0.000006730
242162026-06-02T18:49:14.303Ztflt 0.000396330
242172026-06-02T18:49:14.303Zdflt 0.000015580
242182026-06-02T18:49:14.303Zkflt 0.000000000
242192026-06-02T18:49:14.303Zlock 0.065147011
242202026-06-02T18:49:14.303Zslp 0.207952994
242212026-06-02T18:49:14.303Zlat 0.000906500
242222026-06-02T18:49:14.303Zstop 0.000304610
242232026-06-02T18:49:14.303Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
242242026-06-02T18:49:14.491Zinfo: wrote Chrome trace for run f8687cc3-e019-4b04-be30-d7df42956d26 to /tmp/nextest-chrome-trace.json
242252026-06-02T18:49:14.495Z
242262026-06-02T18:49:14.495Zreal 0.188324889
242272026-06-02T18:49:14.495Zuser 0.137155249
242282026-06-02T18:49:14.495Zsys 0.045433955
242292026-06-02T18:49:14.495Ztrap 0.000035780
242302026-06-02T18:49:14.495Ztflt 0.000017580
242312026-06-02T18:49:14.495Zdflt 0.000006060
242322026-06-02T18:49:14.495Zkflt 0.000000000
242332026-06-02T18:49:14.495Zlock 0.040360514
242342026-06-02T18:49:14.495Zslp 0.203959604
242352026-06-02T18:49:14.495Zlat 0.000772780
242362026-06-02T18:49:14.495Zstop 0.000264100
242372026-06-02T18:49:14.499Z+ [[ 100 -ne 0 ]]
242382026-06-02T18:49:14.499Z+ echo 'error: cargo nextest run failed with exit code 100'
242392026-06-02T18:49:14.499Zerror: cargo nextest run failed with exit code 100
242402026-06-02T18:49:14.500Z+ exit 100
242412026-06-02T18:49:14.500Zprocess exited: duration 4410941 ms, exit code 100
 
242422026-06-02T18:49:14.513Zfound 8 output files
242432026-06-02T18:49:14.527Zuploading: /work/cargo-build-analysis.jsonl (994829 bytes)
242442026-06-02T18:49:15.539Zuploaded: /work/cargo-build-analysis.jsonl
242452026-06-02T18:49:15.545Zuploading: /work/environment.json (108 bytes)
242462026-06-02T18:49:16.557Zuploaded: /work/environment.json
242472026-06-02T18:49:16.557Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (1385550 bytes)
242482026-06-02T18:49:17.582Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
242492026-06-02T18:49:17.583Zuploading: /tmp/nextest-run-archive.zip (2872102 bytes)
242502026-06-02T18:49:18.614Zuploaded: /tmp/nextest-run-archive.zip
242512026-06-02T18:49:18.614Zuploading: /tmp/nextest-chrome-trace.json (3681992 bytes)
242522026-06-02T18:49:19.650Zuploaded: /tmp/nextest-chrome-trace.json
242532026-06-02T18:49:19.650Zuploading: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_inventory.25625.0.log (9388710 bytes)
242542026-06-02T18:49:20.768Zuploaded: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_inventory.25625.0.log
242552026-06-02T18:49:20.771Zuploading: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_inventory.25939.0.log (9778512 bytes)
242562026-06-02T18:49:21.847Zuploaded: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_inventory.25939.0.log
242572026-06-02T18:49:21.847Zuploading: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_inventory.25943.0.log (9807679 bytes)
242582026-06-02T18:49:22.939Zuploaded: /var/tmp/omicron_tmp/mod-ef1898d6ab5710e8-test_inventory.25943.0.log